body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #E1E1E1;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
color: #666666;
text-decoration: none;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
}
img {
text-decoration: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#center #links h3 {
	font-size: 12px;
}
#center #inhalt h1 {
	font-size: 16px;
}
#center {
	margin: auto;
	width: 1000px;
	z-index: 0;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	background: #FFFFFF;
	position: inherit;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:121px;
}
#links {
	position:relative;
	left:0px;
	top:0px;
	width:190px;
	height:auto;
	z-index:1;
	float: left;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#inhalt {
	position:relative;
	left:0px;
	top:0px;
	width:790px;
	height:inherit;
	z-index:1;
	float: right;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#footer {
	position:relative;
	left:0px;
	top:20px;
	width:1000px;
	z-index:1;
	float: left;
}
