/* CSS-Datei für MOZILLA etc. */

body {
	height: 100%;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../img/bgr.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

div.header {									/* feststehender Container oben */
	position: fixed;
	height: 105px;
	width: 950px;
	left: 0px;
	top: 0px;   
	background-color: #F3F0EA;
	z-index: 99;
}

div.balken {									/* roter Balken oben */
	position: absolute;
	height: 10px;
	width: 500px;
	top: 0px;
	left: 220px;
	background-color: #AC0303;
}

div.seitenposition {							/* Container für Seitenpositionsangabe */
	position: absolute;
	height: 10px;
	width: 500px;
	top: 65px;
	left: 220px;
}

div.subnavi {									/* Container für Subnavigation */
	position: absolute;
	height: 55px;
	width: 167px;
	top: 40px;
	left: 779px;
	background-color: #AC0303;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 98;
}

div.subnavipunkte {								/* Positionierung der Subnavigationspunkte */
	margin: 10px;
	z-index: 97;
}

div.scrollinhalt {											/* Scrollbarer Container wegen position:fixed */
	width: 950px;
   	padding-top: 115px;
   	padding-left: 0px;
}

div.outernavi {
	width: 172px;
	margin-top: 0px;
	left: 0px;
	float: left;
	z-index: 0;
}

div.navi {										/* Container für Navigation */
	width: 172px;
	margin-top: 0px;
	left: 0px;
	background-color: #AC0303;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	z-index: 1;
}

div.navipunkte {								/* Positionierung der Navigationspunkte */
	margin: 10px;
	z-index: 2;
}

div.textbox {									/* Container für Inhalte */
	width: 500px;
	height: 200px;
	margin-top: 0px;
	margin-left: 40px;
	float: left;
	z-index: 3;
}

div.bilderbox {												/* Container für Bilder, rechts */
	width: 195px;
	margin-top: -6px;
	margin-left: 35px;
	float: right;
	z-index: 4;
}

div.bildLinks {												/* Bild links in Bilderbox */
	width: 90px;
	height: 85px;
	margin-top: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	z-index: 5;
}

div.bildRechts {											/* Bild rechts in Bilderbox */
	width: 190px;
	height: 148px;
	margin-top: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	z-index: 6;
}

div.newsbox {									/* Container für aktuelle Meldungen etc., rechts */
	width: 195px;
	margin-top: 10px;
	margin-left: 35px;
	float: left;
	z-index: 7;
}

.suchfeld {										/* Formatierung für das Eingabefeld "Suchen" */
	width: 90px;
	height: 16px;
	background-color: #FFFFFF;
	border: 1px dotted #000000;	
}

.buttonSuchen {									/* Formatierung für Button "Suchen" */
	width: 85px;
	height: 21px;
	background-color: #AC0303;
	border: 1px solid #FFFFFF;	
}

input, select {								/* Formatierung für das Eingabefeld */
	width: 250px;
	height: 16px;
	background-color: #FFFFFF;
	border: 1px dotted #000000;
}

.selectbox {								/* Formatierung für das Eingabefeld */
	width: 250px;
	height: 16px;
	background-color: #ffFFFF;
	border-style: dotted;
    border-color: #000000;
    border-width : 1px;
}

.eingabefeldgross {								/* Formatierung für das Eingabefeld */
	width: 250px;
	height: 80px;
	background-color: #FFFFFF;
	border: 1px dotted #000000;
}

.buttonAbschicken {								/* Formatierung für Button "Abschicken" */
	width: 254px;
	height: 21px;
	background-color: #AC0303;
	border: 1px solid #FFFFFF;	
}

.tab td {										/* Ausrichtung des Textes in Tabellen */
	height: 8px;
	padding: 3px;
}

.tabelleKopf {									/* Definition der Kopfzeile in Tabellen */
	background-color: #AC0303;	
}

.tabelleUngerade {								/* Definition der ungeraden Zeilen in Tabellen */
	background-color: #FFFFFF;
}

.tabelleGerade {								/* Definition der geraden Zeilen in Tabellen */
	background-color: #E7E1D5;
}

li {											/* Eigenschaften der Listen */
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
}

div.liSubnaviColor {							/* Farbige Markierung der Listen */
	width: 148px;
	background-color: #C47D7D;
}

.bilderRahmen {
 border: 5px solid #FFFFFF;
}
 
.bildleft {
 float: left;
 margin-top: 10px;
 margin-right: 10px;
 border: 5px solid #FFFFFF;
}
 
.bildright {
 float: right;
 margin-top: 10px;
 margin-left: 10px;
 border: 5px solid #FFFFFF;
}

.bildleft {
 float: left;
 margin-top: 10px;
 margin-right: 10px;
 border: 5px solid #FFFFFF;
}
 
.bildcenter {
 border: 5px solid #FFFFFF;
}