@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------LAYOUT-Seite-------------------------------------------------------*/

	
/* -------------------------------------------------------LAYOUT-LINKS-------------------------------------------------------*/







/* ANFANG: link-Farben*/


.weiss{
	background-color:none;
	font-size:12pt;
	color:white;
	font: Gill Sans, sans serif;
}

.schwarz{
	background-color:none;
	font-size:12pt;
	color:black;
	font: Gill Sans, sans serif;
}

.weissaktiv{
	font-weight:bold;
	font-size:12pt;
	color:white;
}
.schwarzaktiv{
	font-weight:bold;
	font-size:12pt;
	color:black;
}




#links4{ /* der ganze Menukasten für die Hauptmenus*/
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	width: 200px;
	position: fixed;
	float:left;
	line-height: 18px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	display: block;
	height: 250px;
	left: 10px;
	top: 50px;
	margin: 0px;
}


* html #links4 { /* Korrektur für EXPLORER*/
	margin-top: -230px;
	margin-left: 10px;
	}
	
	
	#text{ /* der ganze Menukasten für die Hauptmenus*/
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	width: 200px;
	position:relative;
	float:left;
	line-height: 18px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	display: block;
	height: 250px;
	left: 300px;
	top: 30px;
	margin: 0px;
}


* html #text { /* Korrektur für EXPLORER*/
	margin-top: -230px;
	margin-left: 10px;
	}


#links4 a{ /*alle links im Menukasten*/
	text-decoration:none;
	display:block;
	color:777777;
	
	
}


#links4 a:hover{ /* Link auf den die Maus zeigt*/
font-weight:bold;
color:777777;
}

/* -------------------------------------------------------Zitat-------------------------------------------------------*/




/* -------------------------------------------------------ende Zitatå-------------------------------------------------------*/

/* -------------------------------------------------------TEXTFARBEN-------------------------------------------------------*/


.fehler{font-weight:bold;color: red;}
