* {padding: 0; margin: 0;}

/* ----------container zentriert das layout-------------- */
#container {
width: 960px;
margin:0 auto;
background-color: #ffffff;
border: solid 1px #0e4096;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #0e4096;
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px 0px 0px;}

#zusatright{
width:220px;
height:159px;
margin:0 0 0 0;
position:absolute;
bottom:0px;
left:0px;
visibility:hidden;
}

#body8 #zusatright{
width:220px;
height:159px;
margin:0 0 0 0;
/* background-color: #ff0000; */
position:absolute;
bottom:0px;
left:0px;
visibility:visible;
}

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin: 0px 240px;
}
/* IE CSS Hack */
* html #content {
margin: 0px 237px;
}
div#content {
min-height:300px;
height:expression(this.scrollHeight > 300 ? "auto":"300px");
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 240px;
margin: 0px;
padding: 0px;
}
/* IE CSS Hack */
* html #left {
width: 237px;
}

#right {
float: right;
width: 240px;
margin: 0px;
padding: 0px;
position:relative;
}
/* IE CSS Hack */
* html #right {
width: 237px;
}


#bannerFoto {
position:relative;
background: url(..//upload/layout/bg_banner_foto.png) repeat-x;
height:180px;width:960px;
}

#bannerFoto #Foto {
position:absolute;
left:240px; top;0px;
height:180px;
}

#bannerFoto #left {
float:left;
width:220px; height:180px;
background: url(../upload/layout/bg_banner_left.png) repeat-x;
margin: 0px 0px 0px 20px;
}
/* IE CSS Hack */
* html #bannerFoto #left {
float:left;
width:220px; height:180px;
background: url(../upload/layout/bg_banner_left.png) repeat-x;
margin: 0px 0px 0px 10px;
}

#bannerFoto #right {
text-align: center;
float:right;
width:220px; height:180px;
background: url(../upload/layout/bg_banner_left.png) repeat-x;
margin: 0px 20px 0px 0px;
}
/* IE CSS Hack */
* html #bannerFoto #right {
float:right;
width:220px; height:180px;
background: url(../upload/layout/bg_banner_left.png) repeat-x;
margin: 0px 10px 0px 0px;
}

#FotoBottom {
position:relative;
background: url(../upload/layout/bg_banner_bottom.png) repeat-x;
height:20px;width:960px;
}



/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
