@charset "utf-8";
/* CSS Document */
    body {
	font-family: Geneva, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	background:#CCCCCC;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0px 15px 0px 15px;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000; /*Hier wird die Schriftfarbe der Texte in den Kästen geändert*/
	/*background-image: url(Bilder/Hintergrund.png);*/
    }
	.oneColFixCtrHdr #td {
	font-family: Geneva, Verdana, Arial;
	font-size: 11px;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
    }
    td.Infofenster {
	font-family: Geneva, Verdana, Arial;
	font-size: 10px;
	padding: 4px;
	text-align: left;
	color: #000000;
	background-color:#FFFF66;
    }
    td.Liste {
	font-family: Geneva, Verdana, Arial;
	font-size: 11px;
	padding: 3;
	text-align: left;
	color: #000000;
    }
    td.Liste_rechts {
	font-family: Geneva, Verdana, Arial;
	font-size: 11px;
	padding: 3;
	text-align: right;
	color: #000000;
    }
    td.dunkel {
	font-family: Geneva, Verdana, Arial;
	font-size: 11px;
	padding: 3;
	//text-align: left;
	color: #000000;
	background-color:#F0F0F0;
    }
	tr.dunkel {
	background-color:#F0F0F0;
	}
    th.Liste, caption.Liste {
	font-family: Geneva, Verdana, Arial;
	font-size: 13px; /* Schriftgröße der Überschrift im Balken ändern */
	font-weight: bold;
	background-color: #E41919; /* Farbe der Balken in der sich die Überschriften befinden ändern */
	padding: 3;
	text-align: center; /* Ausrichtung */
	color: #FFFFFF; /* Schriftfarbe der Überschriften */
    }
    td.Listenkopf {
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 3;
	text-align: center;
	color:#E41919;
    }
    .oneColFixCtrHdr #container {
	width: 990px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(Bilder/Flaeche.jpg);
	background-repeat:no-repeat;
    }
    .oneColFixCtrHdr #header {
	background: #DDDDDD;
	background-image: url(Bilder/Kopf.png);
    	padding: 0 0px 0 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 160px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	font-family: Geneva, Verdana, Arial;
	color: #FFF22D;
    }
    .oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .oneColFixCtrHdr #mainContent {
	padding: 20px 0px 0 0px;
    }
    .gelberKasten {
	padding: 0px 15px 0px 15px;
	background-image: url(Bilder/gelb_mitte.png);
	font-size: 12px;
	font-weight: bold; /* Hier habe ich die Schrift in dem unteren Kasten verändert ( Zubehoerartikel). In diesem Fall fett*/
	color: #FFFFFF; 
	font-family: Geneva, Verdana, Arial;
	line-height: 12px;
    }
    .weisserKasten {
	padding: 0px 15px 0px 15px;
	background-image: url(Bilder/weiss_mitte.png);
	font-size: 12px;
	font-family: Geneva, Verdana, Arial;
	color: #000000; 
    }
	
.oneColFixCtrHdr #container #mainContent table tr td table tr .gelberKasten .gelberInhalt {
	color: #FFFFF;
}
p.gelberInhalt {
	font-size: 11px;  /* Hier wird die Schriftgroesse verändert.*/
	font-weight: bold; /* Hier habe ich die Schrift in dem unteren Kasten verändert ( Zubehoerartikel). In diesem Fall fett*/
	color: #FFFFFF; 
}
.oneColFixCtrHdr #container #mainContent table tr td table tr .gelberKasten .gelberInhalt a {
	font-size: 12px;
	color: #FF0;
}
p.KastenHeadline {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /* Hier wird die Farbe der Überschrift der einzelnen Kästen geändert */
	margin-top:0px;
	margin-bottom:0px;
}
td.Topnavi {
	font-size: 10px;
	color: #000000;
}
td.Trennlinie {
	padding: 0px 0px 0px 0px;
	background-image: url(Bilder/Punkte.png);
    }

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
A.Liste:link {
	COLOR: #000000; FONT-FAMILY: Geneva, Verdana, Arial; TEXT-DECORATION: none; 
}
A.Liste:visited {
	COLOR: #000000;	FONT-FAMILY: Geneva, Verdana, Arial; TEXT-DECORATION: none; 
}
A.Liste:active {
	COLOR: #000000; FONT-FAMILY: Geneva, Verdana, Arial; TEXT-DECORATION: underline; 
}
A.Liste:hover {
	COLOR: #000000; FONT-FAMILY: Geneva, Verdana, Arial; TEXT-DECORATION: underline; 
}

A.Topnavi:link {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; FONT-WEIGHT: bold
}
A.Topnavi:visited {
	COLOR: #000000;	FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; FONT-WEIGHT: bold
}
A.Topnavi:active {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline; FONT-WEIGHT: bold
}
A.Topnavi:hover {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline; FONT-WEIGHT: bold
}

A.Navi:link {
	font-size: 12px;
	font-weight: bold;
	color: #E41919;
	TEXT-DECORATION: none; 
}
A.Navi:visited {
	font-size: 12px;
	font-weight: bold;
	color: #E41919;
	TEXT-DECORATION: none; 
}
A.Navi:active {
	font-size: 12px;
	font-weight: bold;
	color: #E41919;
	TEXT-DECORATION: underline; 
	FONT-WEIGHT: bold
}
A.Navi:hover {
	font-size: 12px;
	font-weight: bold;
	color: #E41919;
	TEXT-DECORATION: underline; 
	FONT-WEIGHT: bold
}
A.NaviInactive {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
A.HauptNavilinks:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:-10px;
	TEXT-DECORATION: none; 
}
A.HauptNavilinks:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:-10px;
	TEXT-DECORATION: none; 
}
A.HauptNavilinks:active {
	font-size: 12px;
	font-weight: bold;
	color: #E41919;
	margin-top:0px;
	margin-bottom:-10px;
	TEXT-DECORATION: underline; 
}
A.HauptNavilinks:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:-10px;
	TEXT-DECORATION: underline; 
}
A.Navilinks:link {
	font-size: 11px;
	color: #FFFFFF;
	margin-top:0px;
	margin-left:7px;
	margin-bottom:-10px;
	TEXT-DECORATION: none; 
}
A.Navilinks:visited {
	font-size: 11px;
	color: #FFFFFF;
	margin-top:0px;
	margin-left:7px;
	margin-bottom:-10px;
	TEXT-DECORATION: none; 
}
A.Navilinks:active {
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	margin-left:7px;
	margin-bottom:-10px;
	TEXT-DECORATION: underline; 
}
A.Navilinks:hover {
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	margin-left:7px;
	margin-bottom:-10px;
	TEXT-DECORATION: underline; 
}
p.Trennlinie {
	padding: 0px 0px 0px 0px;
	background-image: url(Bilder/Punkte.png);
	background-repeat: no-repeat;
	margin-top:-10px;
	margin-bottom:-20px;
    }
.klein {
	font-size: 10px;
	line-height: 2.0;
}
.Headline {
	font-size: 12px;
	font-weight: bold;
	color: #E41919;
}
#loadinginfo {
  padding-top: 350px;
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  vertical-align: middle;
  visibility:hidden;
}
.highlight {
  background-color: #E41919;
  color: #FFFFFF;
}
.AGB {
	margin-left:25px; 
	text-indent:-25px;
}
.AGB2 {
	margin-left:32px; 
	text-indent:-32px;
}
.Icon_Table {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}
.Icon_Table tr td a {
	text-decoration:none;
	color: #000;
}

