/*
Farben:
Header:
rot: #EA303E

Überschrift, Rahmen:
dunkelgrün: #29742F

Hintergrund der SekundärContent-Spalte:
4FA24D

Hintergrund:
hellgrün: #CFF2CF

h2-Überschriften:
orange: #E6A928

Hintergrund f. Footer, Suchbox
blau: #006699

Hintergrund von Hauptcontent:
weiß: #fff

Überschrift auf grün:
grau: #CCCCCC

Hintergrund der Navi-Spalte, normale Links
orange: #F1BC00

Formularfelder mit Focus:
hellgelb: #FCFECD

*/

* {
  border: 0;
  padding: 0;
  margin: 0; 
}  

BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;       
  color: #000;        
  background-color: #999;
}

/* HYPERLINKS a href=...
------------------------------------------------------------------------------------------------------------------  */
a {
  color: #D49602;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

#bottomnavi a {
  font-size: 74%;
  text-decoration: none;
}

/* PDF-Link: ----------------------------------------------- */
a[href$=".pdf"] { /* (funzt nicht mit IE) */
  padding: 2px 0 1px 20px;
  background: url(../images/link_pdf.png) no-repeat left top;
}

.pdfLink {
  padding: 2px 0 1px 20px;
  background: url(../images/link_pdf.png) no-repeat left top;
}

.filesize { /* Formatierung für Anzeige der kB */
  padding: 2px;
  font-size: 80%;
}

/* E-Mail-Link (funzt nicht mit IE): ------------------------ */
a[href^="mailto:"] {
  padding-left: 15px;
  background: url(../images/link_email.png) no-repeat left top;
}
.mailLink {
  padding-left: 15px;
  background: url(../images/link_email.png) no-repeat left top;
}

#centrecontent img.mailLink {
  padding: 0px;
  display: inline;
  vertical-align: bottom
;
}

/* RSS-Link: ---------------------------------------- */
#rssLink {
  padding: 0px;
  margin: 25px 0px -20px 0px;
  display: block;
  text-align: right;
  font-size: 74%;
}
#centrecontent #rssLink img {
  padding: 0px;
  vertical-align: bottom;
}

/* Externer Link: ------------------------------------------- */
a[rel="external"] {
  padding-right: 10px;
  background: url(../images/link_external.gif) no-repeat right top;
}

/* -------------------------------------
   DIV-Grundger?st:
*/

#heading { /* DIV-Box: Kopfzeile */
  float: left;
  width: 100%;
  position: relative; 
  height: 140px;
  margin: 0 0px 0 0px;
  border-bottom: 1px solid #29742a;
  color: #fff;
  background: #c11 url(../images/headerspace.jpg) repeat-x right;
}

/* Start innerwrap - DIV-Box: Mittelteil  ........................*/
#outerwrap {
  float: left;
  width: 100%;
  background:  #75b46b url(../images/hg_home.gif) repeat-y top left;
}

#innerwrap {
  float: left;
  height: auto;
  width: 900px;
  color: #000;
  background:  #75b46b url(../images/hg_home.gif) repeat-y top left;
}

#left {  /* DIV-Box: Linke Spalte */
  margin: 0px 13px 25px 0;
  padding: 0px 0px 0 2px;
  width: 168px;
  float: left;	
  background: #e6a928;
} 

#centrecontent {  /* DIV-Box: Hauptinhalt */
  float: left;
  width: 490px;
  overflow: hidden;
  color: #5a5a5a;
  padding: 8px 10px 25px 10px;
  margin: 0px 13px 0px 0px;
  background: #fff;
}

#right {  /* DIV-Box: Rechte Spalte */
  float: left;
  width: 171px;
  margin: 0px 0px 0px 10px;
  padding: 3px 0px 25px 9px;
  color:rgb(62,77,116);
  background: #4fa24d;
}
/* Ende innerwrap  ............................................*/

#bottomnavi {  /* DIV-Box: Fu?zeile */
  padding-bottom: 0;
  clear: both;
  width: 100%;
  height: 15px;
  border-top: 1px solid #ccc;
  background-color: #069;
  text-align: center;
  vertical-align: middle;
  color: #D49602;
  font-size: 77%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* DIV-Grundger?st - ENDE
  ------------------------------------- */

/* -------------------------------------
   Zusatz-DIV-Boxen:
*/

#navipath { /* DIV-Box: Navigationspfad */
  float: left;
  margin-top: -3px;
  background-color: transparent;
}

#additionalnavi {  /* DIV-Box: Hilfsnavigation */
  float: right;
  margin-top: -3px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 85%;
  font-weight: bolder;
  color: #54ad43;
  background-color: transparent;
}

#additionalnavi a:link, #additionalnavi a:visited  {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 78%;
  color: #54ad43; 
}

