html, body {
/*height: 100%;*/
font-size: 100.01%;
margin: 0;
padding:0;
}

body {
background-image:url(../../media/bilder/_layout/bg_body.gif); 
background-repeat:repeat-x;
background-position:center top;
background-color: #c0b485;
}


html > body  #minheight {
float: left;
width: 0;
height: 100%;
margin-bottom: -65px; /*höhe footer + ca 5 pixel als negativwert*/
}

#background {
background-image:url(../../media/bilder/_layout/bg_verlauf.gif); 
background-repeat:no-repeat;
background-position:center top;
position:absolute; 
top:0; 
width:932px;
height:99%;

z-index: 0;
}

#layout {
  position:relative;
background-image:url(../../media/bilder/_layout/bg_layout.gif); 
background-repeat:repeat-y;
background-position:center top;
min-height:99%;
width:932px;
margin:0 auto;
}

* html #layout {
height: 99.09%;
}


#middle {
position:relative;
width:900px;
padding:0 16px;
z-index: 2;
margin-bottom:20px;
}

/*header*/
#header {
/*border-top: 3px solid white;*/
border-bottom: 1px solid white;
height: 110px;
}

#slogan {
width:308px;
height: 110px;
background-color: #5b93bf;
float:left;
}

#kopfbild1 {
float:left;
/*width:276px;
height: 165px;*/
width:592px;
height: 110px;
border-left: 0px solid white;
}

#kopfbild2 {
float:left;
width:315px;
height: 165px;
}

/*navigation*/
#navigation {
background-image:url(../../media/bilder/_layout/bg_navi.gif); 
background-repeat:repeat-x;
background-position:left top;
width:900px;
height:31px;
border-bottom: 1px solid #5b93bf;
margin-bottom:24px;
}

.naviposition {
height:23px;
float: left;
margin:6px 0 2px 0;
border-right: 0px solid #5b93bf;
}

.url {
height:23px;
float: right;
margin:6px 30px 2px 0;

}

.navipunkt {
text-align:center;
vertical-align:middle;
color:#808489;
font-weight: bold;
padding-top:3px;
}

.navipunktaktiv {
padding-top:3px;
text-align:center;
vertical-align:middle;
color:#5b93bf;
font-weight: bold;
}




#leftside {
float: left;
width: 230px;
padding:0 30px;
}

.teaserleft {
background-image:url(../../media/bilder/_layout/bg_teaser.gif); 
background-repeat:repeat-x;
background-position:left top;
background-color: #446d8e;
padding:15px 16px;
margin-bottom:1px;
}


.teasertext {
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
padding:10px 16px 7px 16px;
}

#content {
float: left;
width: 562px;
padding:0 30px 0 18px;
}

.teasercontent {
background-image:url(../../media/bilder/_layout/bg_teaser.gif); 
background-repeat:repeat-x;
background-position:left top;
background-color: #063868;
padding:15px 20px;
margin-bottom:20px;
}

.bildfloatleft {
margin-top:3px;
float:left;
padding-right:10px;
}

.bildfloatright  {
margin-top:3px;
float:right;
padding-left:10px;
}

.textblock {
margin-bottom:20px;
}


/*footer*/
#clearfooter {
clear: both;
height:60px; /*höhe des footers*/
}


#footer {
position:relative;
background-image:url(../../media/bilder/_layout/bg_footer.gif); 
background-repeat:no-repeat;
background-position:center top;
height:60px;
width:932px;
margin:-55px auto 0 auto; /* -5 pixel der höhe*/
background-color: #bfb389;
z-index:3;
}

#footertext {
padding:10px 46px;
font-size: 0.75em;
color:#434444;
}

.content_sub {width:250px;background:#eee;padding:10px;}
