
/** Allgemeine Elementanweisungen */

body {
  background: #d6d6d6;
  color: #000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100.01%;
  line-height: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, form, fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

ul { list-style: none; }

img {
  border: none;
  vertical-align: bottom;
}

input, textarea, select {
  font-size: 1em;
  font-family: verdana, arial, helvetica, sans-serif;
}

a { text-decoration: underline; }

abbr,
acronym {
  font-style: normal;
  text-decoration: none;
  border-bottom: none;
}

hr { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Allgemeine Klassen */

.stopFloat {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

.unsichtbar {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

h2.unsichtbar {
  color: #000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Rahmen und Sprunglinks */

#rahmen {
  position: relative;
  width: 61em;
  background: #fff url(../images/hintergrund/schatten_rechts.gif) repeat-y top right;
  text-align: left;
  margin: 0 auto;
}

#rahmen-innen {
  position: relative;
  background: url(../images/hintergrund/schatten_links.gif) repeat-y;
  padding: 0 .5em;
}

p#sprunglinks {
  position: absolute;
  z-index: 1000;
  top: -1200px;
  left: -1200px;
  margin-left: .5em;
}

p#sprunglinks a:link,
p#sprunglinks a:visited {
  position: absolute;
  width: 19.4em;
  background: #FFF;
  font-size: .7em;
  font-weight: bold;
  padding: .25em 1em .35em 1em;
}

p#sprunglinks a:hover,
p#sprunglinks a:focus,
p#sprunglinks a:active {
  top: 1200px;
  left: 1200px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Kopf */

#kopf {
  position: relative;
}

/* Logo */

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.9em;

}

#logo img {
  width: 12.9em;
  height: 4.5em;
}

#logo img.claim {
  height: 2.05em;
  margin-top: 1px;
}

/* Kopfgrafik */

#grafik-menueleiste {
  position: relative;
  margin-left: 12.9em;
}

#grafik {
  margin-left: 1px;
}

#grafik img {
  width: 47.06em;
  height: 4.5em;
}

/* Menueleiste */

#menueleiste {
  height: 2.05em;
  background: #d9e5cb;
  margin: 1px 0 0 1px;
}

#servicemenue {
  float: left;
  width: 30em;
  padding: .7em 0 0 0;
}

#servicemenue ul {
  margin-left: 10px;
}

#servicemenue ul li {
  float: left;
  font-size: .7em;
  line-height: 1.1em;
  padding: 0 10px;
  border-left: 1px solid #98bb66;
}

#servicemenue ul li.erster {
  border-left: none;
}

#servicemenue a:link,
#servicemenue a:visited {
  color: #000;
  text-decoration: none;
}

#servicemenue a:hover,
#servicemenue a:focus,
#servicemenue a:active {
  color: #3b6db1;
}

/* Suche */

#suche {
  float: right;
  padding: .4em 6px 0 0;
}

#suche p {
  font-size: .7em;
  text-align: right;
}

#suche input.suchfeld {
  width: 16em;
  height: 1.25em;
  padding: .1em .8em .1em .3em;
  border: 1px solid #618038;
  margin: 0 0 0 5px;
}

#suche input.suchfeld:hover,
#suche input.suchfeld:focus {
  background: #f0f5e9;
}

#suche input {
  vertical-align: middle;
}

#suche input#search-submit {
  width: 1.61em;
  height: 1.61em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Positionierungen Inhalt */

#hauptinhalt {
  min-height: 10em;
  margin: 0 0 2.4em 0;
}

#spalte1 {
  float: left;
  position: relative;
  top: -1px;
  z-index: 100;
  width: 12.9em;
}

#spalte2 {
  float: right;
  position: relative;
  top: -1px;
  width: 47em;
  min-height: 25em;
  padding: 2.4em 0 0 0;
  
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Bereichsmenue */

#bereichsmenue {
  background: #f0f5e9;
  padding-top: 2.8em;
}

#bereichsmenue ul {
  font-size: .7em;
  line-height: 1.2em;
  border-top: 1px solid #ccddb4;
}

