/*********************************************************/
/* Farben: 
   Blau:       #86AFD1
   Hellblau:   #CFE0EE
   Hellblau 2: #F1F9FF
   Gruen:      #9BCE4C
   Hellgruen:  #DCEFBF
*/
/*********************************************************/

/*********************************************************/
/* Allgemeine Elementformatierungen */
/*********************************************************/

body {
  min-width: 750px;
  color: #000;
  background: #FFF;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 100.01%;
  padding: 0;
  margin:0;
}

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

ul { list-style: none; }

li li { font-size: 100% !important; }

a { text-decoration: underline; }

.internal-link strong { text-decoration:underline; }

a img { border: 0; }

input, textarea, select { font-size: 100%;}

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

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

/*********************************************************/
/* Kopfbereich */
/*********************************************************/

#kopf {
  position: relative;
  z-index: 1;
  border-top: 4px solid #9BCE4C;
  padding-bottom: 54px;
}

* html #kopf { height: 1em; }

/*********************************************************/
/* Logo */
/*********************************************************/

#logo {
  position: absolute;
  left: 6px;
  bottom: 10px;
}

#logo img { display: block; }

/*********************************************************/
/* Topmenü, rechts oben */
/*********************************************************/

#topmenue {
  position: relative;
  z-index: 10;
}

#topmenue ul {
  float: right;
  background: url(../images/topmenue.gif) top right no-repeat;
  margin-right: 10px;
  margin-left: 350px;
}

/* Fuer Opera (bis 7.5): */

#topmenue ul { width: 22.5em; }

head:first-child+body #topmenue ul { width: auto; }

* html #topmenue ul { width: auto; }

/* Fuer IE: */

* html #topmenue ul { display: inline; }

#topmenue li {
  float: left;
  background: url(../images/topmenue.gif) no-repeat;
  font-size: 70%;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}

#topmenue a,
#topmenue strong {
  color: #576767;
  padding-bottom: 3px;
}

* html #topmenue a,
* html #topmenue strong {
  height: 1em;
}

#topmenue a:link, #topmenue a:visited {
  color: #576767;
  text-decoration: none;
}

#topmenue a:focus, #topmenue a:hover, #topmenue a:active {
  color: #86AFD1;
  text-decoration: underline;
}

#topmenue li.on a,
#topmenue li.on strong {
  border-bottom: 3px solid #86AFD1;
  }

/*********************************************************/
/* Hauptbereich */
/*********************************************************/

#hauptbereich {
  position: relative;
  background: #CFE0EE url(../images/hauptbereich.gif) repeat-y;
  width: 100%;
}

#aussen {
  padding-left: 197px;
  min-height: 500px;
}

#innen {
  width: 100%;
}

/*********************************************************/
/* Leiste */
/*********************************************************/

#leiste {
  position: absolute;
  z-index: 20;
  background: #86AFD1 url(../images/leiste.gif) no-repeat;
  width: 100%;
  border-bottom: 1px solid #FFF;
  height: 2em;
  color: #576767;
  font-size: 0.7em;
}

/*********************************************************/
/* Hauptmenü mit DIVs und Klassennamen 
   SPC = Spacer  = Abstandshalter in Typo3
   CUR = Current = aktuelle Seite in Typo3
   NO  = Normal  = Normalzustand in Typo3   
*/
/*********************************************************/

.box {
  float: left;
}

#suche {
  background: #FFF;
  padding: 0 0 0 0;
  margin-left: -180px;
}


#suche input.suchfeld {
    border: 1px dashed silver;
    width: 130px;
    height: 18px;
    font-size: 0.9em;
}
    
#suche .formsubmit, #search input.formsubmit {
    margin: 0px 0px -2px 2px;
    height: 14px;
    width: 14px;
}


#hauptmenue {
  /* ohne suche und box: float: left; */
  position: relative;
  width: 180px;
  background: #fff;
  padding: 0.75em 0 0px 0;
  margin-left: -180px;
}

