/* - Globale Einstellungen - */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
		font-weight: bold;
	color: #000000;
}
a:hover, a:focus {
	text-decoration: none;
		font-weight: bold;
	color: #000000;
}

a:active {
	text-decoration: underline;
		font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 220%;
	color: #000000;
	font-weight: bold;
	text-align: center;
	display: inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
ul { padding-left: 15px;
}
li { padding-left: 0px;
}
.formularfelder {
	background-color: #F0F0F0;
	margin-bottom: 2%;
	margin-top: 1%;
}
.senden {
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
	border: 0px;
}
.hidden {
	display: none;
	font-size: 0px;
}

/* - Kopfbereich - */

#head-weiss {
	text-align: left;
	padding-top: 5px;
	text-indent: 10px;
	float: left;
}
#head-weiss-text {
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.head-blau {
	background-color: #000066;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	padding-right: 20px;
}

.head-rot {
	background-color: #990000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 20px;
}
a.menue-kopf:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menue-kopf:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menue-kopf:hover, a.menue-kopf:focus {
	color: #FFFFFF;
	text-decoration: none;
}
a.menue-kopf:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* - linker Menue-Block - */

a.menue-links-eintrag:link {
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
	display: block;
width: 100%;
}
a.menue-links-eintrag:visited {
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
	display: block;
width: 100%;
}
a.menue-links-eintrag:hover, a.menue-links-eintrag:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	text-align: center;
	display: block;
width: 100%;
}
a.menue-links-eintrag:active {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
width: 100%;
}

#menue-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	width: 16%;
	float: left;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	background-color: #F0F0F0;
}

.menue-links-blaue-box {
	background-color: #000066;
	width: 98%;
	border: thin solid #000000;
	text-align: justify;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 200%;
	font-weight: bold;
	vertical-align: middle;
}

/* - mittlerer Contentbereich - */
#content-complete {
	width: 97%;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: left;
	max-width: 56%;
	width: 58%;
	padding: 10px;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #000066;
	border-left-color: #000066;
}

/* - rechte Aktuell-Blöcke - */

#aktuell {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-left-color: #990000;
}
#aktuell-gesamt {
	float: right;
	width: 20%;
}


.head-logo {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	width: 20%;
	float: left;
}