#bereichsmenue ul ul {
  font-size: 100%;
  border-top: 0;
  margin-top: 0;
}

#bereichsmenue li li {
  border-bottom: 1px solid #ccddb4;
}

#bereichsmenue li li li {
  border-top: 1px dashed #ccddb4;
  border-bottom: none;
  margin: 0 10px 0 28px;
}

#bereichsmenue li li li li {
  margin: 0 0 0 12px;
}

#bereichsmenue li a:link,
#bereichsmenue li a:visited,
#bereichsmenue li em {
  display: block;
  background: url(../images/icons/doppelpfeil_blau_auf_hellgruen.gif) no-repeat 5px 1.85em;
  color: #3b6db1;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  padding: 1.6em 4px .5em 16px;
  border-bottom: 1px solid #ccddb4;
}

#bereichsmenue li li strong a:link,
#bereichsmenue li li strong a:visited,
#bereichsmenue li li strong em {
  color: #3b6db1;
  font-weight: bold;
}

#bereichsmenue li li a:link,
#bereichsmenue li li a:visited,
#bereichsmenue li li em {
  color: #000;
  background-image: url(../images/icons/pfeilchen_blau.gif);
  background-repeat: no-repeat;
  background-position: 16px .6em;
  font-weight: normal;
  padding: .25em 0 .3em 28px;
  border-bottom: 0;
  margin-top: 0;
}

#bereichsmenue li li li a:link,
#bereichsmenue li li li a:visited,
#bereichsmenue li li li em {
  background-image: url(../images/icons/minipfeilchen_blau.gif);
  background-position: 2px .5em;
  padding: .1em 0 .2em 12px;
}

#bereichsmenue li a:hover,
#bereichsmenue li a:focus,
#bereichsmenue li a:active,
#bereichsmenue li li a:hover,
#bereichsmenue li li a:focus,
#bereichsmenue li li a:active {
  background-color: #f9fbf6;
  color: #3b6db1;
}


/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Breadcrumb */

#breadcrumb {
  min-height: 2.4em;
  background: #fff;
  border-bottom: 1px solid #d8e4ca;
  margin-left: 17em;
}

#breadcrumb p {
  font-size: .7em;
  color: #618038;
  padding: 14px 0 5px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Boxen: Standard */

.box {
  background: #f0f5e9;
  padding-bottom: .2em;
  border-top: 1px solid #d9e5cb;
  border-bottom: 1px solid #d9e5cb;
}

.box h2 {
  background-color: #f0f5e9;
  background-image: url(../images/icons/doppelpfeil_gruen_auf_hellgruen.gif);
  background-repeat: no-repeat;
  background-position: 5px .65em;
  font-size: .7em;
  line-height: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 3px 3px 4px 16px;
  border-bottom: 1px solid #d9e5cb;
  margin: 0 0 .5em 0;
}

.box p {
  font-size: .7em;
  line-height: 1.3em;
  margin: .5em;
}

.box h2 a:link,
.box h2 a:visited,
.box h3 a:link,
.box h3 a:visited {
  text-decoration: none;
}

.box h2 a:hover,
.box h2 a:focus,
.box h2 a:active {
  text-decoration: underline;
  background: #fff;
}

