body {
	background-color: #bed966;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
}
#gesamtseiteInner {
	background-color: #fff;
	width: 800px;
	background-image: url(../pics/backgrounds/bg-linie-schraeg-blau.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#sloganBox {
	width: 25px;
	padding-top: 190px;
	float: left;
}
#gesamtseiteOuter {
	width: 830px;
}


#headerBox {
	height: 172px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bed966;
	background-image: url(../pics/backgrounds/bg-linie-schraeg-gruen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerBox #moodBox {
	float: right;
}
#headerBox #logoBox {
	float: left;
	padding-left: 100px;
	padding-top: 70px;
}
#contentOuter #columnLeft {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666666;
	float: left;
	width: 180px;
	padding-top: 35px;
	padding-left: 100px;
	height: 500px;
}
#contentOuter #columnLeft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
#contentOuter #columnLeft li {
	line-height: 150%;	
}
#contentOuter #columnLeft a {
	color: #666666;	
	text-decoration: none;
}
#contentOuter #columnLeft a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009CDD;
}
#contentOuter #columnRight {
	float: right;
	width: 480px;
	padding-top: 35px;
	padding-right: 20px;
}
#contentOuter #columnRight h1 {
	color: #bed966;
	font-size: 1em;
	font-weight: bold;
}
#contentOuter #columnRight h2 {
	color: #009cdd;
	font-size: 0.9em;
	font-weight: bold;
}
#contentOuter #columnRight h3 {
	color: #666666;
	font-size: 0.8em;
	font-weight: bold;
}
#contentOuter #columnRight p {
	font-size: 0.7em;
	line-height: 130%;
}
#contentOuter #footer {
	clear: both;
	height: 20px;
}
/* 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: #bed966;
	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: #bed966;
	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: #bed966;
	font-size: 1em;
	padding-top: 0.2em;
}
textarea {
	border: 1px solid #bed966;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formButtonLeft {
	margin-left: 9em;
}
.formError {
	color: #009cdd;
}
/* Userstilanweisungen */
.bildLinks {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;	
}
.bildRechts {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;	
}
.beideSeitenFrei {
	clear: both;	
}
.blauGruen {
	color: #009ba6;	
}
.blau {
	color: #0065af;	
}
.mittelGruen {
	color: #81bd56;	
}
.hellGruen {
	color: #bed966;	
}
