BODY {
	color: 			#FFFFFF;
	background-color:		#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
}

H1 { color: #F96710}
H2 { color: #F96710}
H3 { color: #F96710}
H4 { color: #F96710}

A:hover IMG {
	background-color:		#000000; /* = Hintergrundfarbe !!! */
}

/*================== Links ==================*/

A {	
	color: 			#F96710;
}

A:hover {
	color: 			#000000;
	background-color:		#F96710;
}

/*============= TextContent ================*/
	
DIV.Content {
	color:			#FFFFFF;
}

/*================== Menu ==================*/

DIV.Menu A {	
	color: 			#F96710;
}

DIV.Menu A:hover {
	color: 			#000000;
	background-color: 	#F96710;
}

/*================== TopMenu ==================*/

DIV.TopMenu A {	
	color: 			#000000;
	background-color: 	#F96710;
}

DIV.TopMenu A:hover {
	color: 			#F96710;
	background-color: 	#000000;
}

/*================ Sprachauswahl ==============*/

DIV.Sprache A {	
	color: 			#F96710;
	background-color: 	#000000;
}

DIV.Sprache A:hover {
	color: 			#F96710;
	background-color: 	#000000;
}


