body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-image: url(h_body.jpg);
}
#pagewidth { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background-color: #FF0000;
}
#head {
	height: 100px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FF0000;
	z-index: 100;
}
#navigation {
	z-index: 50;
	background-color: #880000;

}
#links {
	width:200px;
	padding:0px;
	float:left;
	min-height: 300px;
	background-image: url(h_subnav.jpg);
	height: 400px;
	clear: left;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -2px;
}

#inhalt {
	width:730px;
	float:left;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	visibility: visible;
	padding-top: 10px;
	margin-top: 0px;
	height: 500px;
}
#footer {
	height: 20px;
	text-align: center;
	font-size: 0.7em;
	background-image: url(h_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
}
#content {
	margin-top: 0px;

