#background,#minheight,#kopfbild1,#kopfbild2,#navigation,#leftside {display: none;}


html, body {
height: 100%;
font-size: 100.01%;
margin: 0;
padding:0;
color:#000000;
background-color: #ffffff;
}



#layout {

margin:0 auto;
}



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

/*header*/
#header {
border-bottom: 6px solid #054480;
height: 165px;
margin-bottom:24px;
}

#slogan {
width:100%;
height: 165px;
background-color: #06529a;
float:left;
}

#kopfbild1 {
float:left;
width:276px;
height: 165px;
border-right: 1px solid #06529a;
}

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



#content {
float: left;

padding:0;
}

.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;
height:60px;

margin:0 auto; /* -5 pixel der höhe*/
background-color: #ffffff;
z-index:3;
}

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