#hauptmenue a:link, #hauptmenue a:visited {
  color: #7EA73E;
  font-size: 85%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#hauptmenue a:focus, #hauptmenue a:hover, #hauptmenue a:active {
  color: #5A8AB1 !important;
  text-decoration: underline;
}

.hauptmenue_SPC {
  display: block;
  line-height: 1em;
  padding: 5px 2px 5px 7px;
  border-bottom: 1px solid #E0EED4;
  margin-top: 0.9em;
  height: 1em;
  color: #7EA73E;
  font-size: 85%;
  font-weight: bold;
  text-transform: uppercase;
}

.hauptmenue_CUR {
  font-size: 70% !important;
  font-weight: bold;
  color: #FFF !important;
  border-bottom: 1px solid #E0EED4;
  background: #9BCE4C url(../images/pfeil_weiss.gif) 3px 0.6em no-repeat !important;
  border-color: #9BCE4C;
  border-left: 4px solid #9BCE4C;
  text-transform: none !important;
  padding: 4px 2px 5px 15px !important;
  margin: 0;
}

.hauptmenue_NO  {
  border-bottom: 1px solid #E0EED4;
  padding: 4px 2px 5px 0px !important;
}

.hauptmenue_NO a {
  font-size: 70% !important;
  font-weight: normal !important;
  text-transform: none !important;
  margin: 0;
  color: #576767 !important;
}

.hauptmenue_NO a:link, .hauptmenue_NO a:visited {
  color: #576767;
  background: url(../images/pfeil_gruen.gif) 7px 0.6em no-repeat;
  text-decoration: none;
  padding: 4px 2px 5px 20px !important;
}

.hauptmenue_NO a:focus, .hauptmenue_NO a:hover, .hauptmenue_NO a:active {
  background: #F1F9FF url(../images/pfeil_blau.gif) 7px 0.6em no-repeat;
  text-decoration: underline;
  padding: 4px 2px 5px 20px !important;
}

/*neu*/
.hauptmenue_NO:focus, .hauptmenue_NO:hover, .hauptmenue_NO:active {
  background: #F1F9FF url(../images/pfeil_blau.gif) 7px 0.6em no-repeat;
}

/*********************************************************/
/* breadcrums */
/*********************************************************/

#inhaltsbereich #breadcrums {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0 10px;
  padding-left: 22px;
}

#inhaltsbereich #breadcrums a:link,
#inhaltsbereich #breadcrums a:visited {
  color: #576767;
  text-decoration: underline;
  padding: 0 2px;
}

#inhaltsbereich #breadcrums a:focus,
#inhaltsbereich #breadcrums a:hover,
#inhaltsbereich #breadcrums a:active {
  color: #7EA73E;
}

#inhaltsbereich #breadcrums strong { color: #576767; }

#inhaltsbereich #breadcrums span { font-size: 80%; }

/*********************************************************/
/* Inhalt */
/*********************************************************/

#inhaltsbereich {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-top: 1.5em;
}

* html #inhaltsbereich { width: auto; }

#inhaltsbereich .content {
  position: relative;
  min-height: 450px;
  background: #FCFEFB;
  padding: 6px;
  margin: 10px 25px 25px 30px;
}

* html #inhaltsbereich .content { height: 550px; }

.startseite #inhaltsbereich .content {
  height: auto !important;
  min-height: 100px !important;
}

* html .startseite #inhaltsbereich .content {
  height: 1em !important;
}


/* TODO hier eine Grafik einfügen */
#inhaltsbereich ul {
  /* list-style-type:disc; */
  list-style-image:url(/fileadmin/templates/css/dot.gif);
}

/*********************************************************/
/* Ueberschriften */
/*********************************************************/

#inhaltsbereich h1 {
  color: #7EA73E;
  font-size: 1.15em;
  line-height: 1.3em;
  padding: 5px 10px 4px 10px;
  margin-bottom: 1em;
  border-bottom: 1px solid #9BCE4C;
}

