body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color:#0E73A7;
	margin: 0;
	padding: 0;
}
#wrapperOuter {
	text-align: left;
	widtH: 1000px;
	background-color: #FFFFFF;
}
#headerOuter {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #DC2B19;
	height: 170px;
}
#wrapperContent {
	width: 100%;
	padding: 0;
	margin: 0;
}
#wrapperContent #content {
	float: right;
	width: 670px;
}
#wrapperContent #content h1, h2, h3, h4, h5, h6, p, li, cite {
	/*margin-right: 15px;*/
}
#wrapperContent #content h1 {
	color: #000099;
	font-size: 1.4em;
}
#wrapperContent #content h2 {
	color: #DC2B19;
	font-size: 1.2em;
}
#wrapperContent #content h3 {
	color: #666666;
	font-size: 1em;
}
#wrapperContent #content p {
	font-size: 0.8em;
	line-height: 120%;
}
#wrapperContent #content a {
	color: #7B868E;
}
#wrapperContent #content a:hover {
	background-color: #0000CC;
	color: #fff;
	text-decoration: none;
}
#wrapperContent #navi {
	float: left;
	width: 160px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
#navi #naviHeader {
	background-color: #2F3070;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 3px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navi li {
	width: 100%;
	margin-bottom: 3px;
	
}
#navi a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #00AEEF;
}
#navi a:hover {
	background-color: #00AEEF;
}
#navi a.active {
	background-color: #9c9d9f;
}
#navi #naviBottom {
	color: #000;
	text-align: left;
	font-size: 0.7em;
	font-weight: normal;
	
}
#headerOuter #headerClearing {
	clear: both;
	height: 10px;
	background-color: #fff;
}
#wrapperContent #footer {
	clear: both;
	background-color: #00AEEF;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-left: 10px;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
	height: 1.2em;
	text-align: left;
	padding-right: 10px;
}
#wrapperContent #footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#wrapperContent #footer a:hover {
	text-decoration: underline;
}
#wrapperContentLeft div.clearing {
	clear: both;
}

/* Formaularstilanweisungen */
label {
	width: 9em;
	float: left;
	clear: left;
	line-height: 120%;
}
input.formInputLong {
	width: 20em;
	clear: right;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00AEEF;
	font-size: 1em;
	padding-top: 0.2em;
}
input.formInputMedium {
	width: 15.1em;
	clear: right;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00AEEF;
	font-size: 1em;
	padding-top: 0.2em;
	
}
input.formInputShort {
	width: 4em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00AEEF;
	font-size: 1em;
	padding-top: 0.2em;
}
textarea {
	border: 1px solid #009933;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formButtonLeft {
	margin-left: 9em;
}
.formError {
	color: #EE1C23;
}

/* Stile für Benutzer */
.rot {
	color: #a60b16;
}
.gelb {
	color: #fabb22;
}
.grau {
	color: #9c9d9f;
}
.bildLinks {
	float: left;
	margin-right: 5px;
}
.bildRechts {
	float: right;
	margin-left: 5px;
}
#wrapperContent #wrapperContentLeft {
	float: left;
	width: 850px;
}
#wrapperContent #wrapperContentRight {
	float: right;
	width: 150px;
	font-size: 0.8em;
}
.beideSeitenFrei {
	clear: both;
}

