#logo {
position: absolute;}

#ueberschrift {
position:absolute}

#navigation {
position: absolute;
left: 36px;
top: 86px;
width: 186px;
}

#navigation ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
}

#navigation li {
display: block;
float: left;
list-style-type: none;
padding: 0px;
white-space: nowrap;
}

#navigation a {
display: block;
border: 0px solid;
background-image:  url(assets/button_norm.jpg);
margin:0px;
width:114px;
height:32px;
background-repeat: no-repeat;
color: #ffffcc;
font-family:"Comic Sans MS";
font-size:1.05em;
text-align:center;
padding-top:3px;
text-decoration: none;
}
#navigation a:hover, #navigation a:active {
background-image:  url(assets/button_sel.jpg);
background-repeat: no-repeat;
color: #ffffcc;
text-decoration: none;
}
#standort a {
background-image:  url(assets/button_sel.jpg);
background-repeat: no-repeat;
color: #ffffcc;
text-decoration: none;
}
/*#navigation a:visited {
/*background-image:  url(assets/button_vis.jpg);
/*background-repeat: no-repeat;
/*color: #ffffcc;
/*text-decoration: none;
/*}