#additionalnavi a:hover, #additionalnavi a:focus, #additionalnavi a:active {
  color: #d49604; 
  text-decoration: none; 
}

/* Beginn der Contentelemente .............................................................................................................................................. */  

/* HAUPTNAVIGATION ID=40 
............................................................................................*/
.navi {
  margin: 3px;
  border: 1px solid #A48C05; 
  background-color: #79C479;
}

.navi a {
  font-size: 75%;
  text-decoration: none;
}

.navi a:hover {
  text-decoration: none;
}

.navileft_passive {
  padding: 3px;
  display: block;
  border: 1px solid;
  border-color:  #C7FFC6 #509B54 #2D7934 #94E194; /* Regel oben rechts unten links */ 
  height: 1.2em;
  background:  url(../images/transpartent_10_10.gif) left top no-repeat;
  color: #333;
}

.navileft_active {
  padding: 3px;
  display: block;
  border: 1px solid;
  border-color:  #2D7934 #94E194 #C7FFC6 #509B54; /* Regel oben rechts unten links */ 
  height: 1.2em;
  background: #29742f url("../images/navi_pfeil_rechts.gif") no-repeat right;
  color: #fff;
}

.navileft_open:hover, .navileft_passive:hover, .navileft_active:hover, .navileft_open:focus, .navileft_passive:focus, .navileft_active:focus {
  padding: 3px;
  border: 1px solid;
  border-color:  #2D7934 #94E194 #C7FFC6 #509B54; /* Regel oben rechts unten links */
  height: 1.2em;
  display: block;
  background: #60ac63 url("../images/navi_pfeil.gif") no-repeat right;
  color:#fff;
}


/* SUCHFELD AUSSEHEN ID=44  .. ###
------------------------------------------------------------------------------------------------------------------  */

#formsearch p {
  width: 160px;
  height: 19px;
  padding: 3px 0px 3px 6px;
  background-color: #069;
  font-size: 0.7em;
}

#formsearch label {
  display: inline;
  float: none;
  padding: 0px 0px 0px 0px;
  margin: 0;
  vertical-align: middle;
  font-size: 1em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #fff;
}

#formsearch input {
  display: inline;
  float: none;
  width: 80px;
  margin: 0px 0px 0px 3px;
  padding: 0px 0px 2px 2px;
  vertical-align: middle;
  font-size: 1em;
  border: 1px solid #29742f;
  color: #000;
}

#formsearch input:hover, 
#formsearch input:focus {
  background-color: #ff7;
}

#formsearch a, 
#formsearch a:link, 
#formsearch a:visited, 
#formsearch a:hover, 
#formsearch a:focus {
  padding: 1px 0px 0px 0px;
  vertical-align: middle;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}

#formsearch a:hover, 
#formsearch a:focus {
  color: #ff7;
}

/* Suchergebnisse:
------------------------------------------------------------------------------------------------------------------  */
#suchergebnisse p {
  display: block;
  font-size: 100%;
  padding-bottom: 10px;
}

#suchergebnisse li {
  border-top: 1px solid #4fa24d;
  padding-top: 3px;
  background: none;
  clear: both;
}

#suchergebnisse li a {
  font-weight: bold;
}

#suchergebnisse li img {
  padding: 3px 15px 3px 0;
  margin: 0;
  float: left;
}

/* Formulardefinitionen:
------------------------------------------------------------------------------------------------------------------  */
.required {
  font-size: 0.75em;
  color: #b00;
}

fieldset {
  margin: 10px 0px 10px 0px;
  padding: 1em;
  border: 1px solid #ccc;
  background: #f6fee0;
}

legend {
  padding: 0px 10px 0px 5px;
  font-size: 75%;
  font-weight: bold;
}

fieldset p {
  display: block;
  float: left;
  margin: 0 0 0px 0;
  padding: 0.3em 0 0px 0;
}

fieldset p:hover {
  font-weight: bold;
}

label {
  display: block;
  float: left;
  width: 100px;
  margin: 0px 0 0px 6px;
}

input {
  display: block;
  float: left;
  width: 300px;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  width: 300px;
  height: 100px;
}

input, textarea {
  border-left: 1px solid #373;
  border-top: 1px solid #373;
  border-bottom: 1px solid #373;
  border-right: 1px solid #373;
}

input.radio, input.checkbox {
  width: 20px;
  margin-right: 1em;
  border: 0px none transparent;
  margin: 0px 0 5px 0;
  clear: both;
}

input:focus, textarea:focus, input:hover, textarea:hover {
  background: #ffc;
  color: #29742f;
}

.button, .button:focus {
  display: block;
  width: 100px;
  color: #5a5a5a;
  background: #f6fee0;
  border-left: 1px solid #ded;
  border-top: 1px solid #ded;
  border-bottom: 1px solid #373;
  border-right: 1px solid #373;
  margin: 0 0px 0px 0;
  font-weight: bold;
}

