html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	padding: 0px;
	font-size: 101%;
	background-color: #9EB8E6;
	text-align: center;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, p, ul, li, table, td, a {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0px;
}
#pagecontainer {
	text-align: left;
	width: 774px;
	padding: 0px;
	margin: 0px auto;
	background-image: url(_images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
#header {
	width: 774px;
	text-align: left;
	padding-bottom: 10px;
	float: left;
	padding-top: 0px;
	background-image: url(_images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#slogan {
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	float: left;
}
#headernav {
	padding-top: 10px;
	padding-left: 0px;
	text-align: right;
	color: #FFF;
	font-size: 11px;
	float: right;
	font-weight: bold;
	padding-right: 10px;
}
#headernav a, #headernav a:visited {
	text-decoration: none;
	color: #FFF;
}
#headernav a:hover, #headernav a.aktuell, #headernav a.aktuell:visited, #headernav a.aktuell:hover {
	text-decoration: underline;
	color: #FFF;
}
#logo {
	margin-top: 55px;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 20px;
}
#datum {
	text-align: right;
	color: #FFF;
	font-size: 11px;
	padding: 0px;
	margin-right: 10px;
}
/* Navigation */
#topnav {
	font-size: 14px;
	color: #666;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 8px;
	font-weight: bold;
	clear: left;
	background-image: url(_images/topnav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-left: 20px;
}
#subnav01 {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 6px;
}
#subnav02 {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-left: 20px;
}
#topnav a, #topnav a:visited, #subnav01 a, #subnav02 a, #subnav01 a:visited, #subnav02 a:visited {
	text-decoration: none;
	color: #666;
}
#topnav a:hover, #topnav a.aktuell, #topnav a.aktuell:visited, #topnav a.aktuell:hover {
	text-decoration: none;
	color: #2763CB;
}
#subnav01 a:hover, #subnav02 a:hover, #subnav01 a.aktuell, #subnav02 a.aktuell, #subnav01 a.aktuell:visited, #subnav02 a.aktuell:visited, 
#subnav01 a.aktuell:hover, #subnav02 a.aktuell:hover, a.aktuell, a.aktuell:visited, a.aktuell:hover {
	text-decoration: none;
	color: #FF0000;
}
/* Inhalt */
#content {
	width: 574px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#contentText {
	margin-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
/* Hauptnavigation rechts */
#marginalie {
	width: 200px;
	float: right;
}
#marginalieText {
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top: 20px;
}
#marginalie h1 {
	color: #666;
	padding: 0px 0px 3px;
	font-weight: bold;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
#marginalie p {
	font-size: 0.76em;
	color: #666;
	margin: 0px 0px 18px;
	padding: 0px;
}
#marginalie p a {
	text-decoration: none;
	color: #0059B1;
	background-color: #FFF;
}
#marginalie p a:visited {
	text-decoration: none;
	color: #0059B1;
}
#marginalie p a:hover {
	text-decoration: none;
	color: #666;
}
#marginalie img {
	margin-bottom: 6px;
}
/* Fusszeile mit Adresse */
#footer {
	margin: 0px;
	padding: 0px;
	width: 774px;
	clear: both;
	background-image: url(_images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footerText {
	margin-right: 10px;
	margin-left: 20px;
	line-height: 1.3em;
	color: #666;
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding: 12px 0px;
}
/* HTML-Tags */
h1 {
	font-size: 1.3em;
	margin-bottom: 18px;
	color: #666;
	background-color: transparent;
	margin-top: 0px;
	font-weight: normal;
	line-height: 1.3em;
}
h2, h3 {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}
h3 {
	font-size: 0.86em;
	line-height: 1.2em;
	font-weight: bold;
}
p {
	font-size: 0.8em;
	line-height: 1.7em;
	margin-bottom: 18px;
	color: #666;
	background-color: transparent;
}
ul {
	padding: 0px;
	margin-bottom: 18px;
	margin-left: 15px;
	background-color: transparent;
	list-style-position: outside;
	margin-top: 0px;
	list-style-type: disc;
}
li {
	font-size: 0.76em;
	padding: 0px;
	margin-bottom: 3px;
	line-height: 1.65em;
	background-color: transparent;
	color: #666;
}
img a {
	border: none;
}
a, a:visited {
	text-decoration: none;
	color: #2763CB;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a.aktuell, a.aktuell:visited, a.aktuell:hover {
	text-decoration: none;
	color: #FF0000;
}.right {
	float: right;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 6px;
}
.left {
	float: left;
	margin-bottom: 6px;
	margin-right: 20px;
	margin-left: 0px;
}
.drucken {
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 48px;
	margin-bottom: 6px;
	clear: both;
}
.klein {
	font-size: 0.69em;
	margin-top: 0px;
	line-height: 1.3em;
}
.line {
	font-size: 1px;
	margin-top: 24px;
	border-top: 2px dotted #CCC;
	line-height: 1px;
	height: 1px;
	clear: both;
}
/* Tabellenformate */
.liste {
	margin-bottom: 18px;
}
.titel, .tabtext {
	font-size: 11px;
	padding-top: 6px;
	line-height: 1.3em;
	color: #666;
	vertical-align: top;
	padding-left: 3px;
	padding-bottom: 6px;
	background-color: #E0E0E0;
}
.tabtext {
	background-color: #EEE;
}
/* Formularelemente */
form {
	margin: 0px 0px 36px;
	padding: 0px;
	width: 390px;
}
fieldset {
	border: none;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
form p label, form p label.order {
	float: left;
	width: 100px;
	cursor: pointer;
}
form p label.order {
	width: 350px;
	font-size: 12px;
}
form p {
	clear: left;
	margin: 0px;
	padding: 3px 0px 0px;
}
form h2 {
	margin-bottom: 3px;
	font-size: 0.96em;
	margin-top: 12px;
	font-weight: bold;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
input.text, textarea.text, select.text, input.order, textarea.order, select.order {
	background-color: #F9F9F9;
	color: #000;
	width: 280px;
}
input.order, textarea.order, select.order {
	width: 30px;
}
textarea.text, textarea.order {
	overflow: auto;
}
input.btnleft {
	background-color: #2763CB;
	width: 100px;
	margin-left: 100px;
	float: left;
	color: #FFF;
	margin-top: 6px;
	font-weight: bold;
	font-size: 11px;
}
input.btnright {
	background-color: #2763CB;
	width: 100px;
	float: right;
	color: #FFF;
	margin: 6px;
	font-weight: bold;
	font-size: 11px;
}
.lead {
	position: absolute;
	top: -600px;
	left: -600px;
	text-align: left;
	visibility: visible;
	z-index: auto;
 }
.lead h1, .lead h2 {
	color: #000;
	border: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
}

