body {
	background-color: white;
	margin : 0px;
}

#wrapper {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: white;
}

#header {
	height: 72px;
	text-align: Center;
	background: url(Bilder/Header_white2.jpg) no-repeat top left;
}

#navigation {
	width: 798px;
	text-align: Center;
	color: balck;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
  	border-style:solid;
  	border-color:black;
}

#navigation_sub {
	width: 798px;
	text-align: Center;
	color: white;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
  	border-style:solid;
  	border-color:black;
	background-color: #CE7B35
}

#main {
	margin-bottom:20px;
	width: 798px;
	min-height: 200px;
	min-height: 250px;
	color: black;
	float: center;
	text-align: center;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
  	border-style:solid;
  	border-color:black;
}

div#navigation_sub a:link {	text-decoration:none; 
			color: white;
}

div#navigation_sub a:visited {text-decoration:none; 
			color: white;
}

div#navigation_sub a:hover {text-decoration:none; 
			color: #773300;
}

a:link {	text-decoration:none; 
			color: black;
}

a:visited {text-decoration:none; 
			color: black;
}

a:hover {text-decoration:none; 
			color: #eeddaa;
}

table { font-family:Verdana;
	font-size:9pt;
	vertical-align: center;
	}
.grey{   	background-color: rgb(231,245,245);
	}
#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;
}
.alarm {font-weight: bold;
	font-size: 12pt;
	color: red;
}
.italic	{font-style: italic;
}
.klein {font-size: 8pt;
}