/* Leiste oben */
#navi_oben {
vertical-align: top;
font-size: 12px;
position: fixed;
top: 0px;
left: 60%;
height: 20px;
width: 400px;
background: transparent;
line-height: 25px;
z-index:3;
}


/* Hauptrubriken */

div.leiste {
text-align:center;
position: fixed;
/* position: absolute; */
top: 30px;
left: 10px;
height: 20px;
width: 125px;
font-size: 9pt;
z-index:1;
border-bottom: solid 2px #D7AE78;
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
}


div.leiste2 {
text-align:center;
position: fixed;
/* position: absolute; */
top: 30px;
left: 145px;
height: 20px;
width: 125px;
font-size: 9pt;
z-index:1;
border-bottom: solid 2px #D7AE78;
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
}


div.leiste3 {
text-align:center;
position: fixed;
/* position: absolute; */
top: 30px;
left: 280px;
height: 20px;
width: 125px;
font-size: 9pt;
z-index:1;
border-bottom: solid 2px #D7AE78;
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
}



div.leiste4 {
text-align:center;
position: fixed;
/* position: absolute; */
top: 30px;
left: 415px;
height: 20px;
width: 125px;
font-size: 9pt;
z-index:1;
border-bottom: solid 2px #D7AE78;
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
}

div.leiste5 {
text-align:center;
position: fixed;
/* position: absolute; */
top: 30px;
left: 550px;
height: 20px;
width: 125px;
font-size: 9pt;
z-index:1;
border-bottom: solid 2px #D7AE78;
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
}



/* Position Unterrubriken */

div.menu1 {
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
position: fixed;
/* position: absolute; */
top: 50px;
left: 10px;
height: auto;
width: 125px;
visibility: hidden;
font-size: 9pt;
line-height:20px;
z-index:1;
}

div.menu2 {
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
position: fixed;
/* position: absolute; */
top: 50px;
left: 145px;
height: auto;
width: 125px;
visibility: hidden;
font-size: 9pt;
line-height:20px;
z-index:1;
}


div.menu3 {
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
position: fixed;
/* position: absolute; */
top: 50px;
left: 280px;
height: auto;
width: 125px;
visibility: hidden;
font-size: 9pt;
line-height:20px;
z-index:1;
}

div.menu4 {
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
position: fixed;
/* position: absolute; */
top: 50px;
left: 415px; 
height: auto;
width: 125px;
visibility: hidden;
font-size: 9pt;
line-height:20px;
z-index:1;
}

div.menu5 {
background: url(../bilder/back_navi.jpg) top center no-repeat #D7AE78;
position: fixed;
/* position: absolute; */
top: 50px;
left: 550px;
height: auto;
width: 125px;
visibility: hidden;
font-size: 9pt;
line-height:20px;
z-index:1;
}

/*
Aussehen der Links */

a:link.navi {display: block;
text-decoration: none;
font-size: 9pt;
color: #ffffff;
width:125px;
height:20px;
text-align:center;
line-height:20px;
font-weight: bold;
}

a:visited.navi {display: block;
text-decoration: none;
font-size: 9pt;
color: #ffffff;
width:125px;
height:20px;
text-align:center;
line-height:20px;
font-weight: bold;
}

a:active.navi {
text-decoration: none;
font-size: 9pt;
color: #ffffff;
width:125px;
height:20px;
text-align:center;
line-height:20px;
font-weight: bold;
}

a:hover.navi {
text-decoration: none;
font-size: 9pt;
color: #000;
background: #E2D2B1;
width:125px;
height:20px;
text-align:center;
line-height:20px;
font-weight: bold;
}
