@charset "utf-8";
#oben {
	background-image: url(_images/logo.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
}
#inhalt {
	width: 800px;
	background-image: none;
	background-repeat: repeat-y;
	float: left;
	background-color: #FFF;
}
#inhalt_links {
	float: left;
	width: 180px;
	background-repeat: repeat-y;
	background-color: #FFF;
	height: auto;
}
#inhalt_mitte {
	float: left;
	width: 620px;
	background-image: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: none;
}
p {
	line-height: 130%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
h1 {
	font-size: 16px;
	font-weight: 600;
	color: #990000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#inhalt_links {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-color: #F3F3F3;
	background-repeat: repeat;
	background-image: none;
}
#inhalt_links ul {
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#inhalt_links li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
