body {
	padding: 0px;
	margin: 0px;
	background-color: #004389;
	}

#main {
	width:800px;
	min-height: 400px;
	position:relative;
	left:50%;
	margin-left:-400px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #fdfdfd;
	}
p, td, ul 	{
	font-family: Verdana;
	font-size:0.8em;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	}
ul	{
	list-style-type: square;

	}	
h1 	{
	font-family: Verdana;
	font-size:1.0em;
	font-weight: bold;
	font-style: none;
	font-variant:small-caps;
	color: #004389;
	margin-left: 10px;
	}		
table	{
	margin-left: 10px;
	width: 620px;
}
td	{

	border-bottom: 1px solid black;
}
	
a:link {
	text-decoration: none;
	color: #004389;
	}
a:visited {
	text-decoration: none;
	color: #004389;
	}
a:hover {
	text-decoration: underline;
	color: #004389;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}
a:focus {
	text-decoration: underline;
	color: #000000;
	}	
#menu {
	font-family: Verdana;
	font-size:1.1em;
	line-height:1.4em;
	color: #004389;
	/*font-weight: bold;*/
	width: 150px;
	height: 100%;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	}
#menu a:link {
	text-decoration: none;
	color: #004389;
	}
#menu a:visited {
	text-decoration: none;
	color: #004389;
	}
#menu a:hover {
	text-decoration: underline;
	color: #004389;
	font-weight: none;
	}
#menu a:active {
	text-decoration: none;
	color: #004389;
	}
#menu a:focus {
	text-decoration: underline;
	color: #004389;
	}				

#inhalt {
	padding-top: 0px;
	width:649px;
	min-height: 250px;
	margin-left: 151px;
	border-left: 1px solid black;
	}
#footer {
	text-align: center;
	margin-top: 20px;
	}

img {
	border: 0px;
	}
