/* FARBEN */
/* BODY background-color:#993333; */
/* HAUPTNAVI border-color:#ffffff; */
/*           background-color:#ffcc99; */
/* SUBHAUPTNAVI background-color:#ffcc99; */
/* NEBENNAVI background-color:#993333; */
/* CONTENT HAUPTSPALTE background-color:#ffffff; */


body { 
border-style:none;
border-width:0px; 
background-color:#993333; 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx Statue xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#statue {
position: absolute;
left:20px;
top: 50px;
width:50px;
height:140px;
padding: 0px;
margin: 0px;
z-index:7;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx Headline xxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#headline {
position: absolute;
left:60px;
top: 60px;
width:600px;
height:70px;
padding: 0px;
margin: 0px;
overflow:visible;
z-index:7;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx MAIN xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx Hauptcontainer xxxxxxxxxxxxxxxxxxxxxxxx */

#main {
position: absolute;
left: 0px;
top: 130px;
width:90%;
padding: 0px;
margin: 0px;
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
background-color:#ffffff;
z-index:1;
}

/* xxxxxxxxxxxxxxxxxx ABSOLUTE POSITION NEBENNAVI xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxx innerhalb des Main-CONTAINERS xxxxxxxxxxxxxxxxx */

#nebennavi {
background-color:#993333;
z-index:8;
 }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx HAUPTNAVI xxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#hauptnavi {
background-color:#ffcc99;
z-index:2;
 }
 
/* xxxxxxx RELATIVE POSITION SUBHAUPTNAVI xxxxxxx */

#subhauptnavi1 {
width:166px;
padding: 0px;
margin: 0px;
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
background-color:#ffcc99;
z-index:2;
 }
#subhauptnavi2 {
width:166px;
padding: 0px;
margin: 0px;
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
background-color:#ffcc99;
z-index:2;
 }
#subhauptnavi3 {
width:166px;
padding: 0px;
margin: 0px;
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
background-color:#ffcc99;
z-index:2;
 }
#subhauptnavi4 {
width:166px;
padding: 0px;
margin: 0px;
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
background-color:#ffcc99;
z-index:2;
 }
 
.abstand {
padding-left: 20px;
}
