html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#headerbox {
	color: #333;
	background: url(images/bg_header.jpg);
	height: 95px;
	text-align: left;
}
#logo {
	float: left;
	width: 400px;
	padding: 15px 0 0 15px;
}
#partner {
	text-align: right;
	padding: 15px 10px 0 0;
}
#subheaderbox {
	clear: left;
	color: #333;
	background: url(images/bg_topnavi.jpg);
	height: 25px;
}
#topnavibox {
	padding: 4px 0 3px 0;
	text-align: center;
}
a.topnav, a.topnav:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: #fff;
	text-decoration: none;
	padding: 4px 10px 3px 10px;
}
a.topnav:hover, a.topnav:focus {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
}
#topnavibox .aktiv {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 4px 10px 3px 10px;
}
#contentbox {
	color: #333;
	background: url(images/bg_content.jpg);
	padding: 15px 20px;
	text-align: left;
}
#contboxob {
	border: 1px solid #039;
	background: #fff;
	padding: 5px;
}
#contboxunt {
	margin-top: 15px;
	border: 1px solid #039;
	background: #ccc;
}
td {
	height: 16px;
}
a.contentlink, a.contentlink:visited {
	color: #039;
	background-color: inherit;
	text-decoration: underline;
}
a.contentlink:hover, a.contentlink:focus {
	color: #000;
	background: #efefef;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
.kleinschrift {
	font-size: 10px;
}
td .height {
	height: 20px;
}
.formulartabelle {
	width: 850px;
}
.tablespalteli {
	width: 190px;
}
.tablespaltemi {
	width: 280px;
}
.tablespaltere {
	width: 380px;
}
.grautable {
	width: 355px;
	background: #efefef;
	color: #333;
	border: 1px solid #ccc;
	margin-right: 3px;
}
.grausubtable {
	width: 350px;
}
.grausubtableli {
	width: 90px;
}
.grausubtablere {
	width: 255px;
}
.trennlinie {
	border-bottom: 1px solid #039;
}
#footerbox {
	color: #666;
	background: url(images/bg_footer.jpg);
	height: 25px;
}
.footertext {
	text-align: right;
	padding: 2px 25px 0 0;
	color: #fff;
	background-color: inherit;
	font-size: 9pt;
	font-weight: bold;
}
a.footerlink, a.footerlink:visited {
	color: #fff;
	background: inherit;
	text-decoration: none;
}
a.footerlink:hover, a.footerlink:focus {
	text-decoration: underline;
}
#boxuntlink {
	text-align: center;
	padding: 3px;
	font-weight: bold;
	background: #039;
	color: #fff;
}

.titel {
	background: #039;
	color: #fff;
	font-size: 14pt;
	padding:3px;
	margin-bottom: 10px;
}
.menueheader {
	color: #fff;
	background: #039;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul li {
	list-style: none;
	list-style-position: outside;
	margin-left: -15px;
}