@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	margin-top: 20px;
	background-color: #FFF;
	background-image: url(_images/body_bg.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}
html {
	background-color: #DEDEDE;
}
#MAIN {
	width: 800px;
	margin: 20px auto;
}
#MAIN #HEADER #TOPIMPRESSUM {
	height: 20px;
	text-align: right;
	font-size: 10px;
}
#MAIN #HEADER #TOPIMPRESSUM a, #MAIN #HEADER #TOPIMPRESSUM a:visited {
	text-decoration: none;
}
#MAIN #HEADER #TOPIMPRESSUM a:hover {
	color: #228426;
}
#MAIN #HEADER #LOGO {
	height: 90px;
	width: 125px;
	float: left;
}
#MAIN #HEADER #MAINNAVIGATION {
	width: 667px;
	margin-left: 130px;
	height: 10px;
	margin-top: 50px;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 3px;
	font-weight: bold;
}
#MAIN #HEADER #MAINNAVIGATION ul li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
}
#MAIN #HEADER #MAINNAVIGATION ul {
	float: right;
}
#MAIN #HEADER #MAINNAVIGATION  a, #MAIN #HEADER #MAINNAVIGATION  a:visited {
	color: #000;
	text-decoration: none;
}
#MAIN #HEADER #MAINNAVIGATION  a:hover {
	color: #228426;
}
#MAIN #HEADER #MAINNAVIGATION   li.level1active a, #MAIN #HEADER #MAINNAVIGATION li.level1active a:visited{
	color: #228426;
}
#MAIN #MAIN_STARTSEITE {
	margin-top: 15px;
	overflow: auto;
}
#MAIN #HEADER #KEYVISUAL , #MAIN_STARTSEITE #KEY_VISUAL {
	margin-top: 10px;
}
#MAIN #MAIN2 {
	margin-top: 15px;
	overflow: auto;
}
#MAIN #MAIN2 #LEFT {
	float: left;
	width: 180px;
	min-height: 20px;
}
#MAIN #MAIN2 #LEFT ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #228426;
	margin-right: 15px;
}
#MAIN #MAIN2 #LEFT  li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #228426;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#MAIN #MAIN2 #LEFT li.level2active a, #MAIN #MAIN2 #LEFT li.level2active a:visited{
	color: #228426;
}
#MAIN #MAIN2 #LEFT a:hover {
	color: #228426;
}
#MAIN #MAIN2 #LEFT  li.level3 {
	font-weight: normal;
	margin-bottom: 2px;
	padding-left: 15px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#MAIN #MAIN2 #LEFT li.level3active {
	background-image: url(_images/level2_icon.gif);
	background-repeat: no-repeat;
}
#MAIN #MAIN2 #LEFT .level3active a, #MAIN #MAIN2 #LEFT .level3active a:visited{
	color: #228426;
}
#MAIN #MAIN2 #LEFT li a, #MAIN #MAIN2 #LEFT li a:visited {
	text-decoration: none;
}
#MAIN #MAIN2 #CONTENT {
	width: 480px;
	float: left;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 5px;
	min-height: 20px;
}
#MAIN #MAIN2 #CONTENT h1 {
	font-size: 14px;
	color: #228426;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#MAIN #MAIN2 #CONTENT h2 {
	font-size: 12px;
	font-weight: bold;
	color: #228426;
	margin-bottom: 3px;
}
#MAIN #MAIN2 #CONTENT h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
}
#MAIN #MAIN2 #CONTENT p {
	line-height: 16px;
	margin-bottom: 8px;
	text-align: justify;
}
#MAIN #MAIN2 #CONTENT a, #MAIN #MAIN2 #CONTENT a:visited {
	color: #MAIN #HEADER #MAINNAVIGATION li
.level1active a;
	text-decoration: none;
	color: #228426;
}
#MAIN #MAIN2 #CONTENT a:hover {
	text-decoration: underline;
	color: #E2081A;
}
#MAIN #MAIN2 #RIGHT {
	width: 120px;
	float: left;
}
#FOOTER {
	background-image: url(_images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 248px;
}
#MAIN #MAIN_STARTSEITE .startinfobox {
	float: left;
	/* height: 120px; */
	width: 240px;
	padding-right: 10px;
	padding-left: 10px;
}
#MAIN #MAIN_STARTSEITE .startinfobox.startboxmid {
	width: 258px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c0bdbd;
	border-left-color: #c0bdbd;
}
#MAIN #MAIN_STARTSEITE .startinfobox h1 {
	font-size: 12px;
	color: #3DA22A;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#MAIN #MAIN_STARTSEITE .startinfobox p {
	font-size: 12px;
	margin-bottom: 3px;
}
#MAIN #MAIN_STARTSEITE .startinfobox a, #MAIN #MAIN_STARTSEITE .startinfobox a:visited {
	color: #359A28;
	text-decoration: none;
	font-style: italic;
}
#MAIN #MAIN_STARTSEITE .startinfobox a:hover {
	text-decoration: underline;
}
