p{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size: 90%;
font-weight: normal;
} 

body, html{
margin: 5px 20px 20px 20px ;
height: 100%;
background-color:#ffffcc ;
}

#main_container{
float: left;
width: 100%;
min-height: 60%;
_height: 100%;
margin:0 0 0 0;
background-color: #ffffcc ;
}

/* container boxen */
#header_container{
width: % ;
height: 25px;
padding: 0 0 0 300px;
color: #ff0000 ;
background-color: ;
}

#links_container{
float: left;
width: 220px;
}

#content_container{
margin: 0 160px 0 220px;
padding: 5px 5px 5px 5px;
background-color: #ffffcc;
}

#rechts_container{
float: right;
width: 150px;
padding: 5px 0 0 10px;
}

#footer_container{
clear: both;
width: 100%;
height: 45px;
padding: 10px 0 0 0;
background-color: #ffffcc ;
}

/* content boxen */
#header{
width: 100%;
height: 25px;
padding: 0 0 0 0;
}

#rechts, #links, #content{
padding: 5px 5px 5px 5px;
}

#footer{
padding: 0 0 0 0;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
background: url(none.gif) repeat 0 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
}

#nav{
width: 100px;
}

#nav li{
width: 130px;
}

#nav ul{
position: absolute ;
width: 100px;
left: -1000px;
margin: -17px 0 0 90px;
font-size: 100%;
}

*html #nav ul{
margin: -18px 0 0 90px;
}

#nav li li{
width: 115px;
}

#nav li:hover ul, #nav li.ie_does_hover ul{
left: auto;
}

#nav li:hover ul ul, #nav li.ie_does_hover ul ul{
left: -1000px;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul{
left: auto;
}

#nav a {
display: block ;
text-decoration: none;
padding: 4px 0 4px 4px;
margin: 4px;
}

#nav a:link, #nav a:visited{
background: #ffffcc;
border: 1px solid blue ;
color: black;
}

#nav a:hover, #nav a:active{
background: #cc3300;
border: 1px solid white;
color: white;
} 

#navr, #navr ul {
padding: 0;
margin: 0;
list-style: none;
background: ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
}

#navr{
width: 100px;
}

#navr li{
width: 130px;
}

#navr ul{
position: absolute ;
width: 100px;
left: -1000px;
margin: -22px 0 0 90px;
font-size: ;
}

*html #navr ul{
margin: -23px 0 0 90px;
}

#navr li:hover ul, #navr li.ie_does_hover ul{
left: auto;
}

#navr li:hover ul ul, #navr li.ie_does_hover ul ul{
left: -1000px;
}

#navr ul li:hover ul, #navr ul li.ie_does_hover ul{
left: auto;
}

#navr a {
display: block ;
text-decoration: none;
padding: 4px 0 4px 4px;
margin: 4px;
}

#navr a:link, #navr a:visited{
background: #ffffcc;
border:  ;
color: red;
}

#navr a:hover, #navr a:active{
background: #cc3300;
border: 1px solid white;
color: white;
} 
 