

body {
	background-color:#ffffff;
	margin:6px;
	font-size:8pt;
	font-family:Verdana,Arial,sans-serif;
	font-weight:normal;
	color:#000000;
}

body.main {
	background-image:url(img/bg_logo.gif);
}

/*** Obere Navigation ***/

a.navi			{ font-size:8pt; text-decoration:none; color:#ffffff; }
a.navi:link		{  }
a.navi:visited	{  }
a.navi:active	{ color:#FF4500; text-decoration:none; }
a.navi:hover	{ color:#FF4500; text-decoration:none; }

#navi			{ color:#ffffff; }

h2 {
	font-family:Arial,sans-serif;
	font-size:13.5pt;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:0px;
}


/*** Startseite ***/




/*** Hauptseiten ***/

h1 {
	font-family:Arial,sans-serif;
	font-size:13.5pt;
	color:#0E1E7D;
	font-weight:bold;
}

a			{ text-decoration:underline; color:#000000; }
a:link		{  }
a:visited	{  }
a:active	{ text-decoration:none; color:#FF4500; }
a:hover		{ text-decoration:none; color:#FF4500; }

p {
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0px;
	line-height:12pt;
}

p.white {
	color:#ffffff;
	font-size:8pt;
	font-weight:normal;
}

/*** Footer ***/

a.footer			{ font-size:8pt; text-decoration:none; color:#ffffff; }
a.footer:link		{  }
a.footer:visited	{  }
a.footer:active		{ color:#0E1E7D; background-color:#ffffff; }
a.footer:hover		{ color:#0E1E7D; background-color:#ffffff; }

span.copyright			{ font-size:8pt; color:#ffffff; }
