body {
	font-size: 101%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#gesamtseiteOuter {
	width: 800px;
	text-align: left;
	margin: auto;
	padding: 0px;
}
#headerOuter {
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #bc0018;
	background-image: url(../images/round-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #bc0018;
}
#headerOuter #headerTop {
	padding-top: 7px;
	padding-left: 5px;
}
#contentOuter {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #bc0018;
	background-image: url(../images/trennlinie-vert.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bc0018;
	border-left-color: #bc0018;
}
/* Hack für IE damit vertiklale Linie um 2px weiter rechts steht */
*html #contentOuter {
	background-position: 2px top;
}

/* spezieller IE7 Hack */
*+html #contentOuter {
	background-position: 2px top;
/* spezieller IE7 Hack */
}
/* end Hack für IE */

#contentOuter #contentInnerRight {
	width: 150px;
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	padding-top: 10px;
}
#contentOuter #contentInnerLeft {
	float: left;
	width: 636px;
}
/* Formatierung der Navigationsspalte */
#contentOuter #contentInnerLeft #nav {
	float: left;
	width: 128px;
}
#contentOuter #contentInnerLeft #nav h2 {
	color: #999;
	font-size: 1em;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 3px;
}
#contentOuter #contentInnerLeft #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#contentOuter #contentInnerLeft #nav ul li {
	display: block;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #bc0018;
}
#contentOuter #contentInnerLeft #nav ul li ul {
	background-color: #fff;	
	padding-bottom: 5px;
	padding-top: 3px;
	margin-top: 3px;
}
#contentOuter #contentInnerLeft #nav ul li ul li {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	background-color: #fff;
	display: block;	
	height: 1.2em;
	padding-left: 7px;
}
#contentOuter #contentInnerLeft #nav ul li ul li a {
	color: #000;
	text-decoration: none;
	display: block;	
}
#contentOuter #contentInnerLeft #nav ul li ul li a:hover {
	color: #fff;
	background-color: #bc0018;	
}
#contentOuter #contentInnerLeft #nav ul li ul li a.aktiv {
	background-color: #666666;
	display: block;
	color: #fff;
}
/* Ende Formatierung der Navigationsspalte */

#contentOuter #contentInnerLeft #inhalt {
	float: right;
	width: 466px;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 30px;
}
/* Textformatierungen für Inhaltsbereich */
#contentOuter #contentInnerLeft #inhalt h1 {
	color: #bc0018;
	font-size: 1.2em;
	font-weight: normal;
}
#contentOuter #contentInnerLeft #inhalt h2 {
	color: #666;
	font-size: 0.9em;
}
#contentOuter #contentInnerLeft #inhalt p,li {
	font-size: 0.8em;
}
#contentOuter #contentInnerLeft #inhalt a {
	color: #bc0018;
	text-decoration: underline;
}
#contentOuter #contentInnerLeft #inhalt a:hover {
	color: #fff;
	background-color: #bc0018;
	text-decoration: none
}
/* Ende Textformatierungen für Inhaltsbereich */
div.contentClearing {
	clear: both;
}
#footer {
	clear: both;
	background-color: #bc0018;
	height: 35px;
	padding-top: 12px;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/round-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 0.7em;
}
#footer #footerNavi {
	float: right;
	display: block;
}
#footer #footerNavi a {
	color: #fff;
	text-decoration: none;
}
#footer #footerNavi a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #copyright {
	float: left;
	text-transform: uppercase;
	display: block;
}

#contentOuter #contentInnerRight #newsletterBox {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentOuter #contentInnerRight #newsletterBox h2 {
	display: block;
	background-color: #bc0018;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding: 0;
}
#contentOuter #contentInnerRight #newsletterBox #newsletterForm {
	background-color: #ccc;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#contentOuter #contentInnerRight #newsletterBox #newsletterForm form {
	padding: 0;
	margin: 0;
}
#contentOuter #contentInnerRight #newsletterBox #newsletterForm input {
	width: 125px;
	font-size: 0.8em;
}

/* Formaularstilanweisungen */
#inhalt 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: #bc0018;
	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: #bc0018;
	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: #bc0018;
	font-size: 1em;
	padding-top: 0.2em;
}
textarea {
	border: 1px solid #bc0018;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formButtonLeft {
	margin-left: 9em;
}
.formError {
	color: #FF6600;
}
/* Benutzerstile */
.bildLinks {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bildRechts {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.beideSeitenFrei {
	clear: both;
}
