* {
  margin: 0; 
  padding: 0;
}

body {
  min-width: 900px;
  min-height: 600px;
}

html, body { 
  background: #EEEEEE;
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 11px;
  height: 100%;
}

img {
  border: none;
}

#Wrapper {
  width: 900px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;  
  margin-top: -300px;
}

div#HeaderContainer {
  height: 130px;
  clear: both;
  background: #BDB6AD;
}

div#Header {
  background: #BD6D18;
  height: 130px;
  width: 200px;
	cursor: pointer;
}

div#Header img{
  margin-left: 20px;
  margin-top: 20px;
}

div#SubMenu {
  width: 200px;
  float: left;
  background: #F89828;
  height: 470px;
}

div#LangMenu {
    position: absolute;
    color: #948673;
    width: 100%;
    font-weight: normal;
    font-size: 11px;
    bottom: 20px;
    left: 0px;
    width: 200px;
}


div#LangMenu ul li a { color: #fff; }
div#LangMenu ul li a:hover { color: #BD6D18; }

div#LangMenu #langSwitcher { padding-left: 20px; }

div#LangMenu #langSwitcher a {text-decoration: none; color: #948673;}

div#LangMenu #langSwitcher a:visited {color: #948673;}

div#LangMenu #langSwitcher a:hover {color: #000000;}

div#LangMenu #langSwitcher a:active {color: #000000;}

div#LangMenu .tx-feuserloginsystem-pi1 {
  width: 170px;
  margin-left: 16px;
  margin-bottom: 10px; 
}
div#LangMenu .tx-feuserloginsystem-pi1 input {
  width: 160px;
}
div#LangMenu .tx-feuserloginsystem-pi1 input#login {
  width: 162px !important;
  width: 160px;
}

div#ContentWrapper {
  width: 700px;
  float: right;
  height: 470px;
}

div#ContentHeader {
  background: #FFFFFF;
  height: 20px;
  clear: both;
}

div#SubSubMenu {
  width: 200px;
  float: left;
  height: 300px;
  background: #CFC6BA;
}

div#Content {
  width: 500px;
  float: right;
  background: #E9E3DB;
  overflow: auto;
  height: 300px;
  color: #9E9080;
}

div#Content p {
  padding: 20px;
}

div#Content div.csc-textpic-intext-left {
  padding-left: 20px;
}

div#Content ul {
  padding-left: 50px;
  width: 410px !important;
  width: 460px;
  line-height: 16px;
}

div#Content h1 {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
}

div#Content .bodytext {
  font-size: 11px;
  text-align: justify;
  line-height: 16px;
  width: 440px !important;
  width: 480px;
}

div#Content .bodytext a{
  text-decoration: underline;
  color: #948574;
  font-weight: bold;
  text-decoration: none;
}

div#Content .bodytext a:hover{
  font-weight: bold;
  text-decoration: underline;
}

div#MainMenu {
}

div#ContentFooterContainer {
  clear: both;
  height: 150px;
  background: white;
  float: left;
  width: 700px;
}

div#ContentFooter {
    color: #948673;
    width: 100%;
    font-weight: normal;
    font-size: 11px;
}

div#FooterContent {
  position: absolute;
  bottom: 20px;
  left: 220px;
}

div#FooterContent a {text-decoration: none; color: #948673;}

div#FooterContent a:visited {color: #948673;}

div#FooterContent a:hover {color: #000000;}

div#FooterContent a:active {color: #000000;}

div#FooterLogo {
  position: absolute;
  right: 0;
  bottom: 35px;
}

div#SubMenu ul, div#SubSubMenu ul {
  list-style: none;
  text-align: left;
  margin-top: 11px;
  margin-left: 20px;
  line-height: 15px;
  color: white;
  width: 100%;
  font-weight: bold;
  font-size: 11px;
}

div#SubMenu ul {
  margin-top: 31px;
}

div#SubMenu ul li, div#SubSubMenu ul li {
  display: block;
  margin-bottom: 15px;
}

div#SubMenu ul li a, div#SubSubMenu ul li a {
  color: white;
  text-decoration: none;
}

div#SubMenu ul li a:hover {
  color: #BD6D18;
}

div#SubSubMenu ul li a:hover {
  color: #948673;
}

div#SubMenu .active a {
  color: #BD6D18;
}

div#SubSubMenu .active a {
  color: #948673;
}

div#MainMenu ul {
  position: absolute;
  text-align: left;
  color: white;
  width: 680px;
  font-weight: bold;
  font-size: 13px;
  height: 30px;
  margin-top: -30px;
  margin-left: 220px;
}

div#MainMenu ul li {
  margin-right: 15px;
  display: inline;
 }

div#MainMenu ul li a{
  color: white;
  text-decoration: none;
}

div#MainMenu ul li a:hover {
  color: #948673;
}

div#MainMenu .active a {
  color: #948673;
}