body {
	background-color: white;
	color: white
	margin : 0px;
}

#wrapper {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: white;
}

#header {
	height: 10px;
	text-align: Center;
}

#main {
	margin-bottom:20px;
	width: 798px;
	min-height: 200px;
	min-height: 250px;
	color: white;
	float: center;
	text-align: center;
}

#footer {
	width: 798px;
	text-align: Center;
	background-color: black;
	color: white;
}



div#navigation_sub a:link {	text-decoration:none; 
			color: white;
}

div#navigation_sub a:visited {text-decoration:none; 
			color: white;
}

div#main a:hover {text-decoration:none; 
			color: #cccccc;
}

a:link {	text-decoration:none; 
			color: white;
}

a:visited {text-decoration:none; 
			color: black;
}

a:hover {text-decoration:none; 
			color: #eeddaa;
}

table { font-family:Verdana;
	font-size:9pt;
	vertical-align: center;
	}
td       { 
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
  	border-style:solid;
  	border-color:black;
}
tr	{	}
.oben    { vertical-align:top;}
.mittig  { vertical-align:middle; }
.unten   { vertical-align:bottom; }
.farbe1		{   	background-color: rgb(34,34,187); }
.farbe2 	{   	background-color: rgb(60,32,162); }
.farbe3		{   	background-color: rgb(77,30,144); }
.farbe4		{   	background-color: rgb(119,26,103); }
.farbe5		{   	background-color: rgb(162,22,60); }
.farbe6		{   	background-color: rgb(187,18,34); }
.schwarz	{   	background-color: rgb(0,0,0); }
	}
#dick {	font-weight: bold;
	}

p  {	text-align:center;
	font-family:Verdana;	
	font-size:9pt;
	margin:25px;
	}
.links {	text-align:left;
	}
.fuss {	clear: both;
	text-align: right;
}
.fett {	font-weight: bold;
}
.sweiss {color: white;}
.sschwarz {color: black;}
.alarm {font-weight: bold;
	font-size: 12pt;
	color: red;
}
.italic	{font-style: italic;
}
.klein {font-size: 8pt;
}