body 
{
	
	font-family: Georgia, Tahoma, Arial, sans-serif, sans;
	font-size: 11pt;
	color: #333333;

 	min-width:900px; /* Damit der Inhalt nicht ausserhalb der Seite gelangt Gecko-Engine */
 	background-color: #6698d3;
	
}

a
{ color: #000000; text-decoration: none; }

a:hover {
	color: #6698d3;
}

a:visited
{
	color: #6698d3;
}

#header
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#main

{
 width:100%;
 margin:0 auto;
 padding: 2px;
 text-align: center;
}






#impressum_footer
{
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	
}