/* ### ALLGEMEINES ### */

body {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:				10px;
	color: 					#424242;
	line-height: 			17px;
	text-decoration: 		none;
	background-color: 		#FFFFFF;

}

td {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:				10px;
	color: 					#424242;
	line-height: 			17px;
	text-decoration: 		none;

}





/* ### HEADER ### */

h1 {
	color:					#FFFFFF;
	font-size:				9px;
	margin-bottom:			5px;
	font-weight:			normal;
	line-height: 			16px;

}

h2 {
	color:					#9F0A1C;
	font-size:				9px;
	margin-bottom:			5px;
	font-weight:			normal;
	line-height: 			16px;

}

h3 {
	color:					#999999;
	font-size:				13px;
	margin-bottom:			5px;
	font-weight:			bold;
	line-height: 			16px;

}



/* ### ANCHORS ### */


a {
	color: 					#668f7e;
	text-decoration: 		none;
	font-weight:			bold;
}

a:visited {
	color: 					#8c9f97;
	text-decoration: 		none;
	font-weight:			bold;
}

a:hover {
	color: 					#FFFFFF;
	background-color: 		#668f7e;
	font-weight:			bold;
}

/* # Sonderfall-Anchors # */

a.red {
	color: 					#9F0A1C;
	text-decoration: 		none;
	font-weight:			normal;
}

a:visited.red {
	color: 					#8A8C8E;
}

a:hover.red {
	color: 					#FFFFFF;
	background-color: 		#9F0A1C;
	text-decoration: 		none;
}