* html #inhaltsbereich h1 {
  height: 1em;
}

#inhaltsbereich h2 {
  color: #7EA73E;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 1.4em 10px -0.2em 10px;
}

#inhaltsbereich h2.kleiner {
  font-size: 0.8em;
  margin: 1.4em 10px -0.4em 10px;
}

#inhaltsbereich h3 {
  color: #9BCE4C;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1.4em 10px -0.4em 10px;
}

#inhaltsbereich h4 {
  color: #576767;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1.4em 10px -0.6em 10px;
}

/*********************************************************/
/* Absaetze */
/*********************************************************/

#inhaltsbereich table th,
#inhaltsbereich table td p {
  font-size: 0.7em;
  line-height: 1em;
  margin: 0.1em 2px;
}

#inhaltsbereich table.standardtable {
  font-size: 0.7em;
  line-height: 1em;
  margin: 0.1em 2px;
}

#inhaltsbereich p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.8em 10px;
}

#inhaltsbereich p.justify {
	text-align: justify;
}

#inhaltsbereich p.align-center {
	text-align: center;
}
#inhaltsbereich p.align-right {
	text-align: right;
}
#inhaltsbereich p.align-left {
	text-align: left;
}

#inhaltsbereich strong { color: #3C8FA7; }

#inhaltsbereich b { color: #3C8FA7; }

/***********************************************************/
/* Menü der Unterseiten (csc-menu-1)  und                  */
/* Menü der Unterseiten mit Inhaltsangabe (csc-menu-4, dl) */
/***********************************************************/

ul.csc-menu-1 hr {
  display:none
}

dl.csc-menu-4 {
  margin: 0.8em 0 1em 27px;
  font-size: 0.9 em;
  line-height: 1.5 em;
}

/*********************************************************/
/* Listen */
/*********************************************************/

#inhaltsbereich ul,
#inhaltsbereich ol {
  margin: 0.8em 0 1em 27px;
  font-size: 0.8em;
  line-height: 1.5em;
}

#inhaltsbereich ul ul {
  font-size: 1em;
  margin-top: 0.4em;
}

/* grafiken noch zu ueberarbeiten
#inhaltsbereich ul {
  list-style: url(../images/aufzaehlungspunkt.gif);
}

* html #inhaltsbereich ul {
  list-style: url(../images/aufzaehlungspunkt_ie.gif);
}
*/

#inhaltsbereich ol li {
  margin-bottom: 0.8em;
}

#inhaltsbereich ul.abstand li {
  margin-bottom: 0.8em;
}

#inhaltsbereich li p {
  font-size: 1em;
  margin: 0;
}

/*********************************************************/
/* Links */
/*********************************************************/

#inhaltsbereich a:link { color: #5A8AB1;}

#inhaltsbereich a:visited { color: #596969; }

#inhaltsbereich a:focus,
#inhaltsbereich a:hover,
#inhaltsbereich a:active {
  color: #508127;
/*  background: #EFF6EA; sinnloser test*/
}

/* Links mit Pfeilchen */

#inhaltsbereich ul.link,
* html #inhaltsbereich ul.link,
#inhaltsbereich ul.anker,
* html #inhaltsbereich ul.anker {
  list-style-image: none;  /* so will es der IE */
  list-style: none;        /* und so die anderen... */
  margin-left: 10px;
}

#inhaltsbereich ul.link li,
#inhaltsbereich ul.anker li {
  background: url(../images/link_pfeil_blau.gif) 0 0.4em no-repeat;
  padding-left: 15px;
  margin-bottom: 0.4em;
}

#inhaltsbereich ul.anker li {
  background: url(../images/anker_pfeil_blau.gif) 0 0.4em no-repeat;
}

* html #inhaltsbereich ul.link li,
* html #inhaltsbereich ul.anker li {
  height: 1em; /* muss das sein ? */
}

