/* *************** www.stahlgaragge.eu *************** */

/* ***** Navigationsmenu für Nicht-IE aufbereiten ***** */
#Bereich4 {
width: 99%;
background-color: lightgray;
padding-left:2px;
margin-top: 3px;
border: 5px outset black;
}


/* ***** Umrandung, Schrift und Farbe des ersten Navi-Moduls *****
******** rechts bzw. links ****** */

.moduletable_holz {
margin-left: 35%;
}

.moduletable_holz a {
font-weight:bold;
font-size:12px;
padding-left : 10px;
padding-right : 10px;
}

.moduletable_holz a:hover {
background-color:#ffffff;
}

/* ***** Anzeige der Fahne ***** */
#fahnlink a{
display: block;
width: 37px;
height: 23px;
margin-top: -10px;
margin-left: 10px;
background: url(../images/fahnecz.gif) 0 0 no-repeat;
float: left;
}

div#fahnlink span {
display:none;
}

#autorumleitung a{
display: block;
width: 100%;
height:27px;
background: url(../images/Kopierrecht.jpg) 0 0 no-repeat;
}

div#autorumleitung span {
display:none;
}

/* Untergrund aller Auswahlpunkte im jeweiligen Menü wird heller */
span div:hover{
background-color:lightgray;
}

