
/** 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: 10em;

}

#logo img {
  width: 10em;
  height: 3.57em;
}

#logo img.claim {
  height: 2.05em;
  margin-top: 1px;
}

/* Kopfgrafik */

#grafik-menueleiste {
  position: relative;
  margin-left: 10em;

}

#grafik {
  height: 7.14em;
  margin-left: 1px;
}

#grafik img {
  position: absolute;
  height: 7.14em;
}

#grafik img.bild-1 {
  left: 1px;
  width: 17.5em;
}

#grafik img.bild-2 {
  left: 17.5em;
  width: 16.15em;
  margin-left: 2px;
}

#grafik img.bild-3 {
  right: 0;
  width: 16.188em;
}

/* 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: 1.4em;
}

#servicemenue ul li {
  float: left;
  font-size: .7em;
  line-height: 1.1em;
  padding: 0 10px;
  border-left: 1px solid #98bb66;
}

#servicemenue ul li.erster {
  padding-left: 0;
  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 {

  padding: .4em 6px 0 0;

}

#suche p {
  font-size: .7em;
  text-align: right;

}

#suche input.suchfeld {
  width: 14em;
  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;

}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

/** Positionierungen Inhalt */

#hauptinhalt {
  min-height: 10em;
  margin: 0 0 2.4em 0;
}

#spalte1 {
  float: left;
  position: relative;
  top: -1px;
  z-index: 100;
  width: 10em;
  background: #f0f5e9 url(../images/hintergrund/bereichsmenue_linie_senkrecht.gif) repeat-y top right;
  padding-right: 1px;
}

#spalte2 {
  float: right;
  position: relative;
  top: -1px;
  width: 48.65em;
  min-height: 25em;
  padding: 2.4em 0 0 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Bereichsmenue */

#bereichsmenue {
  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 6px 0 16px;
}

#bereichsmenue li li li li {
  margin: 0;
}

#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: none;
  font-weight: normal;
  padding: .25em 0 .3em 16px;
  border-bottom: 0;
  margin-top: 0;
}

#bereichsmenue li li li a:link,
#bereichsmenue li li li a:visited,
#bereichsmenue li li li em {
  padding: .1em 0 .2em 10px;
}

#bereichsmenue li li li li a:link,
#bereichsmenue li li li li a:visited,
#bereichsmenue li li li li em {
  padding: .1em 0 .2em 20px;
}

#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 20px .6em 0;
}

h3 {
  color: #3b6db1;
  font-size: .85em;
  line-height: 1.3em;
  margin: 1.4em 20px .5em 0;

}

h4 {
  font-size: .7em;
  line-height: 1.4em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Absaetze */

#spalte2 p {
  font-size: .7em;
  line-height: 1.4em;
  margin: .8em 120px .8em 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Listen */

#spalte2 ul {
  padding: 0 0 0 1em;
  margin: .8em 20px .8em 18px;
  list-style-image: url(../images/icons/bullet_blau.gif);
}

#spalte2 ol {
  padding: 0 0 0 1em;
  margin: .8em 20px .8em 18px;
}

#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;

  margin: 0 !important;
    border: 0px solid #fff;
	width: 259px;
}





#spalte2 .bildzeile p.spalte1 {
  float: left;
	text-align: left;
  	padding: 0 0 0 0;
	margin: 15px 0px 0px 0px;
  	border: 0px solid #000000;
	width: 259px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Typographie: Bild Unterschrift (caption) */

#spalte2 .bildzeile p span {
  margin-left: 0px;

  width: 195px;
  border: 0px solid #d8e4ca;
}

#spalte2 .bildzeile p.spalte1 span{
  margin-left: 0px;

  float: left;
  width: 250px;
  border: 0px solid #d8e4ca;
}


#spalte2 .bildzeile .bodytext{
  float: left;
  font-size: .7em;
  line-height: 1.4em;
  padding: .8em 120px .8em 18px;
  width: 57em;
}

#spalte2 .bildzeile .align-center{
  padding: .8em 120px .8em 18px;
  text-align: center;
  border: 0px solid #d8e4ca;
  margin-top: 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: 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 17.8em;
}

p#nach-oben {
  float: right;
  width: 10em;
  padding: .4em 10px .6em 2em;
  text-align: right;
}

#fuss a:link,
#fuss a:visited {
  color: #618038;
}

#fuss  .tx-cscounter-pi1 {
  border: 0px solid #d8e4ca;
  font-size: .65em;
  padding: .4em 0 .6em 17.8em;
}









#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;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/










/*






ul#nav2, ul#nav2 ul {
	color:black;
	font-size:100%;
	margin:0pt;
	padding:0pt;
	width:203px;
}
ul#nav2 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
ul#nav2 li a {
	border-bottom:1px solid #FFFFFF;
	color:#777777;
	display:block;
	padding:4px 4px 4px 8px;
	text-decoration:none;
}
ul#nav2 li.li_act a {
	color:#FFFFFF;
}
* html ul#nav2 li {
	float:left;
	height:1%;
}
* html ul#nav2 li a {
	height:1%;
}
ul#nav2 ul {
	background:#d4d4d4 none repeat scroll 0%;
	/*-------------CSS---------------------*/
	/*display:none;*/
	left:202px;
	position:absolute;
	top:0pt;
}
ul#nav2 ul li a {
	color:#FFFFFF;
}
ul#nav2 ul li a:hover {
	color:#c71315;
}
ul#nav2 li ul li a {
	padding:4px 4px 4px 8px;
}
ul#nav2 li:hover ul ul, 
ul#nav2 li:hover ul ul ul, 
ul#nav2 li.over ul ul, 
ul#nav2 li.over ul ul ul {
	display:none;
}
ul#nav2 li:hover ul, 
ul#nav2 li li:hover ul, 
ul#nav2 li li li:hover ul, 
ul#nav2 li.over ul, 
ul#nav2 li li.over ul, 
ul#nav2 li li li.over ul {
	display:block;
}
ul#nav2 a.ifsubarrow {
	background:transparent url(../../../../uploads/tx_tllbaseext/klickpfad_pfeil_igmson_01.gif) no-repeat scroll right center;
}
ul#nav2 li.menuparent:hover, 
ul#nav2 li.over {
	background-color:#d4d4d4 ;
}
ul#nav2 li.li_act {
	background-color:#d4d4d4 ;
}
ul#nav2 li a:hover {
	color:#FFFFFF;
}
/*
