#navlist {
position: absolute;
left: 36px;
top: 86px;
width: 186px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/

}

#navlist li {
margin-top:10px;
padding-top:10px;
border:1px solid #f6de3f;
list-style-type: none;
font-size:1.05em;
font-family:"Comic Sans MS";
color: #ffffcc;
text-decoration: none;
}

#navlist a {
display: block;
padding: 2px 2px 2px 30px;
background-color: #999999;
background-image:  url(../../assets/button_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffcc;
text-decoration: none;
}


#navlist a:hover, #navlist a:active {
background-image:  url(../../assets/button_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffcc;
text-decoration: none;
}

#uberlink a
 {
background-image:  url(../../assets/button_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffcc;
text-decoration: none;
}


#heading {
position:absolute;
font-size:1.00em;
font-family:"Comic Sans MS";
font-weight:bold;}

#ueberschrift2 {
font-size:0.70em;
position:absolute;
font-family:"Comic Sans MS";
font-weight:bold;}


#links {
font-size:1.50em;
font-family:"Comic Sans MS";
font-weight:bold;
color: #000000;
position: absolute;}


#bild1, #bild2, #bild3, #bild4 { position: absolute;}

#hintergrund {
position:absolute;
background-color:#f3b046;}

#hintergrund2, #hintergrund3 {
position:absolute;
background-color:#f6de3f;}