body {
	font-size: 101%;
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#gesamtseiteOuter {
	background-color: #fff;
	margin: auto;
	width: 900px;
	text-align: left;
}
#headerOuter {
	background-image: url(../pics/backgrounds/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	background-color: #9e0066;
}
#headerOuter img.mood {
	float: right;
	margin-left: 10px;	
}
#headerOuter #headerFooter {
	height: 17px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #c4b3d5;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
	font-size: 12px;
}
#headerOuter #headerFooter #Rechts {
	text-align: right;
	float: right;
}
#headerOuter #headerFooter #Links {
	text-align: left;
	float: left;
}
#headerOuter #headerFooter a {
	color: #F5F5F5;
	text-decoration: none;
}
#headerOuter #headerFooter a:hover {
	color: #F5F5F5;
	text-decoration: underline;
}
#contentOuter {
	clear:both;
}
#contentOuter #navColumn {
	float: left;
	width: 180px;
	padding-top: 35px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
}
#contentOuter #navColumn ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contentOuter #navColumn ul li {
	font-weight: bold;
	color: #666666;
	background-image: url(../pics/backgrounds/nav-dotted-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 4px;
}
#contentOuter #navColumn ul li a {
	color: #666666;
	text-decoration: none;
}
#contentOuter #navColumn ul li a:hover {
	color: #fff;
	background-color: #9E0066;
}
#contentOuter #navColumn ul li ul li {
	font-weight: normal;
	color: #666666;
	background-image: none;
	padding-bottom: 0px;
}
#contentOuter #navColumn ul li ul {
	margin-bottom: 1em;	
}
#contentOuter #contentColumn {
	float: right;
	width: 645px;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
}
#contentOuter #contentColumn h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #9e0066;
	font-style: italic;
}
#contentOuter #contentColumn h2 {
	font-size: 1.2em;
	color: #BAA6CE;
	font-weight: normal;
}
#contentOuter #contentColumn h3 {
	font-size: 1em;	
}
#contentOuter #contentColumn p,ul {
	font-size: 0.8em;	
}
#contentOuter #contentFooter {
	clear: both;
	height: 46px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-color: #9E0066;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C4B3D5;
}
#contentOuter #contentFooter ul {
	margin-left: 50px;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentOuter #contentFooter li {
	display: block;
	float: left;
	padding-right: 20px;
}
#contentOuter #contentFooter li.mainLogo {
	padding-right: 60px;
}
#contentOuter #contentFooter li.secLogo {
	padding-top: 12px;
}
/* Stile für Inhaltsgestaltung */
img.bildLinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.bildRechts {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.beideSeitenFrei {
	clear: both;
}
/* Formaularstilanweisungen */
label {
	width: 9em;
	float: left;
	clear: left;
	line-height: 160%;
}
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: #9E0066;
	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: #9E0066;
	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: #9E0066;
	font-size: 1em;
	padding-top: 0.2em;
}
textarea {
	border: 1px solid #9e0066;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formButtonLeft {
	margin-left: 9em;
}
.formError {
	color: #9E0066;
}

