html, body {
  min-height: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-seif;
  font-size: 9pt;
  line-height:160%;
  color: #737b88;
  font-weight: normal;
  background-color:#6d737c; 
}

#mainframe {
  width: 900px;
  margin:auto;
  min-height:400px;
}

#flags {
  padding:5px 0px 5px 805px;
}

#header {
  width: 900px;
  height:122px;
  background: url('../images/basics/header.jpg') no-repeat;
}

#nav {
  width: 900px;
  font-size: 8pt;
  height: 49px;
  background: url('../images/basics/bg_navi.jpg') repeat-x;
  position: relative;
}

#nav_arrow {
  position: absolute;
  background: url('../images/basics/navi_arrow.gif') no-repeat;
  width: 10px;
  height: 3px;
  top: 41px;
  left: 0px;
  display: none;
  z-index: 3;
}

#nav_hover_background {
  position: absolute;
  background: url('../images/basics/bg_navi_a.jpg') repeat-x;
  height: 47px;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}

.main_ul {
  margin:0px;
  padding:0px;
  list-style: none;
}
.main_ul .lvl1_li {
  float:left;
  background: url('../images/basics/trenner_nav.gif') no-repeat;
  background-position: top right;
  z-index: 3;
  position: relative;
}
.main_ul .lvl1_bg_akt {
  /*background: url('../images/basics/bg_navi_a.jpg') repeat-x;*/
}
.main_ul a.lvl1_link, .main_ul a.akt {
  display:block;
  padding: 15px 35px;
  color: #0057a3;
  text-decoration: none;
}
.main_ul a.akt, a.lvl1_link:hover {
  color: #e22206;
}

#content {
  width: 800px;
  min-height:350px;
  background: url('../images/basics/bg_content.jpg') no-repeat #ffffff;
  padding:55px 50px 10px 50px;
}

#content_home {
  width: 900px;
  height:610px;
  }

#footer {
  width: 860px;
  height: 100px;
  background: url('../images/basics/bg_footer.jpg') no-repeat;
  padding:62px 50px 10px 190px;
  color:#fff;
  font-size:8pt;
}

#footer_nopic {
  width: 860px;
  height: 100px;
  padding:62px 50px 10px 190px;
  color:#fff;
  font-size:8pt;
}

#nav_unten {
 width:900px;
 text-align:right;
 color:#a4a4a4;
 padding-bottom:10px;
}

#block_lang {
  width: 750px;
  min-height:50px;
}

#block1 {
  float: left;
  width: 520px;
  min-height:50px;
}

#block2 {
  float: right;
  width: 200px;
  min-height:50px;
  font-size: 8pt;
}

.footer_text_1 {
 float:left;
 width: 255px;
}


h1 {
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 1px solid #0057a3;
}

p {
  margin: 4px 0px 12px 0px;
}

#content li {
  list-style-image: url('../images/basics/list.gif');
  line-height:200%;
}

#content a {
  color:#e22206;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footer a, #footer_nopic a {
  color:#fff;
  text-decoration: none;
}

#footer a:hover, #footer_nopic a:hover {
  text-decoration: underline;
}

#content li a {
  color:#0057a3;
  text-decoration: none;
}

#content li a:hover {
  text-decoration: underline;
}

#nav_unten a {
  color: #a4a4a4;
  font-size: 8pt;
  text-decoration:none;
}

#nav_unten a:hover {
  color: #fff;
}