.button:hover {
  color: #ddd;
  background: #29742a;
  border-left: 1px solid #373;
  border-top: 1px solid #373;
  border-bottom: 1px solid #ded;
  border-right: 1px solid #ded;
}

.OK {
  float: right;
}

/* LOGIN ID=48 
------------------------------------------------------------------------------------------------------------------  */
#loginbox {
  font-size: 100%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 3px;
  margin-right: 0;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 1px solid #29742f;
  border-left: 0px none;
  color: #Ff0000;
}

/* Anmeldefeld Newsletter ID=49
------------------------------------------------------------------------------------------------------------------  */
#newsletterbox {
  margin: 3px;
  margin-right: 0;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 1px solid #29742f;
  border-left: 0px none;
}



/*Bereich Text-Bild-design ............................................................................................................*/

/* UEBERSCHRIFTEN 
------------------------------------------------------------------------------------------------------------------  */
h1 {
  padding: 0px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 85%;
  margin: 32px 0px 0px 0px;
  font-weight: bold;
  color: rgb(217,104,0);
}

h1.content {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  font-weight: 800;
  color: #29742f;
}

/* Rundbrief-Box
------------------------------------------------------------------------------------------------------------------  */
.rundbrief-box {
  clear: both;
  margin-left: -8px;
  margin-top: 30px;
  padding-bottom: 20px;
  background: url(../images/corner_rounded_bottom_left.gif) no-repeat left bottom;
}

.rundbrief-box-inner {
  background: url(../images/corner_rounded_top_left.gif) no-repeat left top;
}

.rundbrief-box h1 {
  display: inline;
  position: relative;
  left: 14px;
  top: 3px;
  padding: 2px 7px 1px 0;
  border-top: 1px solid;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #29742f;
  background: #cff2cf;
}

 .rundbrief-box p , .rundbrief-box ul, .rundbrief-box ol {
  padding-left: 24px;
  padding-right: 25px;
}
/* Rundbrief-Box-Ende */

h2 {
  padding: 20px 12px 0px 0px;
  margin: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 80%;
  font-weight: bold;
  color: #006699;
}

#right h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
  font-weight: 800;
  color: #ccc;
}

/* Text Absatz  und Co*/

p { 
  font-size: 80%;
  padding: 1em 0 0 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

hr {
  margin: 25px 0px 0px 0px;
  border: solid 1px;
  color: #29742f;
}

#right p {
  font-size: 75%;
  color: #fff;
}

ul, ol { 
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

ul li {
  padding: 0px 0px 0px 25px;
  margin: 10px 0px 0px 0px;
  background: url(../images/bullet.gif) no-repeat 0px 0px;
}

ol li {
  padding: 0px 0px 0px 00px;
  margin: 10px 0px 0px 20px;
  list-style:decimal outside;
}

td {
	margin-bottom: 12px;
	padding-right: 0px;
	color: #29742f;
	width: 60px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:75%;
}

.small {
  font-size: 74%;
}

.hidden {
  display: none;
}


.balken {
  padding-left: 0px;
  background-color: rgb(255,110,43);
  background-image: url('../images/footer.gif');
  background-repeat: repeat;
  background-position: 2px 0px ;
}

/* Alle Bilder ohne Rahmen 
------------------------------------------------------------------------------------------------------------------  */
img {
  border: 0px;
}

/* Individuelle Stellschrauben, bei Bedarf anpassen:
------------------------------------------------------------------------------------------------------------------  */
#loginbox a {
	font-size: 70%;
  color: #ddd;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}

a.sitemap_level1 {
  padding-top: 0px;
  padding-left: 3px;
  padding-bottom: .4em;
  border-bottom: 1px solid #b4a8b4;
  display: block;
  color: rgb(217,104,28);
  font-weight: normal;
  background: url("../images/navi_pfeil_rechts.gif") no-repeat;
  background-position: right;
}

a.sitemap_level2 {
  padding-left: 6px;
  display: block;
  color: rgb(62,77,116);
  background: url("../images/navi_pfeil_rechts.gif") no-repeat;
  background-position: 170px 4px;
}

a.sitemap_level3 {
  color: rgb(190,190,190);
}

.sitemap_level2_container {
  width: 50%;
  padding-top: .3em;
}

.sitemap_level3_container {
  float: right;
  width: 50%;
  padding-top: .3em;
}

.input_newsletterselect {
  width: 73px;
  vertical-align: middle;
  font-size: 70%;
  margin: 3px;
  margin-right: 1px;
  color: #333;
  border: 1px solid #29742f;
}

.input {
	width:240px;
	margin-bottom:8px;
	border: 1px solid #29742f;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:70%;
	color: #333;
}

.label {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:70%;
	color: #333;
}