/* 	#0066FF Hintergrund hinten
	#000033 Schrift
	#AAB6CC Hintergrund vorne
	#EAEEF7 Hintergrund bei Überschriften
	#000000 Linkfarbe
*/
body {
	background-color:#4F94FB; 	/* Hintergrundfarbe der Seite */
	background-image:url(images/hellgrau.gif);
	font-family:verdana;		/* Font face der Seite */
	color:#000033;			/* Schriftfarbe */
	font-size: 11;
	text-align: center;
	left-margin: 0px;
	scrollbar-arrow-color:#B63E00;
	scrollbar-face-color:#FFA65B;
	scrollbar-highlight-color:#FFCF9C;
	scrollbar-shadow-color:#B63E00;
	scrollbar-track-color:#AAB6CC;
	scrollbar-3dlight-color:#FFCF9C;
	scrollbar-darkshadow-color:#B63E00;
	}
table 	{
	font-size: 11;
	font-family:verdana;
	}

a:link	{
	font-family: verdana;
	color: #0000FF;			/* Linkfarbe */
	font-weight:normal;		/* Textformatierung */
	font-size: 11;			/* textgröße */
	text-decoration: none;		/* Textfomatierung ( u, b, i ) */
	}

a:visited
	{
	font-family: verdana;
	color: #0000FF;			/* Besuchte Linkfarbe */
	font-weight:normal;		/* Textformatierung */
	font-size: 11;			/* textgröße */
	text-decoration: none;		/*Textfomatierung ( u, b, i ) */
	}

a:hover	{
	font-family: verdana;
	color: #000033;			/* Farbe bei Mouseover */
	font-weight:normal;		/* Formatierung bei MO */
	font-size: 11;			/* Size bei Mouseover */
	text-decoration: underline;	/* Textdekoration bei MO */
	}

a:active	{
	font-family: verdana;
	color: #000033;			/* Farbe bei activem link */
	font-weight:normal;		/* Formatierung bei Active */
	font-size: 11;			/* Size bei active */
	text-decoration: underline;
	}

.headline	{
	color: #375B8B;
	background-color: #EAEEF7;
	text-align: center;
	padding:5px;
	margin:5px;
	font-family:verdana;
	font-size: 14;
	font-weight: bold;
	}
.footer	{
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	font-decoration: none;
	color:#375B8B;
	}

hr	{
	color: #EAEEF7;
	}
td	{
	text-align: left;
	}
.tab1	{
	background-color: #EAEEF7;
	}