/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER SEITE */
/* ===================================================================== */
body {
/* Hintergrundfarbe */
background-color: #d7dadf;
/* 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;
}
/* ===================================================================== */
/* = ALLGEMEINE LINKS IM SHOP */
/* ===================================================================== */
a {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #2a3d92;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

a:hover {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #771679;
/* Link unterstrichen none/underline */
text-decoration: underline;
}
/* ===================================================================== */
/* = Hintergrundfarbe Haupttabelle des Shops */
/* ===================================================================== */
.tab {
/* Hintergrundarbe */
background-color: #a6a6a6;
}

/* ===================================================================== */
/* = Oberste Tabellenzelle */
/* ===================================================================== */
.toprow {
/* Hintergrundfarbe */
background-color: #771679;
/* Hoehe */
height: 5px;
}

/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER SEITENFUSS UNTERHALB SHOP */
/* ===================================================================== */
.shopbottom {
background-color: #E3E2E6;
/* Abstand zu Aussenelementen - Reihenfolge 12,3,6,9 UHR */
padding: 7x 0px 7px 0px;
/* Textausrichtung */
text-align: center;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
height: 25px;
}
/* ===================================================================== */
/* = LINKS IM SHOPKOPF UND SHOPFUSS */
/* ===================================================================== */
.shopbottom a {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #2a3d92;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

.shopbottom a:hover {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #771679;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

/* ===================================================================== */
/* = MENUESPALTE DES SHOPS */
/* ===================================================================== */
.menue {
/* Hintergrundfarbe */
background-color: #FFFFFF;
/* Randabstand */
padding: 0px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* ===================================================================== */
/* = LINKS IM HAUPTMENUE DES SHOPS */
/* ===================================================================== */
.menue a {
/* Darstellung als Block, bitte nicht aendern */
display: block;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 4px 4px 4px 20px;
/* Abstand zu Aussenelementen */
margin: 1px;
/* Hintergrundarbe */
background-color: #edeff1;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #2a3d92;
/* Link unterstrichen none/underline */
text-decoration: none;
}

.menue a:hover {
/* Hintergrundarbe */
background-color: #c8d0d7;
/* Hintergrundbild - keines verwenden? - Angabe zwischen ("***") entfernen */
background-image: url(http://www.roeger-med.de/images_neu/roeger-klein.gif);
background-repeat: no-repeat;
background-position:  left;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #771679;
/* 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: #BEBDC6;
/* Schriftfarbe */
color: #2a3d92;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 4px 4px 4px 10px;
/* Abstand zu Aussenelementen */
margin: 1px;
}

/* ===================================================================== */
/* = LINKS FUER TOPRUBRIKEN IM HAUPTMENUE - DYNAMISCHES MENUE*/
/* ===================================================================== */
.toprub a {
/* Darstellung als Block, bitte nicht aendern */
display: block;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 4px 4px 4px 10px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundarbe */
background-color: #BEBDC6;
/* Schriftfarbe */
color: #2a3d92;
}

.toprub a:hover {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundfarbe */
background-color: #7e83a0;
/* Schriftfarbe */
color: #771679;
}

/* ===================================================================== */
/* = SHOPAUSGABE RECHTE TABELLE */
/* ===================================================================== */
.content {
/* Hintergrundarbe */
background-color: #ffffff;
/* Randabstand */
padding: 10px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* ===================================================================== */
/* = ALLGEMEINE AUSGABE TABELLEN */
/* ===================================================================== */
.atop {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #afb8c9;
/* Hintergrundfarbe */
background-color: #f8f9fa;
/* Randabstand */
padding: 5px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.acont {
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand */
padding: 5px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.abott {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #afb8c9;
/* Hintergrundfarbe */
background-color: #d8dce2;
/* Randabstand */
padding: 5px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* ================================================================== */
/* = CSS EINSTELLUNGEN FUER FIELDSET UND LEGEND */
/* ================================================================== */
fieldset {
/* Randbreite, Art und Farbe */
border: 1px solid #afb8c9;
/* Randabstand */
padding: 4px;
/* Abstand zu Aussenelementen - Reihenfolge 12,3,6,9 UHR */
margin: 10px 0 5px 0;
}

/*DIV in Fieldset*/
.fdiv {
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

legend {
/* Hintergrundfarbe */
background-color: #ECEEF0;
/* Randbreite, Art und Farbe */
border: 1px solid #404f6a;
/* 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 #a6a6a6;
/* Hintergrundfarbe */
background-color: #ECEEF0;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.inputbutton {
/* Randbreite, Art und Farbe */
border: 1px solid #a6a6a6;
/* Hintergrundfarbe */
background-color: #ECEEF0;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #000000;
}


form {
display: inline;
}
/* ===================================================================== */
/* = CSS EINSTELLUNGEN FUER FEHLER HINWEISE ETC */
/* ===================================================================== */
.tippred {
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #ff0000;
border: 1px solid #000000;
background-color: #ffffff;
/* Randbstand  - Reihenfolge 12,3,6,9 UHR */
padding: 2px 2px 2px 2px;
margin: 0px 0px 3px 0px;
font-family: Verdana, Helvetica;
width: 280px;
text-align: center;
}
.tippgreen {
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #771679;
border: 1px solid #000000;
background-color: #ffffff;
/* Randbstand  - Reihenfolge 12,3,6,9 UHR */
padding: 2px 2px 2px 2px;
margin: 0px 0px 3px 0px;
font-family: Verdana, Helvetica;
width: 280px;
text-align: center;
}
/* ===================================================================== */
/* = SEITENNAVIGATION */
/* ===================================================================== */
/* Hintergrund, Randfarbe der Seitennavigationstabelle */
.naviborder {
/* Hintergrundfarbe */
background-color: #404f6a;
}

/* Schriftart, Schriftgroessen und Randabstand in Seitennavigation */
.tc, .tca, .tci {
/* Schriftart */
font-family:Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Randbstand */
padding: 2px;
}

/* Schriftgewicht, Schriftfarbe, Breite, Ausrichtung und Hintergrundfarbe 
der Seitennavigation - weitere Seiten */
.tc {
/* Textausrichtung */
text-align: center;
/* Hintergrundfarbe */
background-color: #d8dce2;
/* Breite */
width: 18px;
}

/* Schriftgewicht, Schriftfarbe, Breite, Ausrichtung und Hintergrundfarbe 
der Seitennavigation - aktuelle Seite */
.tca {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Breite */
width: 18px;
/* Textausrichtung */
text-align: center;
/* Hintergrundfarbe */
background-color: #ffffff;
/* Schriftfarbe */
color: #000000;
}

/* Schriftfarbe, Schriftgewicht und Hintergrundfarbe der Seitennavigationsinfo */
.tci {
/* Schriftfarbe */
color: #000000;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundfarbe */
background-color: #c6cad7;
}

/* Eigenschaften der normalen Links in der Seitennavigation */
.tc a {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Link unterstrichen none/underline */
text-decoration: underline;
/* Schriftfarbe */
color: #2a3d92;
}

/* Eigenschaften der Links bei Mouseover in der Seitennavigation */
.tc a:hover {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Link unterstrichen none/underline */
text-decoration: underline;
/* Schriftfarbe */
color: #771679;
}
/* ===================================================================== */
/* = Info Divs */
/* ===================================================================== */
.infoout {
/* Randbreite, Art und Farbe */
border: 1px solid #afb8c9;
/* Hintergrundarbe */
background-color: #f1e7c7;
/* Schriftfarbe */
color: maroon;
/* Randbstand */
padding: 3px;
}
/* ===================================================================== */
/* = Topangeboteausgabe Startseite */
/* ===================================================================== */

/* Abgrenzung der Topangebote von Startseiteninhalten */
.topangebotespalte {
/* Rand links Breite, Art und Farbe */
border-left:1x solid #771679; 
border-right:1x solid #771679;
border-top:1x solid #771679;
border-bottom:1x solid #771679;
/* Abstand zu Aussenelementen */
margin: 10px 0px 5px 0px;
}

/* Ausgabe des Spalte Aktuelle Topangebote */
.topangebotekopf {
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Hintergrundarbe */
background-color: #771679;
/* Schriftfarbe */
color: #ffffff;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 3px 3px 3px 3px;
/* Abstand zu Aussenelementen */
margin-bottom: 5px;
}

/* Topangebotetabelle Abstand unten und Breite */
.topausgabetab {
/* Abstand nach unten */
margin-bottom: 3px;
/* Breite der Topangeboteausgebe */
width: 180px;
}

/* Topangebote Titezelle */
.toptop {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #404f6a;
/* Hintergrundfarbe */
background-color: #d8dce2;
/* Randabstand */
padding: 3px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* Topangebote Ausgabe */
.topcont {
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand */
padding: 3px;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}
/* ===================================================================== */
