body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}
html {
	height: 100%;
}
td {
	font-size: 12px;
}
#OUTERCONTAINER {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: auto;
	min-height: 100%;
	background: #FFF url(../bilder/layout/hintergrund_schatten_verlauf.gif) repeat-y;
}
* html #OUTERCONTAINER {
	height: 100%;
}
#INNERCONTAINER {
	background-color: #FFF;
	width: 760px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#HEADER {
}
#FARBBANNER {
	background: #273851;
	height: 110px;
	width: 760px;
}
#LOGO {
	float: left;
	position: relative;
	top: -39px;
	padding: 0 0 0 20px;
}
#LOGO img {
	border-style: none;
}
#HAUPNAVIGATION {
	float: left;
}
#HAUPNAVIGATION ul {
	color: #81BA33;
	list-style: none;
	margin: 5px 0 0 15px;
	padding: 0px;
}
#HAUPNAVIGATION li {
	display: inline;
}
#HAUPNAVIGATION li a {
	margin: 0 5px;
	color: #81BA33;
	text-decoration: none;
}
#HAUPNAVIGATION li a:hover {
	color: #5B8424;
}
#HAUPNAVIGATION li a.current {
	color: #273851;
	text-decoration: none;
}
#SUBNAVIGATION {
	float: left;
	width: 245px;
	padding-right: 40px;
}
#SUBNAVIGATION ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#SUBNAVIGATION ul ul {
	font-size: 11px;
	margin-right: 0px;
	border-right: 1px solid #81BA33;
	padding-right: 10px;
	font-weight: bold;
}

#SUBNAVIGATION li {
	margin: 0 0 5px 0;
}
#SUBNAVIGATION li li {
	padding-top: 5px;
	margin: 0;
}

#SUBNAVIGATION li a {
	color: #81BA33;
	text-decoration: none;
}
#SUBNAVIGATION li a:hover {
	color: #5B8424;
}
#SUBNAVIGATION li a.current {
	color: #273851;
	text-decoration: none;
}
#SUBNAVIGATION .startseiteninfo {
	border: 1px solid #81BA33;
	padding: 5px;
	background-color: #ECF5DE;
}
#SUBNAVIGATION .startseiteninfo p {
	margin: 0 0 10px 0;
}
#SUBNAVIGATION .startseiteninfo p a {
	color: #81BA33;
}
#SUBNAVIGATION .startseiteninfo p a:hover {
	color: #5B8424;
}
#CONTENT {
	float: right;
	width: 470px;
	margin: 0 0 30px 0;
}
#INNERCONTENT {
	width: 440px;
}
#CONTENT h1 {
	font-size: 14px;
	margin-top: 30px;
}
#CONTENT h2 {
	font-size: 13px;
	margin-top: 30px;
}
#CONTENT h2.gepunktet {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #81BA33;
	padding-bottom: 10px;
}
#CONTENT ul {
	padding-top: 0px;
	margin-top: 0px;
	list-style: square;
}
#CONTENT a {
	color: #81BA33;
}
#CONTENT a:hover {
	color: #5B8424;
}
#CONTENT span.fussnote {
	color: #81BA33;
	font-size: 11px;
	vertical-align: super;
}
#CONTENT p.fussnote {
	font-size: 11px;
	color: #81BA33;
}
#FOOTER {
	width: 660px;
	display: block;
	clear: both;
	padding: 5px 0 0 0;
	border-top: 1px dotted #A0A0A0;
	margin: 0 30px 0 70px;
}
#FOOTER td {
	vertical-align: top;
	color: #A0A0A0;
	font-size: 11px;
	width: 33%;
}
#FOOTER a {
	color: #A0A0A0;
}
#FOOTER a:hover {
	color: #81BA33;
}
/***** Kontaktformular ******/



form.contactform fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
form.contactform input, form.contactform select {
	margin-bottom: 5px;
}
form.contactform textarea, form.contactform input, form.contactform select {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 250px;
}
form.contactform select {
	width: auto;
}
form.contactform input.plz {
	width: 50px;
}
form.contactform input.ort {
	width: 190px;
	margin-left: 1px;
}
form.contactform label {
	width: 130px;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}
#CONTENT .contactform form textarea {
	height: 100px;
}
form.contactform .button {
	margin: 0 0 0 130px;
	width: auto;
	padding: 0 20px;
}
.clear-both {
	clear: both;
}

