
/*  ----------------------------------
NAVIGATION
---------------------------------------*/

#navi {

position: absolute;
top: 172px;
left: 250px;
font-size:0.74em;
color:white;
width:400px;
text-align: center;
}
#navi h1, #navi h2 {
font-size: 1em;
text-align: center;
margin-right: auto;
margin-left: auto;
font-weight: normal;

}
#navi h1 {
margin:0;
padding-bottom:4px;
}
#navi img {
padding:0;
margin:0;
}


#navi h2 a:link, #navi h2 a:visited {
color:#d1d100;
text-decoration: none;
background-image:url(img/pfeil-startseite.gif);
background-position: center left;
background-repeat: no-repeat;
padding-left: 9px;
}

#navi h2 a:hover, #navi h2 a:focus, #navi h2 a:active {
color:white;
text-decoration: none;

}
