html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 101%;
	background-color: #989DBE;
	background-image:  url(_images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: 50.1% top;
	text-align: center;
}
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: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#datum {
	padding-top: 10px;
	color: #FFF;
	font-size: 11px;
	background-color: #273591;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 0px;
}
#branding {
	width: 760px;
	padding: 2px 0px;
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E97C1B;
	border-bottom-color: #E97C1B;
}
#logo {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/* Navigation */
#topnav {
	font-size: 14px;
	color: #FFF;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #273591;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav a, #topnav a:visited {
	text-decoration: none;
	color: #FFF;
}
#topnav a:hover, #topnav a.aktuell, #topnav a.aktuell:visited, #topnav a.aktuell:hover {
	text-decoration: none;
	color: #E97C1B;
}
#subnav {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	padding: 8px 10px;
	margin-top: 2px;
	margin-bottom: 36px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E97C1B;
}
#subnav a, #subnav a:visited {
	text-decoration: none;
	color: #FFF;
}
#subnav a:hover, #subnav a.aktuell, #subnav a.aktuell:visited, #subnav a.aktuell:hover {
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* Inhalt */
#maincontent {
	width: 510px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #FFF;
}
#maincontentText {
	margin-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	background-image: url(_images/linie.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/* Spalte rechts */
#subcontent {
	width: 250px;
	float: right;
	background-color: #FFF;
}
#subcontentText {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
#subcontentText h1 {
	color: #E97C1B;
	padding: 0px 0px 3px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
#subcontentText p {
	font-size: 0.76em;
	color: #666;
	margin: 0px 0px 12px;
	padding: 0px;
	line-height: 1.6em;
}
#subcontentText p a {
	text-decoration: none;
	color: #1323A3;
}
#subcontentText p a:visited {
	text-decoration: none;
	color: #1323A3;
}
#subcontentText p a:hover {
	text-decoration: underline;
	color: #E97C1B;
}
#subcontentText img {
	margin-bottom: 0px;
}
/* Fusszeile mit Adresse */
#siteinfo {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	clear: both;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#siteinfoText {
	line-height: 1.3em;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #273591;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E97C1B;
}
/* HTML-Tags */
h1 {
	font-size: 1.3em;
	margin-bottom: 18px;
	color: #E97C1B;
	background-color: #FFF;
	margin-top: 0px;
	font-weight: normal;
	line-height: 1.3em;
}
h2, h3 {
	font-size: 1.15em;
	line-height: 1.5em;
	color: #E97C1B;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	}
h3 {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #E97C1B;
}
p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 18px;
	color: #666;
	background-color: transparent;
}
ul, ol {
	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: #1323A3;
}
a.aktuell, a.aktuell:visited, a.aktuell:hover {
	text-decoration: underline;
	color: #E97C1B;
}
a:hover {
	text-decoration: underline;
	color: #E97C1B;
}
.left {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.right {
	float: right;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 12px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.footer {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 156px;
	margin-bottom: 12px;
	clear: both;
}
.klein {
	font-size: 11px;
	margin-top: 0px;
	line-height: 1.6em;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.line {
	font-size: 1px;
	margin-top: 12px;
	line-height: 1px;
	height: 1px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	clear: both;
}
/* Tabellen */
.title {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E97C1B;
	padding-left: 5px;
}
.beschreibung {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666;
	background-color: #FCEFE2;
	padding-left: 5px;
	vertical-align: top;
}
/* Formularelemente */
form {
	margin: 0px;
	padding: 0px;
	width: 430px;
}
fieldset {
	border: none;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
form p label {
	float: left;
	width: 120px;
	cursor: pointer;
}
form p {
	clear: left;
	margin: 0px;
	padding: 3px 0px 0px;
	font-size: 12px;
}
form p label.lang {
	float: left;
	width: 404px;
	display: block;
	font-size: 12px;
}
form h2 {
	margin-bottom: 6px;
	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 {
	background-color: #F9F9F9;
	color: #000;
	width: 300px;
}
textarea.text {
	overflow: auto;
}
input.btnleft {
	background-color: #E97C1B;
	width: 100px;
	margin-left: 120px;
	float: left;
	color: #FFF;
	margin-top: 6px;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input.btnright {
	background-color: #E97C1B;
	width: 100px;
	float: right;
	color: #FFF;
	margin: 6px 0px 6px 6px;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