.box h3 a:hover,
.box h3 a:focus,
.box h3 a:active {
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Boxen: Meldungen */

.box.meldungen h2 {
  border-bottom: none;
  margin: 0;
}

.box.meldungen {
  background: #fff;
  border-bottom: 0;
  margin-top: .8em;
}

.box.meldungen ul {
  padding: 0;
  margin: 0;
}

.box.meldungen li {
  font-size: .7em;
  line-height: 1.3em;
  padding: .7em 0 .3em 0;
  border-top: 1px solid #d9e5cb;
}

.box.meldungen li h3 {
  font-size: .7em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: .3em; 
}

.box.meldungen li p {
  margin: 0 3px .5em 11px;
}

.box.meldungen h3 em {
  font-style: normal;
  font-weight: normal;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Boxen: Kontakt */

.box.kontakt {
  margin-bottom: 1.8em;
}

.box.kontakt p {
  padding: 0 .5em .4em .5em;
  border-bottom: 1px solid #d9e5cb;
  margin: .4em 0 0 0; 
}

.box.kontakt span.pfeil {
  margin-top: .15em;
}

.box.kontakt ul {
  padding: 0 .3em;
  margin: .3em 0 .1em 0;
}

.box.kontakt li {
  font-size: .7em;
  line-height: 1.3em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Boxen: Service */

.box.service {
  background: #fff;
  border: 1px solid #ccddb4;
  margin: 1em 0 0 0;
}

.bereichsmenue .box.service {
  margin-top: 1.8em;
}

.box.service h2 {
  background-color: #fff;
  background-position: 0 .65em;
  padding: 3px 3px 4px 11px;
  border-bottom: 1px solid #d9e5cb;
  margin: 0 8px .5em 8px;
}

.bereichsmenue .box.service h2 {
  background-image: url(../images/icons/doppelpfeil_gruen_auf_weiss.gif);
}

.box.service h2 a:hover,
.box.service h2 a:focus,
.box.service h2 a:active {
  background-color: #f0f5e9;
}

.box.service ul {
  padding: 0 8px;
}

.box.service li {
  background: url(../images/icons/minipfeilchen_grau.gif) 0 .3em no-repeat;
  font-size: .65em;
  line-height: 1.15em;
  padding-left: 10px;
  margin: .1em 0;
}

.box.service li.linie {
  background-position: 0 .75em;
  padding-top: .35em;
  border-top: 1px solid #ccddb4;
  margin-top: .4em;
}

.box.service ul a:link,
.box.service ul a:visited {
  color: #777;
  text-decoration: none;
}

.box.service ul a:hover,
.box.service ul a:focus,
.box.service ul a:active {
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Boxen: Bilder */

.box.bild {
  background: none;
  border: none;
}

.box.bild img {
  width: 14.3em;
  height: 10.6em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Typographie: Ueberschriften */

h2 {
  color: #3b6db1;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 120px .6em 18px;
}

h3 {
  color: #3b6db1;
  font-size: .85em;
  line-height: 1.3em;
  margin: 1.4em 20px .5em 18px;
}

h4 {
  font-size: .7em;
  line-height: 1.4em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Absaetze */

#spalte2 p {
  font-size: .7em;
  line-height: 1.4em;
  margin: .8em 120px .8em 18px;
}

#spalte2 span {

  line-height: 1.4em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Listen */

#spalte2 ul {
  padding: 0 0 0 1em;
  margin: .8em 20px .8em 35px;
  list-style-image: url(../images/icons/bullet_blau.gif);
}

#spalte2 ol {
  padding: 0 0 0 1em;
  margin: .8em 20px .8em 35px;
}

#spalte2 li {
  font-size: .7em;
  line-height: 1.4em;
  margin: .4em 0;
}

#spalte2 ul ul,
#spalte2 ol ol {
  margin: 0 0 0 15px;
}

#spalte2 li li {
  font-size: 1em;
}

#spalte2 li p,
#spalte2 li h3,
#spalte2 li h4 {
  font-size: 1em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Links */

a:link,
a:visited {
  color: #618038;
}

#spalte2 a:visited,
#spalte3 a:visited {
  color: #555;
}

a:hover,
a:focus,
a:active {
  color: #618038;
  background-color: #f0f5e9;
}

p.pfeil,
h3.pfeil,
h4.pfeil,
ul.pfeil li,
span.pfeil {
  display: block;
  background-image: url(../images/icons/pfeilchen_gruen.gif) !important;
  background-repeat: no-repeat;
  background-position: 0 .35em;
  padding: 0 0 0 11px;
  text-decoration: none;
}

.pfeil a:link,
.pfeil a:visited {
  text-decoration: none;
}

.pfeil a:hover,
.pfeil a:focus,
.pfeil a:active {
  background: #fff;
  text-decoration: underline;  
}

