/* CSS Document */

/* Banner */
.banner {
position:absolute;
left: 0px;
top: 25px;
width: 858px;
height: 90px;
background-image: url(bilder/banner.gif);
background-repeat:no-repeat;
z-index:6;
}

/* Themenbilder */
.themenbild {
position:absolute;
left: 858px;
top: 0px;
width: 112px;
height: 115px;
z-index:5;
}

/* slogan */
.slogan {
position:absolute;
left: 248px;
top: 127px;
width: 275px;
height: 14px;
background-image: url(bilder/slogan.gif);
background-repeat:no-repeat;
z-index:4;
}

/* Nebennavigation */
.nebennavi {
position:absolute;
left: 572px;
top: 141px;
width: 398px;
height: 26px;
border-bottom-width:3px;
border-bottom-style:solid;
border-bottom-color:#cc6633;
z-index:3;
}

/* Menü innen */
.menueinnen {
position:absolute;
left: 0px;
top: 127px;
width: 197px;
/*height: 600px;
min-height: 100%; 
max-height: inherit;*/ 
padding-top:65px;
padding-bottom:370px;
padding-left: 20px;
padding-right:10px;
background-color: #cc6633;
z-index:2;
}

/* Inhalt */
.content {
position:absolute;
left: 247px;
top: 187px;
width: 723px;
z-index:1;
}




