/* *************** 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: 25%;
}

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

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

/* ***** Fahnen am Ende der Pfadanzeige positionieren für nicht IE***** */

#Fahnlink a{
display: block;
width: 36px;
height:22px;
margin-top:-16px;
margin-left: 4px;
background: url(../images/fahne_de.gif) 0 0 no-repeat;
float: right;
}

div#Fahnlink span {
display:none;
}

/* ***** Anzeige des Datums für nicht IE***** */
.Ddatum {
width: 9.5%;
height:15px;
text-align:center;
margin-top: -12px;
float: right;
}

/* ***** Anzeige des Zählers für nicht IE***** */
.zaehler {
width: 8.3%;
height:15px;
text-align:center;
margin-top: -12px;
margin-left: 10px;
float: left;
}

div#germanDate {
color: white;
background-color: black;
}

#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;
}


