html, body {
	height: 100%;                                                             
	margin: 0;                                                                     
	padding: 0;                                                             
}
body {
	background: #f8f4e8 url(grafik/bg_content.jpg) repeat-x center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #373e34;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#ContainerOuter {
	background: url(grafik/bg_body.jpg) repeat-x center bottom;
	min-height:100%;
  	height:auto !important;
	height: 100%;	
}
#ContainerBox {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 765px;
	background: url(grafik/bg_header.jpg) no-repeat;
	text-align: left;
}
#QuickMenu {
	font-size: 10px;
	text-transform: uppercase;
	color: #37530f;
	line-height: 24px;
	text-align: right;
	height: 24px;
	margin: 0px;
	padding: 0px 15px;
	width: auto;
}
#QuickMenu a {
	color: #37530f;
	text-decoration: none;
}
#QuickMenu a:hover {
	color: #37530f;
	text-decoration: underline;
}
#LogoHeader {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	height: 70px;
	width: auto;
}
#Menu {
	background: url(grafik/bg_menu.jpg) no-repeat;
	height: 40px;
	width: auto;
	line-height: 40px;
	padding: 0px 15px 0px 25px;
	font-size: 12px;
	color: #bbd1ae;
}
#Menu a {
	color: #bbd1ae;
	text-decoration: none;
}
#Menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a.Aktiv {
	color: #FFFFFF;
	text-decoration: none;
}
#Header {
	background: url(grafik/header.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 765px;
	position: relative;
}
#Headline {
	position: absolute;
	height: 64px;
	width: 245px;
	left: 15px;
	bottom: 0px;
}
#Submenu {
	height: auto;
	width: 230px;
	padding-left: 30px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.clearer {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#Content {
	margin: 0px;
	padding: 0px;
	width: 470px;
	float: left;
}
.TextBoxLeft {
	width: 225px;
	float: left;
}
.TextBoxRight {
	width: 225px;
	float: right;
}
#Submenu dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Submenu dt {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
#Submenu dd {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
}
#Submenu a {
	text-decoration: none;
	color: #5e9776;
	font-weight: bold;
}
#Submenu a:hover {
	color: #f37630;
	text-decoration: underline;
	font-weight: bold;
}
#Submenu a.Aktiv {
	color: #f37630;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #f37630;
	margin: 10px 0px 30px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 16px;
	color: #373e34;
	margin: 0px 0px 10px;
	padding: 0px;
}
a {
	color: #f37630;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f37630;
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	padding-left:10px;
}
