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

/* *****  Allgemeine Formatierungen ***** */

/* ***** Punkte vor den Menü-Auswahlpunkten ausblenden ***** */
div#Teil_alles ul{
list-style-type: none;
}

/* ***** Anzeige des Navi-Pfades (Breadcrumbs) ***** */
.pfadcontainer {
width: 75%;
height:15px;
margin-top: 2px;
float: left;
border: 1px ridge black;
}

/* *****  Navileiste im Fußbereich  ***** */
/* *****  im IE noch nicht korrekt ***** */
div.moduletable_foot tr{
text-align:center;
}

.moduletable_foot a{
padding-left:20px;
font-size:12px;
}


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

.moduletable_menu{
margin-left: 1%;
}

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

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

/* ***** Untergrund der Auswahlpunkte ***** */
/* markiert die Zeile, auf der die Mouse steht, weiß */
div#Bereich4 ul li a:hover{
background-color:white;
}


/* ***** Artikelüberschrift ***** */
.contentheading {
font-size:14pt;
font-weight:bold;
color:#3333ff;
}

/* ***** Artikelinhalt ***** */
.contentpaneopen {
font-size: 10pt;
padding-left:2px;
}

/* Untergrund des Mittelteils wird heller */
div#bereich5 table table tr:hover {
background-color:lightgray;
}


/* ***** Seitenname im Mittelteil wird ausgeblendet ***** */
.componentheading { display:none; }

/* Anzeigebreite des Kontaktformuars festlegen */
#component-contact {
width:550px;
}

/* Anzeigebreite des Kontaktformulars festlegen */
form {
width:550px;
}

/* Anzeigebreite des Anmeldeformulars */
fieldset {
width:170px;
}

.moduletable_dia {
float:left;
}

#Bereich5 .createdate {
font-size: 10px;
}

#Bereich5 .modifydate {
font-size: 10px;
}