#inhaltsbereich p.link,
#inhaltsbereich h2.link,
#inhaltsbereich h3.link {
  background: url(../images/link_pfeil_blau.gif) 0 0.45em no-repeat;
  font-size: 80% !important;
  padding-left: 15px;
}

#inhaltsbereich strong.link {
  background: url(../images/link_pfeil_blau.gif) 0 0.2em no-repeat;
  padding-left: 15px;
}

#inhaltsbereich h2.link { margin-bottom: -0.4em !important; }

#inhaltsbereich .link strong a:link,
#inhaltsbereich .link strong a:visited,
#inhaltsbereich h2.link a:link,
#inhaltsbereich h2.link a:visited,
#inhaltsbereich h3.link a:link,
#inhaltsbereich h3.link a:visited {
  text-decoration: none;
}

#inhaltsbereich .link strong a:focus,
#inhaltsbereich .link strong a:hover,
#inhaltsbereich .link strong a:active,
#inhaltsbereich h2.link a:focus,
#inhaltsbereich h2.link a:hover,
#inhaltsbereich h2.link a:active,
#inhaltsbereich h3.link a:focus,
#inhaltsbereich h3.link a:hover,
#inhaltsbereich h3.link a:active {
  text-decoration: underline;
}

/*********************************************************/
/* Seitennavigation */
/*********************************************************/

#pageNav {
  float: right;
  font-size: 70%;
  width: 100%;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #CCC;
  text-align: center;
}

#pageNav span {
  font-weight: bold;
  padding: 2px 6px 3px 6px;
  border: 1px solid #FFF;
  margin-bottom: 20px;
}

#pageNav a {
  background: #F8FBFC;
  color: #069;
  text-decoration: none;
  padding: 2px 6px 3px 6px;
  border: 1px solid #E2EFF3;
}

#pageNav a:hover {
  border-color: #B7D7E1;
}

/*********************************************************/
/* Fuss */
/*********************************************************/

#fuss {
  background: #86AFD1 url(../images/leiste.gif) no-repeat;
  border-top: 1px solid #FFF;
}

#fuss p {
  font-size: 0.7em;
  line-height: 1.4em;
  padding: 4px 0 5px 0;
  margin-left: 225px;
}

#fuss a,
#fuss strong {
  padding: 1px 2px;
}

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

#fuss a:focus,
#fuss a:hover,
#fuss a:active {
  color: #fff;
}

/*********************************************************/
/* Bilder von Typo3 */
/*********************************************************/

.csc-textpic-caption {
  padding-top: 5px;
  font-size: 70%;
}

/* -----------------------------------------------------------
   Formulare: Kontaktformular
              von Michael Knoll, 20.1.2007
   Hat leider arge Seiteneffekte
   Lösung: Muss auf Klassen csc-mailform-field und csc-mailform-label eingeschränkt werden
   -----------------------------------------------------------

label {
      float:        left;
      display:        block;
      width:        8em;
      clear:        left;
     margin-top:        -1em;
      font-weight:        bold;
}

fieldset {
   border: none;
   width: 400px;
}

input {
      position:        relative;
     top:               -1.4em;
     left:        8em;
      display:        block;
      border:       1px solid #a5acb2;
     padding:       2px;
     background:       #fff;
}

textarea {
        position:       relative;
        top:                    -1.4em;
        left:           8em;
        display:        block;
        border:         1px solid #a5acb2;
        padding:        2px;
        background:     #fff;
}

*/


.contenttable {
    border-collapse:collapse;
  font-size: 0.9em;
  line-height: 1em;
  margin: 0.1em 2px;
}

.contenttable td {
    border: 0px solid;
    padding: 4px;
}


/**Grüne Striche killen***/
h3{*border-cplor:white;}

/**David Ziegler Editierung**/

/** p.bodytext Abstände Regeln**/
#inhaltsbereich .news-list-item p.bodytext{
margin-bottom:0;
margin-top:0;
}

/** Überschriften-fix in tt_news**/
#inhaltsbereich .news-list-item h3{
height:auto;
}

#nospace { float:right; }