/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
		margin: 0; 
		padding: 0; 
		}

/*verhindert in mozilla das verschwinden der vertikalen scrollbar*/
html	{
		overflow-y: scroll; 
		overflow: -moz-scrollbars-vertical;
		}

body	{
		background: url(../images/bg_page.gif) left top repeat-x #b9ce8e;
		text-align: center;
		font-size: 82.50%;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		color: #7e7e7e;
		}

/*kein rahmen bei klick in mozilla*/
a:active, a:focus {
	outline: 0;
		}

/* --------------- page ---------------*/
#page {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}



/* --------------- Header ---------------*/
#cheader {
	clear: left;
	float: left;
	width:850px;
	height: 303px;
	margin: 0px 0px 0px 0px;
	background: url(../images/bg_cheader.jpg) left bottom no-repeat;
}

#logo {
	clear: left;
	float: left;
	width: 230px;
	height: 70px;
}

#hm {
	float: left;
	width: 620px;
	height: 70px;
	font-size: 82.50%;
}
#hm ul {
	margin: 24px 0px 0px 0px;
	list-style-type: none;
}
#hm ul li{
	float: left;
	width: 99px;
	height: 20px;
	margin: 0px 1px 0px 0px;
	padding: 11px 0px 0px 0px;
	background: url(../images/bg_hm.gif) left top no-repeat;
	list-style-type: none;
	text-align: center;
}
#hm ul li a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
	/*text-transform: lowercase;*/
}
#hm ul li a:hover{
	color: #e6784c;
}
#hm ul li a.active{
	color: #e6784c;
}
#hm ul li a.inactive{
	text-decoration:none;
}

#slogan {
	clear: left;
	float: left;
	width: 155px;
	height: 80px;
	margin: 41px 0px 0px 50px;
	text-align: right;
	color: #fff;
	line-height: 1.5em;
}
#slogan h1{
	margin: 0px 0px 10px 0px;
	font-size: 112.50%;
	/*text-transform: lowercase;*/
	color: #D34E16;
}

#search {
	float: left;
	clear: left;
	margin: 38px 0px 0px 32px;
}
#search input{
	width: 140px;
	border: none;
}



/* --------------- content ---------------*/
#leftmenue h6{
	margin: 0px 0px 1.0em 0px;
	font-size: 125.00%;
	color: #7ea227;
	/*text-transform: lowercase;*/
	font-weight: normal;
}	
#leftmenue h6 a{
	color: #7ea227;
	text-decoration:none;
	border-bottom:1px #CCCCCC solid;
}	
#leftmenue h6 a:hover{
	color: #e6784c;
	text-decoration:none;
	font-weight:600;
}	


#ccontent {
	clear: left;
	float: left;
	width:850px;
	padding: 20px 0px 30px 0px;
	background: url(../images/bg_ccontent.gif) left bottom no-repeat #fff;
}

#leftmenue {
	clear: left;
	float: left;
	width: 185px;
	/*width: 165px;*/
	margin: 50px 40px 0px 17px;
	/*margin: 30px 50px 0px 27px;*/
	text-align: right;
}
#leftmenue h2{
	margin: 0px 0px 1.0em 0px;
	font-size: 125.00%;
	color: #e6784c;
	/*text-transform: lowercase;*/
	font-weight: normal;
}
#leftmenue ul{
	list-style-type: none;
}
#leftmenue ul li{
	margin: 12px 0px 12px 0px;
	list-style-type: none;
}
#leftmenue ul li a{
	color: #666;
	text-decoration: none;
}
#leftmenue ul li a:hover{
	color: #e6784c;
	font-weight: bold;
}
#leftmenue ul li a.active{
	color: #e6784c;
	font-weight: bold;
	background-image:url(../images/bluete.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:23px;
}
#leftmenue ul li a.inactive{
	text-decoration: none;
	border-bottom:1px #CCCCCC solid;
}


#leftendcontent{
	clear: left;
	float: left;
	width: 185px;
	margin: 0px 40px 0px 17px;
	font-size: 75.00%;
	color: #666;
	text-align: right;
}
#leftendcontent a{
	color: #7ea227;
}


#rightendcontent{
	clear: right;
	float: right;
	margin: 0px 37px 0px 0px;
	font-weight:bold;
}
#rightendcontent a{
	color: #e6784c;
}

#rightendcontent a:hover{
	color: #7ea227;
	text-decoration:none;
}

