html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(grafik/bg_body.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 100%;
	margin: auto;
	min-height: 100%;
	position: relative;
	margin-bottom: -64px;
}
/* IE Hack für 100 % Höhe */
* html #wrapper {
	height: 100%;
}
#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #383838;
	height: 64px;
	clear: both;
	text-align: center;
	background-image: url(grafik/stripe_2x2_black.png);
	background-repeat: repeat;
}
/* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
* html #footer {
	bottom: -1px;
} 
#Container {

	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	background-image: url(grafik/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Content {

	padding: 0px;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 64px;
	margin-left: auto;
	text-align: left;
}
#FooterContent {
	padding: 10px 0px 0px;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#FooterContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#Menu {
	background-image: url(grafik/bg_menu.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 185px;
	width: 215px;
}
#Menu ul {
	margin: 0px;
	padding: 15px 0px 0px;
}
#Menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 35px;
	background-image: none;
}
#Menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1B4F1B;
	text-decoration: none;
	background-image: url(grafik/menu_passiv.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
}
#Menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(grafik/menu_aktiv.png);
}
#Menu a.Aktiv {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(grafik/menu_aktiv.png);
}
#Logo {
	background-image: url(grafik/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	float: left;
	height: 195px;
	width: 205px;
}
#Slogan {
	margin: 0px;
	padding: 30px 0px 0px 40px;
	float: left;
	width: 199px;
}
#Leistungen {
	clear: both;
	width: auto;
	height: 55px;
	margin-bottom: 55px;
}
#ContentLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 215px;
}
#ContentRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 425px;
}
.clearer {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#FooterContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#FooterContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	color: #336633;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	color: #336633;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px;
}
p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	font-size: 12px;
	color: #333333;
	background-image: url(grafik/listenpunkt.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	background-position: left center;
}
.FormularTextField {
	background-color: #FFFFFF;
	border: 1px solid #5C9548;
	color: #5C9548;
	width: 280px;
}
.td_Bzeichner {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {

	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.Aktiv {
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
img.Loader {
	background-image: url(grafik/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
