body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	margin: 0px;
}
a img { border: none; }
#gesamtContainer {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 773px;
}
#headerBox {
	height: 120px;
}
#navBox {
	float: left;
	width: 200px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}
#navBox ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;	
}
#navBox li {
	padding-bottom: 0.7em;
}
#navBox a {
	color: #FFFFFF;
	text-decoration: none;
}
#navBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentBox {
	font-size: 0.8em;
	float: left;
	width: 573px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 773px;
	padding-top: 4px;
	font-size: 0.8em;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#secNavBox {
	height: 24px;
	width: 573px;
	padding-top: 15px;
}
#secNavBox ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#secNavBox li {
	display: inline;
	padding-right: 20px;
	padding-left: 10px;

}
#secNavBox a {
	color: #000000;
	text-decoration: none;
}
#secNavBox a:hover {
	color: #000000;
	text-decoration: underline;
}
#contentBoxInhalt {
	line-height: 120%;
	width: 424px;
	padding: 40px 64px 20px 84px;
}
#sloganBox {
	text-align: center;
	height: 36px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 90%;
}


#siteNameBox {
	float: left;
	width: 30px;
	height: 265px;
	padding-top: 15px;
}
#dreiNavBoxLinks {
	float: right;
	padding-top: 6px;
	padding-bottom: 10px;
	width: 162px;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 3px;
	height: 264px;
}
#zweiNavBoxLinks {
	width: 200px;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 264px;
}

#navBoxFooter {
	clear: both;
}

/* Formular Styles */
label {
	width: 7em;
	clear: left;
	float: left;
}
.input {
	height: 1.2em;
	width: 17em;
	margin-bottom: 5px;
	border: 1px solid #2B9E00;
	clear: right;
}
.input:focus {
	background-color: #99CB00;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #2B9E00;
	width: 20em;
	clear: right;
}
textarea:focus {
	background-color: #99CB00;
}
.formEinzug {
	margin-left: 7em;
	margin-right: 5px;
}

