@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

html {
	height: 100%;
	background: #6B9B24 url(../img/html-hg.png) repeat-x top;
	}
body {
	height: 100%;
	background: url(../img/body-hg.jpg) no-repeat right top;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	color: #283526;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #283526;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #428000;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #FDB102;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-weight: bold;
	line-height: 1.2em;
	color: #FDB102;
	}
h1 {
	font-size: 30px;
	margin-bottom: 12px;
	}
h2{
	font-size: 25px;
	margin-bottom: 5px;
	}
h3{
	font-size: 20px;
	margin-bottom: 3px;
	}
h4{
	font-size: 16px;
	margin-bottom: 3px;
	}
h5{
	font-size: 14px;
	margin-bottom: 3px;
}
ul {
	margin: 3px 0 0 10px;
	padding: 2px 0 2px 0px;
}
li {
	line-height: 15px;
	padding: 0 0 2px 5px;
	margin: 0 0 0 5px;
	list-style-position: outside;
}
/*---------------------DIV-FORMATIERUNGEN------------------------------*/

#main {
	width: 990px;
	margin: 0 auto;
	}
#spalte-links {
	width: 188px;
	float: left;
	}
#navi {
	width: 188px;
	padding: 40px 0;
	text-align: right;
	}
#kontakt {
	width: 166px;
	padding: 15px 22px 0 0;
	background: url(../img/kontakt-hg.png) no-repeat left top;
	font-size: 11px;
	color: #fff;
	line-height: 1.3em;
	text-align: right;
	}
#kontakt a {
	color: #fff;
	}
#kontakt a:hover {
	color: #FDB102;
	}
#kontakt h5 {
	color: #fff;
	}	
#spalte-rechts {
	width: 799px;
	padding: 50px 0 50px 0;
	float: right;
	}
#navi-oben {
	height: 77px;
	width: 600px;
	padding: 0 0 0 64px;
	}
#navi-oben-1, #navi-oben-2, #navi-oben-3, #navi-oben-4 {
	width: 139px;
	height: 44px;
	padding: 33px 0 0 0;
	float: left;
	margin-right: 2px;
	background:url(../img/reiterbutton-hg.png) no-repeat center top;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}
#navi-oben-1:hover , #navi-oben-2:hover, #navi-oben-3:hover, #navi-oben-4:hover {
	background: url(../img/reiterbutton-hg-hover.png) no-repeat center top;
	}
#navi-oben a {
	color: #fff;
	text-decoration: none;
	}
#white-box-top {
	clear: both;
	width: 715px;
	height: 85px;
	background: url(../img/whitebox-top.png) no-repeat left top;
	}
#whitebox {
	width: 600px;
	padding: 0 125px 0 74px;
	background: url(../img/whitebox-hg.png) repeat-y left;
	text-align: left;
	min-height: 400px;
	}
#white-box-bottom {
	width: 500px;
	height: 30px;
	padding: 49px 15px 48px 215px;
	background: url(../img/whitebox-bottom-hg.png) no-repeat left top;
	font-size: 11px;
	line-height: 11px;
	color: #7EB72B;
	text-align: right;
	}
#white-box-bottom a {
	color: #7EB72B;
	text-decoration: none;
	margin-right: 25px;
	}
#white-box-bottom a:hover {
	color: #428000;
	}
#blatt {
	width: 200px;
	height: 238px;
	position: absolute;
	z-index: 50;
	top: 43px;
	left: 50%;
	margin-left: 295px;
	}

/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.box-gruen {
	padding: 5px;
	background: url(../img/body-hg.jpg) no-repeat left top;
	color: #fff;
	}
.box-gruen h4 {
	color: #fff;
	}
a.button {
	text-decoration: none;
	display: block;
	text-align: center;
	height: 19px;
	padding: 3px;
	color: #fff;
	background: #A3CC38 url(../img/button-hg.png) repeat-x bottom;
	border: 1px solid #A3CC38;
	margin: 3px 0 0 0;
	}
a.button:hover {
	background: #B6DF58 url(../img/button-hg-hover.png) repeat-x bottom;
	cursor: pointer;
	border: 1px solid #B6DF58;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #EAF2C6;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border: 1px solid #fff;
	}
.tabelle-header {
	background-color: #BEDA48;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	}

/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	background-color: #fff;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #fff;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 75px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #DDEAF0;
	padding: 5px;
	margin-bottom: 2px;
	width: 380px;
	border: 1px solid #CDD6DD;
	}
#formular input {
	border: 1px solid #CDD6DD;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	color: #283526;
	}
#formular textarea {
	border: 1px solid #CDD6DD;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	color: #283526;
	width: 450px;
	}
#formular .pflichtfelder {
	border: 1px solid #6B9B24;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #FDB102;
	color: #fff;
	background: #FDB102;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #FDB102;
	font-weight: bold;
	color: #FDB102;
	background: #fff;
	cursor: pointer;
	}


/*=====================LIST-NAVIGATION======================*/

#links-navi ul {
	margin: 0;
	padding: 0;
	}
#links-navi li {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	}
#LM_level_1 {
	margin: 0;
	padding: 0;
	}
#LM_level_1 ul{	
	margin: 0;
	padding: 0;
	}
#LM_level_1 li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	}
#LM_level_1 li a{
	display: block;
	height: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #A3CC38;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#LM_level_1 li a:hover{
	color: #428000;
	}	
#LM_level_2 ul{
  	margin: 0;
	padding: 0;
	}
#LM_level_2 li{	
	padding: 0;
	margin: 0;
	}	
#LM_level_2 li a{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	height: 15px;
	background: url(../img/subnavi-pfeil.gif) no-repeat right top;
	padding: 0 15px 3px 0;
	border-bottom: none;
	}
#LM_level_2 li a:hover{ color: #428000; }

#LM_level_1 li.LM_expanded a{
	color: #fff;
	border-bottom: none;
	}
#LM_level_1 li.LM_expanded a:hover{
	color: #428000;
	}
#LM_youAreHere {
	display: block;
	height: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #A3CC38;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	line-height: 1em;
	color: #428000;
	font-weight: bold;
	text-decoration: none;
	}
#LM_level_2 #LM_youAreHere {
	color: #428000;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	height: 15px;
	background: url(../img/subnavi-pfeil.gif) no-repeat right top;
	padding: 0 15px 3px 0;
	border-bottom: none;
	}


/*=====================ENDE LIST-NAVIGATION======================*/