.pfeil strong {
  color: #618038;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Bilder */

#spalte2 .bildzeile {
  float: left;
  width: 100%;
}

#spalte2 .bildzeile p {
  float: left;
  padding: 0 0 1.2em 0;
  margin: 0 !important;
}

#spalte2 .bildzeile p img {
  width: 21.745em;
  height: 16.352em;  
  margin-left: 1px;
}

#spalte2 .bildzeile.breit p img {
  width: 22.17em;

  margin-left: 1px;
  
}

#spalte2 .bildzeile p.spalte1 img {
  margin-left: 19px;
  
}

#spalte2 .bildzeile.breit p.spalte1 img {
  margin-left: 5px;
  
}



/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Bild Unterschrift (caption) */

#spalte2 .bildzeile.breit p span {
  margin-left: 0px;
  float: left;
  width: 195px;
  
}

#spalte2 .bildzeile.breit p.spalte1 span{
  margin-left: 5px;
  float: left;
  width: 195px;

}


#spalte2 .bildzeile.breit .bodytext{
  float: left;
  font-size: .7em;
  line-height: 1.4em;
  padding: .8em 120px .8em 18px;
  width: 57em;
}

#spalte2 .bildzeile.breit .align-center{
  padding: .8em 120px .8em 18px;
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Video */

#spalte2 .bildzeile.breit p .rgmediaimages-player1 {
  width: 22.17em;
  height: 20.72em;
  margin-left: 1px;
  border: 0px solid #d8e4ca;
}


#spalte2 .bildzeile.breit p.spalte1 .rgmediaimages-player1 {
  width: 22.17em;
  height: 20.72em;
  margin-left: 5px;

}


/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Sonstige Elemente */

strong {
  color: #555;
}

.abstand-oben-0 {
  margin-top: 0 !important;
}

img.bild-links {
  float: left;
  margin: 4px 5px 5px 0;
}

.linie {
  border-top: 1px solid #d8e4ca;
  margin: 10px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Sonderelemente: Startseite */

#start-bilder {
  margin-top: -.4em;
}

#start-bilder p {
  float: left;
  font-size: 100%;
  border-bottom: 1px solid #fff;
  margin: 0 !important;
}

#start-bilder p img {
  float: left;
  height: 9.05em;
}

#start-bild-1 {
  width: 8.6em;
  border-right: 1px solid #fff;
}

#start-bild-2 {
  width: 8.6em;
}

#start-bild-3 {
  width: 8.64em;
  border-left: 1px solid #fff;
}

#start-text {
  float: left;
  width: 17.2em;
  height: 10.4em;
  background: #eaf1e0;
  padding-left: 1px;
}

#start-text p {
  margin: .8em .8em .8em 1em;
}

#start-text a:hover,
#start-text a:focus,
#start-text a:active {
  background: #fff;
}

#start-schwerpunkte {
  float: left;
  width: 8.6em;
  height: 10.4em;
  background: #83a257;
  border-left: 1px solid #fff;
}

#start-schwerpunkte h3 {
  background: url(../images/icons/doppelpfeil_weiss_auf_gruen.gif) 7px .45em no-repeat;
  font-size: .7em;
  padding: 0 0 .5em 19px;
  border-bottom: 1px solid #a2ba81;
  margin-top: 9px;
}

#start-schwerpunkte ul {
  padding: 0;
  margin: 7px 0 0 0;
  list-style: none;
}

#start-schwerpunkte li {
  background: url(../images/icons/pfeilchen_weiss.gif) 0 .45em no-repeat;
  padding-left: 11px;
  margin: 0 0 .1em 8px;
}

#start-schwerpunkte a:link,
#start-schwerpunkte a:visited {
  color: #fff;
  text-decoration: none;
}

#start-schwerpunkte a:hover,
#start-schwerpunkte a:focus,
#start-schwerpunkte a:active {
  background: #729248;
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Sonderelemente: Teaser */

.teaser-mit-bild {
  position: relative;
  min-height: 85px;
}

p.teaser-bild {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 0 !important;
}

