/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER SEITE */
/* ===================================================================== */
body {
/* Hintergrundfarbe */
/*background-color: #336695; */
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 12px;
/* Schriftfarbe */
color: #000000;
/* Abstand zu Aussenelementen - Reihenfolge 12,3,6,9 UHR */
margin: 20px 0px 20px 0px;
}
.haupttabelle {
/* Hintergrundfarbe */
background-color: #ffffff;
}

/* ===================================================================== */
/* = ALLGEMEINE LINKS IM SHOP */
/* ===================================================================== */
a {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

a:hover {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #FF9900;
/* Link unterstrichen none/underline */
text-decoration: underline;
}
/* ===================================================================== */
/* = CSS EINSTELLUNGEN SHOPKOPF BEGRUESSUNG UND INFOLINKS (WARENKORB ETC.) */
/* ===================================================================== */
.shopgruss {
/* Rand unten Breite, Art und Farbe */
border-top: 1px solid #ff9900;
/* Hintergrundarbe */
background-color: #ffffff;
/* Randabstand */
padding: 4px;
/* Textausrichtung */
text-align: right;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.shopkopf {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #ff9900;
/* Hintergrundarbe */
background-color: #ffffff;
/* Randabstand */
padding: 4px;
/* Textausrichtung */
text-align: right;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}
/* ===================================================================== */
/* = LINKS IM SHOPKOPF */
/* ===================================================================== */
.shopgruss a, .shopkopf a {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: underline;
}
.shopgruss a:hover, .shopkopf a:hover {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #ff9900;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER SEITENFUSS UNTERHALB SHOP */
/* ===================================================================== */
.shopbottom {
/* Rand oben Breite, Art und Farbe */
border-top: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
/* Hintergrundarbe */
background-color: #f1f1f1;
/* Randabstand */
padding: 4px;
/* Textausrichtung */
text-align: center;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}
/* ===================================================================== */
/* = LINKS IM SHOPKOPF UND SHOPFUSS */
/* ===================================================================== */
.shopbottom a {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: none;
}

.shopbottom a:hover {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #ff9900;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

/* ===================================================================== */
/* = MENUESPALTE DES SHOPS */
/* ===================================================================== */
.menue {
/* Hintergrundarbe */
background-color: #ffffff;
/* Rand unten Breite, Art und Farbe */
border-top: 1px solid #ff9900;
border-right: 1px solid #ff9900;
border-left: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
}

.menue a {
/* Hintergrundarbe */
background-color: #f1f1f1;
/* Darstellung als Block, bitte nicht aendern */
display: block;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 4px 2px 4px 10px;
/* Abstand zu Aussenelementen */
margin: 0px 0px 0px 0px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: none;
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #ff9900;
}
.menue a:hover {
/* Hintergrundarbe */
background-color: #ffffff;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

/* ===================================================================== */
/* = TOPRUBRIKENTRENNER IM HAUPTMENUE - STATISCHES MENUE*/
/* ===================================================================== */
.toprubrik {
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundarbe */
background-color: #ff9900;
/* Schriftfarbe */
color: #336695;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 4px 2px 4px 10px;

}

/* ===================================================================== */
/* = LINKS FUER TOPRUBRIKEN IM HAUPTMENUE - DYNAMISCHES MENUE*/
/* ===================================================================== */
.toprub a {
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundarbe */
background-color: #ff9900;
/* Schriftfarbe */
color: #336695;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 4px 2px 4px 10px;
/* Abstand zu Aussenelementen */
border-bottom: 1px solid #ffffff;;
}

.toprub a:hover {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundfarbe */
background-color: #ff9900;
/* Schriftfarbe */
color: #336695;
}

/* ===================================================================== */
/* = SHOPAUSGABE RECHTE TABELLE */
/* ===================================================================== */
.content {
/* Rand */
border-top: 1px solid #ff9900;
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
/* Hintergrundarbe */
background-color: #ffffff;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* ===================================================================== */
/* = ALLGEMEINE AUSGABE TABELLEN */
/* ===================================================================== */
.atop {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #ff9900;
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Randabstand */
padding: 4px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.acont {
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand */
padding: 4px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.abott {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #ff9900;
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Randabstand */
padding: 4px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* ================================================================== */
/* = CSS EINSTELLUNGEN FUER FIELDSET UND LEGEND */
/* ================================================================== */
fieldset {
/* Randbreite, Art und Farbe */
border: 1px solid #ff9900;
/* Randabstand */
padding: 4px;
/* Abstand zu Aussenelementen - Reihenfolge 12,3,6,9 UHR */
margin: 10px 10px 10px 10px;
}

/*DIV in Fieldset*/
.fdiv {
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

legend {
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Randbreite, Art und Farbe */
border: 1px solid #ff9900;
/* Randbstand  - Reihenfolge 12,3,6,9 UHR */
padding: 1px 3px 1px 3px; 
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #000000;
}

/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER FORMULARTAGS START */
/* ===================================================================== */
.inpu {
/* Randbreite, Art und Farbe */
border: 1px solid #ff9900;
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.inputbutton {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #336695;
background: #ffffff;
border: 1px solid #336695;
padding: 1px;
}


form {
display: inline;
}
/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER FEHLER HINWEISE ETC */
/* ===================================================================== */
.tippred {
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #cc0000;
}
.tippgreen {
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #339900;
}
/* ===================================================================== */
/* = SEITENNAVIGATION */
/* ===================================================================== */
/* Hintergrund, Randfarbe der Seitennavigationstabelle */
.naviborder {
/* Hintergrundfarbe */
background-color: #f1f1f1;
}

/* Schriftart, Schriftgroessen und Randabstand in Seitennavigation */
.tc, .tca, .tci {
/* Schriftart */
font-family:Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Randbstand */
padding: 4px;
}

/* Schriftgewicht, Schriftfarbe, Breite, Ausrichtung und Hintergrundfarbe 
der Seitennavigation - weitere Seiten */
.tc {
/* Textausrichtung */
text-align: center;
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Breite */
width: 18px;
}

/* Schriftgewicht, Schriftfarbe, Breite, Ausrichtung und Hintergrundfarbe 
der Seitennavigation - aktuelle Seite */
.tca {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Breite */
width: 18px;
/* Textausrichtung */
text-align: center;
/* Hintergrundfarbe */
background-color: #ffffff;
/* Schriftfarbe */
color: #000000;
}

/* Schriftart, Schriftgewicht und Hintergrundfarbe der Seitennavigationsinfo */
.tci {
/* Schriftfarbe */
color: #000000;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Hintergrundfarbe */
background-color: #ffffff;
}
/* Eigenschaften der Links in der Seitennavigation */
.tc a {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Link unterstrichen none/underline */
text-decoration: underline;
/* Schriftfarbe */
color: #336695;
}

/* Eigenschaften der Links bei Mouseover in der Seitennavigation */
.tc a:hover {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Link unterstrichen none/underline */
text-decoration: underline;
/* Schriftfarbe */
color: #ff9900;
}
/* ===================================================================== */
/* = Standard Info Divs */
/* ===================================================================== */
.infoout {
/* Randbreite, Art und Farbe */
border: 1px solid #ff9900;
/* Hintergrundarbe */
background-color: #f1f1f1;
/* Schriftfarbe */
color: maroon;
/* Randbstand */
padding: 4px;
}
/* ===================================================================== */
/* = Topangeboteausgabe Startseite */
/* ===================================================================== */

/* Abgrenzung der Topangebote von Startseiteninhalten */
.topangebotespalte {
/* Rand links Breite, Art und Farbe */
border-left: 1px solid #ff9900; 
border-right: 1px solid #ff9900;
border-top: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
margin: 10px;
}

/* Ausgabe des Spalte Aktuelle Topangebote */
.topangebotekopf {
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundarbe */
background-color: #ff9900;
/* Schriftfarbe */
color: #000000;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 3px 3px 3px 3px;
}

/* Topangebotetabelle Abstand unten und Breite */
.topausgabetab {
/* Abstand nach unten */
margin-bottom: 5px;
/* Breite der Topangeboteausgebe */
width: 190px;
}

/* Topangebote Titezelle */
.toptop {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #ff9900;
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Randabstand */
padding: 4px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* Topangebote Ausgabe */
.topcont {
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand */
padding: 4px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* =====================================================================  */
