body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(87,87,89);
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	color: #2b2b2c;
}

/* .BEGINN Spezialbehandlung fuer IE. */
td {
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	color: #2b2b2c;
}
/* .ENDE Spezialbehandlung fuer IE. */

#container {
	position: absolute;
	width: 1043px;
	height: 768px;
	top: 0px;
	left: 0px;
/*Vor IE-Mac verstecken\*/
	top: 50%;
	left: 50%;
	margin: -388px auto 0px -521px;
/*.IE-Mac-Hack ENDE.*/
/*.Zentrierung in allen Browsern ausser IE-Mac.*/
	padding: 0px;
	background-color: rgb(196,217,238);
	background-image: url(../eicons/hintergrund/start.gif);
	border: none;
}

#blind_oben, #blind_unten, #blind_mitte {
	position: absolute;
	left: 240px;
	z-index: 99;
}

#blind_oben {
	top: 0px;
	width: 785px;
	height: 350px;
}

#blind_mitte {
	top: 400px;
	left: 815px;
	width: 190px;
	height: 190px;
}

#blind_unten {
	bottom: 0px;
	width: 785px;
	height: 170px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 70px;
	border: none;
}

/* .Obere Bildreihe. */
#oben_1, 
#oben_2, 
#oben_3, 
#oben_4  {
	position: absolute;
	top: 15px;
	border: none;
}

#leg_obn_1, 
#leg_obn_2, 
#leg_obn_3, 
#leg_untn_1, 
#leg_untn_2, 
#leg_untn_3 {
	position: absolute;
	font-size: 10px;
}

#headline {
	position: absolute;
	top: 280px;
	left: 244px;
	border: none;
}

/* .Haupt - Navigation. */
/*.Erstmal die Boxen mit Beschriftung und Mal-Rahmen.*/
#nav_oben0, 
#nav_oben1, 
#nav_oben2, 
#nav_unten0, 
#nav_unten1, 
#nav_unten2  {
	position: absolute;
	left: 15px;
	width: 134px;
	height: 116px;
	color: rgb(0,0,0);
	background-position: top left;
	background-repeat: no-repeat;
}

/*.Die Spezifizierungen fuer die einzelnen Boxen.*/
#nav_oben0, 
#nav_oben1, 
#nav_oben2  {
	top: 296px;
	background-image: url(../eicons/nav_1_inaktiv.gif);
}
#nav_unten0, 
#nav_unten1, 
#nav_unten2  {
	top: 437px;
	background-image: url(../eicons/nav_2_inaktiv.gif);
}

/*.Und hier die Ausnahmen fuer die einzelnen Zustaende.*/
#nav_oben0 {
}
#nav_oben1 {
background-image: url(../eicons/nav_1_aktiv.gif);
}
#nav_oben2 {
}
#nav_unten0 {
}
#nav_unten1 {
}
#nav_unten2 {
background-image: url(../eicons/nav_2_aktiv.gif);
}

ul.h_navi_1 {
	margin: 30px 0px 0px 3px;
	padding: 0px;
	list-style: none;
}

ul.h_navi_2 {
	margin: 34px 0px 0px 3px;
	padding: 0px;
	list-style: none;
}

ul.h_navi_3 {
	margin: 34px 0px 0px 3px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 15px;
	top: 545px;
}

ul.h_navi_1 li, 
ul.h_navi_2 li, 
ul.h_navi_3 li {
}

/*.Navigation im In-Aktivzustand.*/
#nav_oben0  A, 
#nav_unten0  A, 
#nav_oben2  A, 
#nav_unten1 A, 
ul.h_navi_3 A {
	display: block;
	width: 120px;
	padding: 0px 0px 0px 16px;
	margin: 0px;
	color: #2b2b2c;
	text-decoration: none;
}
 #nav_oben0  A:LINK, 
 #nav_unten0  A:LINK, 
 #nav_oben2  A:LINK, 
 #nav_unten1 A:LINK, 
 ul.h_navi_3 A:LINK {
	color: #2b2b2c;
}
 #nav_oben0  A:VISITED, 
 #nav_unten0  A:VISITED, 
 #nav_oben2  A:VISITED, 
 #nav_unten1 A:VISITED, 
 ul.h_navi_3 A:VISITED {
	color: #2b2b2c;
}
 #nav_oben0  A:HOVER, 
 #nav_unten0  A:HOVER, 
 #nav_oben2  A:HOVER, 
 #nav_unten1 A:HOVER, 
 ul.h_navi_3 A:HOVER {
	color: #2b2b2c;
	font-weight: bold;
	background-image: url(../eicons/pfeil_grau.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*.Navigation im Aktivzustand.*/
#nav_oben1  A, 
#nav_unten2 A {
	display: block;
	width: 120px;
	padding: 0px 0px 0px 16px;
	margin: 0px;
	color: #930D2A;
	text-decoration: none;
}
 #nav_oben1  A:LINK, 
 #nav_unten2 A:LINK {
	color: #930D2A;
}
 #nav_oben1  A:VISITED, 
 #nav_unten2 A:VISITED {
	color: #930D2A;
}
 #nav_oben1  A:HOVER, 
 #nav_unten2 A:HOVER {
	color: #930D2A;
	font-weight: bold;
	background-image: url(../eicons/pfeil_rot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#aktiviert {
	color: #930D2A;
	font-weight: bold;
	background-image: url(../eicons/pfeil_rot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/* .Textbox mit den Inhalten. */
#text_box {
	position: absolute;
	top: 315px;
	left: 244px;
	width: 450px;
	height: 200px;
	overflow: auto;
	scrollbar-base-color: rgb(196,217,238);
	scrollbar-highlight-color: rgb(37,116,203);
	scrollbar-arrow-color: rgb(37,116,203);
	scrollbar-shadow-color: rgb(196,217,238);
}
/* .Reihenfolge der Pseudoklassen stets: *LINK *VISITED FOCUS *HOVER ACTIVE. */
/* .Links im Text. */

#text_box A {
	color: #2b2b2c;
}
#text_box A:LINK {
	color: #2b2b2c;
}
#text_box A:VISITED {
	color: #2b2b2c;
}
#text_box A:HOVER {
	color: #2b2b2c;
	font-weight: bold;
}

/*.Aktueller Aufmacher auf der 1. Seite.*/
#aktuell_box {
	position: absolute;
	top: 425px;
	left: 720px;
	width: 270px;
	height: 160px;
	overflow: auto;
	color: #1762B4 ;
	scrollbar-base-color: rgb(255,255,255);
	scrollbar-highlight-color: rgb(196,217,238);
	scrollbar-arrow-color: rgb(196,217,238);
	scrollbar-shadow-color: rgb(255,255,255);
	/* .border: 1px solid #C00;. */ /* TEST */
}

/*.Bildreihe unten.*/
#unten_1, 
#unten_2, 
#unten_3, 
#unten_4  {
	position: absolute;
	bottom: 15px;
	border: none;
}



