/**** In diese CSS sollen alle Basis Formatierung geschrieben werden ****/

body {
  background: #DCE8DC url(../image/v3/bg_main2.gif) repeat-x top left;
  padding: 0;
  }

#page {
  margin: 0 auto;
  text-align: left;
  width: 974px;
  }
  
#headerfoot {
  height: 169px;
  padding: 0;
  background: url(../image/v3/header_baum.jpg) no-repeat top center;
  }  
  
#headerbaum { 
height: 169px;
  padding: 0;
  background: url(../image/v3/header_foot.jpg) no-repeat top center;
  }  
  
#nav_horizontal, #impress {
  padding: 0;
  height: 54px;
  background: url(../image/v3/header8.jpg) no-repeat top center;
  position:relative;
  }  

#schatten {
  background: transparent url(../image/v3/main_bg.jpg) repeat-y top center;
  float: left;
  }
  
#main {
  width: 974px;
  float: left;
  background: transparent url(../image/v3/schatten.jpg) no-repeat top center;
  }  
  
#navi {
  width: 225px;
  float: left;
  margin: 0;
  padding-top:10px;
  }  
  
#content {
  margin-left: -745px;
  margin-right: 170px;
  margin-top: 10px;
  float: right;
  width: 570px;
  /*position: relative;
  padding_bottom: 30px;*/
  }  
  
#sidebar {
  float: right;
  width: 167px;
  }  
  
  
/**** Allgemeines ****/

.float_right {
  float: right;
  }
  
.float_left {
  float: left;
  }  
  
.clear {
  clear: both;
  } 
  
.overflow {
  overflow: hidden;
  } 
  
.text_rechts {
  text-align: right;
  }      
  
.border_wb {
  border-bottom: 1px solid #FFF;
  }  
  
#schrift_ueberschrift{
padding-bottom:5px;
font-size:0.9em;
}

.landauswahl{
/* padding-left:35px; */
/* padding-top:15px; */
/* left:35px; */
position:absolute;
left:35px;
top:15px;

/* float:left; */
}

.landauswahl a{
font-size:1em;
font-weight:normal;
text-decoration:none;
color:white;

}
.landauswahl a img{
vertical-align:middle;
}