#content {
	float: left;
	width: 570px;
	line-height: 1.3em;
}
#content h1{
	margin: 0px 0px 1.0em 0px;
	font-size: 200.00%;
	font-weight: normal;
	/*text-transform: lowercase;*/
	color: #e6784c;
	line-height:1.0em;
}
#content h2{
	font-size: 120%;
	color: #e6784c;
	margin-bottom:6px;
}
#content h3{
	margin: 1.3em 0px 0.5em 0px;
	font-size: 100.00%;
	color: #000;
}
#content h3 a{
	color: #e6784c;
	text-decoration:none;
	border-bottom:1px dotted;
}
#content p{
	margin: 0px 0px 0.8em 0px;
	font-size: 100.00%;
}
#content a{
	color: #e6784c;
}
#content a:hover{
	color: #7ea227;
	text-decoration:none;
}
#content #links {
	clear: left;
	float: left;
	width: 290px;
	font-size: 82.50%;
}
#content #ressourcen {
	float: left;
	font-size: 82.50%;
}
#content #links ul ,
#content #ressourcen ul{
	list-style-type: none;
}

#content #links ul li,
#content #ressourcen ul li{
	list-style-type: none;
}

#content #links ul li a,
#content #ressourcen ul li a{
	padding: 0px 0px 0px 20px;
	background: url(../images/pointer01.gif) left 4px no-repeat;
	color: #7ea227;
}

#content #links ul li a:hover,
#content #ressourcen ul li a:hover{
	color: #e6784c;
}

#content #rechtsklein {
	font-size: 80.00%;
	margin: 0px 0px 0px 20px;
	float:right;
}
#content #bildlinks {
	clear: left;
	float:left;
	font-size: 80.00%;
	margin: 0px 10px 5px 0px;
	padding:6px;
	background-color:#FBEDE7;
}

#content #bildrechts {
	clear: right;
	float: right;
	font-size: 80.00%;
	margin: 0px 0px 5px 10px;
	padding:6px;
	background-color:#FBEDE7;
}


#content #linkliste {
	clear: left;
	float: left;
	width: 290px;
	font-size: 85%;
}
#content #linkliste ul ,
#content #ressourcen ul{
	list-style-type: none;
}

#content #linkliste ul li,
#content #ressourcen ul li{
	margin-left:20px;
	margin-top:10px;
	list-style-type:disc;
}

#content #linkliste ul li a,
#content #ressourcen ul li a{
	padding: 0px 0px 0px 0px;
	color: #7ea227;
}

#content #linkliste ul li a:hover,
#content #ressourcen ul li a:hover{
	color: #e6784c;
}


/* --------------- footer ---------------*/
#footer {
	clear: left;
	float: left;
	width: 850px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: #749634;
	font-size: 82.50%;
}
#copyright {
	float: left;
	margin: 0px 0px 0px 20px;
}
#fmenue {
	float: right;
	margin: 0px 20px 0px 0px;
}
#fmenue ul{
	list-style-type: none;
}
#fmenue ul li{
	list-style-type: none;
	float: left;
}
#fmenue ul li a{
	margin: 0px 4px 0px 4px;
	color: #749634;
}

/* --------------- Formulare (momentan ohne funktion)---------------*/
#kontaktform {
	clear: left;
	float: left;
	line-height: normal;
	width: 440px;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 30px 10px;
	background-color: #efefef;
}
#kontaktform label {
	clear: left;
	float: left;
	width: 100px;
	margin: 10px 0px 0px 0px;
}
#kontaktform label.plabel {
	font-weight: bold;
}
#kontaktform input,
#kontaktform select,
#kontaktform textarea {
	float: left;
	width: 325px;
	margin: 10px 0px 0px 0px;
}
#kontaktform input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#kontaktform input.reset {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}

/*---------Kontaktform Script---------*/
.okmsg {
  display: block;
  width: 60%;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: normal;
  background: #79B41D;
  padding: 3px 10px 3px 10px;
  margin: 0 0 10px 0;
  border-top: 2px solid #228F00;
  border-bottom: 2px solid #228F00;
}
.errormsg {
  display: block;
  width: 60%;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: normal;
  background: #F2926A;
  padding: 3px 10px 3px 10px;
  margin: 0 0 10px 0;
  border-top: 2px solid #D45119;
  border-bottom: 2px solid #D45119;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}


/*---------sexy buttons---------*/
.clear { /* Container (z.B. div) für floatende Buttons */
   overflow: hidden;
   width: 100%;
}

a.button {
   background: transparent url(../images/button/bg_button_a.gif) no-repeat top right;
   font: normal 12px arial, sans-serif;
   color: #666!important;
   display: block;
   float: left;
   height: 24px;
   margin-right: 6px;
   padding-right: 18px; /*sliding doors padding */
   text-decoration: none;
}

a.button span {
   background: transparent url(../images/button/bg_button_div.gif) no-repeat;
   display: block;
   line-height: 14px;
   padding: 5px 0 5px 18px;
}

a.button:active {
   background-position: bottom right;
   color: #000;
   outline: none; /* die gepunktete Linie im FF abschalten */
}

a.button:active span {
   background-position: bottom left;
   color: #000!important;
   padding: 6px 0 4px 18px; /* Text 1px nach unten verschieben */
}

a.button:hover {
   text-decoration: none;
   color: #000!important;
}
