body {
	font-size: 101%;
	text-align: center;
	margin: 0px;
}
#gesamtContainer {
	width: 90%;
	border: 2px solid #006666;
	text-align: left;
	margin: auto;
}
#headerOuter {
	background-image: url(../pics/header_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 74px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}
#headerInnerLeft {
	float: left;
	height: 74px;
	margin: 0px;
	width: 45%;
}
#headerInnerRight {
	padding-right: 10px;
	float: right;
	margin: 0px;
	height: 74px;
	background-image: url(../pics/header_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 40%;
}
#borderTop {
	background-color: #006666;
	clear: both;
	margin-bottom: 5px;
	height: 6px;
	width: 100%;
	overflow: hidden;
}
#gesamtContentBox {
	background-color: #FFFFFF;
	background-position: 23%;
	margin-bottom: 5px;
	background-image: url(../pics/faux_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}
#columnLeft {
	color: #FFFFFF;
	background-color: #07B2A4;
	float: left;
	width: 20%;
	padding-left: 2%;
	padding-top: 15px;
	padding-right: 1%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#columnLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
#columnLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentBox {
	float: left;
	width: 54%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 1%;
	padding-left: 2%;
	padding-bottom: 10px;
	background-image: url(../pics/bg_paragraph.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#contentBox p {
	line-height: 1.4em;	
}
#columnRight {
	float: right;
	width: 19%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	clear: right;
}
#columnRight a {
	color: #000000;
	text-decoration: none;
}
#columnRight a:hover {
	color: #006666;
	text-decoration: underline;
}
#borderBottom {
	background-color: #006666;
	clear: both;
	height: 6px;
	width: 100%;
	overflow: hidden;
}
#footerBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
	clear: both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #006666;
}
.clearing {
	clear: both;
	overflow: hidden;
	height: 5px;
}
#infoBox1 {
	border-top: 1px solid #006666;
	border-right: 1px #006666;
	border-bottom: 1px solid #006666;
	border-left: 1px solid #006666;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding-left: 4px;
	background-image: url(../pics/bg_infobox.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#infoBox2 {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	background-color: #DDDDDD;
	padding-left: 4px;
	background-image: url(../pics/bg_infobox.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.keinEinzug {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
ul {
	line-height: 1.6em;
}
li {
	padding-left: 2px;
}
li li {
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 4px;
}
.formButton {
	border: none;
	cursor: pointer;
	margin-left: 0px;
}
#printBox {
	text-align: center;
}
img {
	border: 0px none;
}
/*Formularstilen */
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 7em;
	line-height: 160%;
	clear: left;
}
.formInputLong {
	clear: right;
	border: 1px solid #006666;
	margin-top: 0.2em;
	width: 20em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
.formTextarea {
	color: #000000;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 30em;
	clear: right;
	margin-bottom: 0.2em;
	border: 1px solid #006666;
	font-size: 1em;
}
.formInputShort {
	width: 4em;
	border: 1px solid #006666;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
.formInputMedium {
	width: 15em;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #006666;
	clear: right;
	margin-bottom: 0.2em;
}
.formButtonLeft {
	margin-left: 7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10em;
}
.formButtonRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10em;
}
.formError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	line-height: 160%;
	clear: left;
	float: left;
	width: 7em;
}
/* Formularstile */