.teaser-mit-bild h3,
.teaser-mit-bild p {
  padding-left: 142px;
  margin-top: 0 !important;
}

#spalte2 .teaser-mit-bild p {
  margin: 0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Formular: Empfaenger */

#kontakt-empfaenger {
  float: left;
  width: 100%;
  background: #f7faf4;
  padding: .3em 0 .4em 0;
  border-top: 1px solid #d8e4ca;
  border-bottom: 1px solid #d8e4ca;
  margin-bottom: .4em;
}

#kontakt-empfaenger h3 {
  color: #618038;
  font-size: .8em;
  margin: 0;
}

#kontakt-empfaenger h3 span.an {
  float: left;
  width: 29%;
  color: #000;
  font-size: .865em;
  font-weight: normal;
  text-align: right;
}

#kontakt-empfaenger h3 span.empfaenger {
  float: right;
  width: 67%;
  line-height: 1.3em;
  padding-bottom: .3em;
}

#kontakt-empfaenger p.details {
  float: right;
  width: 67%;
  color: #618038;
  line-height: 1.2em;
  margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formular: Fieldset, Absaetze, Meldungen, Fehler */

#formular fieldset {
  padding: .5em 0 .5em 0;
}

#formular p {
  float: left;
  width: 100%;
  padding: .4em 0;
  border-bottom: 1px solid #d8e4ca; 
  margin: 0;
}

#formular p.meldung {
  float: none;
  clear: both;
  width: auto;
  color: #000;
  padding: .5em 0 0 12.1em;
  border-bottom: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formular: Spalten */

#formular .form-spalte1 {
  clear: both;
  float: left;
  width: 29%;
  text-align: right;
}

#formular .form-spalte2 {
  float: right;
  width: 67%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formular: Eingabefelder */

#formular input.textfeld,
#formular textarea.textfeld {
  border: 1px solid #618038;
}

#formular input.textfeld:hover,
#formular input.textfeld:focus,
#formular textarea.textfeld:hover,
#formular textarea.textfeld:focus {
  background: #f0f5e9;
}

#formular input.textfeld,
#formular textarea {
  float: right;
}

#formular input.textfeld.eins-von-zwei {
  float: left;
  position: relative;
  left: -2px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formular: Eingabefelder - Laengenangaben */

#formular input.laenge0 {
  width: 8%;
}

#formular input.laenge1 {
  width: 12%;
}

#formular input.laenge2 {
  width: 24.2%;
}

#formular input.laenge3,
#formular textarea.laenge3 {
  width: 72%;
}

#formular input.laenge4,
#formular textarea.laenge4 {
  width: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formular: Checkboxen */

#formular input.checkbox {
  float: left;
  margin: 0 0 0 -2px;
}

#formular label.checkbox-beschriftung {
  float: left;
  width: 85%;
  line-height: 1.3em;
  margin-left: .5em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formular: Submit-Button */

#formular p.submit {
  float: none;
  clear: both;
  width: auto;
  padding-left: 12.1em;
  border-bottom: 0;
}

#formular p.submit input.submit {
  background: #618038;
  color: #fff;
  padding: .15em .5em .3em .5em;
  border: 1px solid #618038;
  cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Fussbereich */

#fuss {
  background: #f4f8f0;
  border-top: 1px solid #d8e4ca;
}

#fuss p {
  font-size: .65em;
}

p#copyright {
  float: left;
  width: 25em;
  padding: .4em 0 .6em 21.75em;
}

p#nach-oben {
  float: right;
  width: 10em;
  padding: .4em 10px .6em 2em;
  text-align: right;
}

#fuss a:link,
#fuss a:visited {
  color: #618038;
}

#fuss a:hover,
#fuss a:focus,
#fuss a:active {
  background-color: #fff;
  text-decoration: underline !important;
}

#fuss #nach-oben a:link,
#fuss #nach-oben a:visited {
  background-image: url(../images/icons/doppelpfeil_hoch_gruen.gif);
  background-position: 100% .18em;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-right: 10px;
  text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
