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

img {
    border: 0; 
}

* {
  	margin: 0;
  	padding: 0;
}

html, body {
  	height: 100%; /* Erforderlich */
}

body {
  	color: #434343;
  	font: 12px Arial, sans-serif;
  	line-height: 18px;
  	background-color:#E5E4D0;

}

h1 {
  	font: bold 14px Arial, sans-serif;
}

h2 {
  	padding: 1em 0 .2em 0;
  	font: normal 18px/1.5em Arial, sans-serif;
}

p {
  	margin: 2em 0;
  	line-height: 1.5em;
} 

a {
border-width:0;
  	font-weight:bold;
  	color: #44a72d;
  	text-decoration: none;
}

a:hover {
  	/*color: #45a72c;
  	text-decoration: underline; */
}
/*
a:visited {
  	color: #01642e;
  	text-decoration: none;
}
*/







#container-page {
  	margin: 0 auto;    /* Hier wird zentriert */
  	width: 850px;
  	text-align: left;
  	position: relative;
  	min-height: 100%; /* Für moderne Browser */
  	height: auto !important; /* Für moderne Browser */
  	height: 100%; /* Für Internet Explorer */
  	background-color: #FFFFFF;
  	padding: 0em 0 .2em 0;

}

#container-header {
	padding: 3em 0 0 0;
 	margin: 0px 0px;
 	background: #ffffff;
 	height:35px;
}

#naviarea {
	float:right;
	margin: 55px 40px 0px 40px;
	/*padding: 4.7em 0 0 0;
    background-color: #FFFFFF;*/
}

#naviarea a {
  	font-weight:bold;
  	color: #01642e;
  	text-decoration: none;
}

#naviarea a:hover {
  	color: #45a72c;
  	/*text-decoration: underline; */
}



#lang {
	
	margin: 0px 40px;
}
#navigationarea {
 	margin: 40px 10px;
 	padding: 0em;
}
#logoarea {
 	margin: 0px 40px;
 	padding: 0em;
 	height:35px;
 	width: 200px;
}

#banner {
  	height:300px;
margin: 0px 40px 0px 40px;
}







/*  Anfang Inhaltsbereich*/

#container-content {
 padding: 0em 0em 8em 0em;
  /* background-image:url(../_pics/);
  background-repeat:no-repeat;
  min-height:200px;
  */
}


#container-content:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

#content-pri { /* Inhalt */
	float:left;
  	margin: 0px 80px 0px 80px;
  	padding: 0em 0em;

}

#content-left { /* Inhalt */
	float:left;
  	margin: 0px 20px;
  	padding: 0em 0em;
  	width: 500px;
}

#content-right { /* Inhalt */
	float:right;
  	margin: 28px 20px;
  	padding: 0em 0em;
  	width: 260px;

}
.clear {
clear:left;
}

/*  Ende Inhaltsbereich*/





/*  Anfang Footer-Bereich  */

#container-foot {
  	width: 100%;
  	background: #FFFFFF;
  	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /* Für sichere IE Breitenangaben */
  	height: 51px;
  	color:#FFFFFF;
	text-align: center;
}

#foot {
	width: 100%;
  	background: #FFFFFF;
  	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /* Für sichere IE Breitenangaben */
  	height: 51px;
  	color:#FFFFFF;
	text-align: center;
  	padding: 0 1em;
  	line-height: 51px;
}

/*  Ende Footer-Bereich  */



.foto_r { float: right; margin-left: 14px; margin-bottom: 14px;  }
.foto_l { float: left; margin-right: 14px; margin-bottom: 5px;  }

/* Textformatierung */

#headline {
	color:#44a72d;
	font-size:26px;
	font-weight:600;
	margin: 20px 0 45px 0;
}
#subheadline {
	color:#44a72d;
	font-size:18px;
	font-weight:600;
	margin: 20px 0 45px 0;
}
#subheadline2 {
	color:#333333;
	font-size:14px;
	font-weight:600;
	margin: 20px 0 45px 0;
}

#introtext {
	color:#9E9D83;
	font-weight:bold;
	line-height: 22px;
}

#runningtext {

	line-height: 22px;
}
#einleitung {

	line-height: 22px;
}
#footer {
	color:#9E9D83;
	font-size:10px;
}

/* Textformatierung Ende */





/* Navi Anfang */




/* Navi Ende */














/* Formular */

#formular {
  width:85%;
  background-color:#F4F4F4;
  padding: 0px 15px 15px 15px;
  border: #D8D8D8 1px dotted;
}

label, input, select, textarea { 
  font: normal 12px/1.5em Arial, sans-serif;
  display: block;
  float: left;
  background-color:#FFFFFF;
  border:#BDBDBD 1px solid;
}

label, textarea {
	width: 278px;
}

input#hidden {
  border:none;
}

#button_mailsend {
  width:auto;
}

/* Formular Ende */




/* Dies und Das */

#spacer {
  width:100%;
  height: 0px;
  border-top: #D8D8D8 1px dotted;
  margin: 10px 0 10px 0;
}

#top {
  background-image:url(../_pics/top.gif);
  width: 5%;
  height: 15px;
 }
/*
a#top, a#top:link, a#top:hover, a#top:visited   {
  border: #000000 1px solid;
  width: 5%;
  height: 15px;
}*/

/* Dies und Das Ende */

