/* Allgemeine Elemente */

body {
  min-width: 750px;
  color: #000;
  background: #FFF;
  font-family: Arial, sans-serif;
  font-size: 100%;
  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; }

a, a:visited, a:hover, a:focus, a:active { 
	text-decoration: none; 
	color: #606060;
}

a img { border: 0; }

.formcontainer {
  margin: 10px;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
}

fieldset {
  border: 0;
  border-style: solid; /* fuer opera 7 */
}

/* Allgemeine Klassen */

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

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

/* Hauptbereich */

.floatimg img, .floatimgright img {
         margin: 5px 20px 10px 0px;
         border: 1px solid silver;
}

/* Leiste */

#leiste {
  display: none;
}

/* Menue */

#menue {
  display: none;
}

/* Inhalt */

#inhalt {
  position: relative;
  margin-top: 15px;
  padding-top: 1.5em;
}

#inhalt .innen {
  position: relative;
  margin: 10px 0px 20px 0px;
}

* html #inhalt .innen { height: 550px; }

.startseite #inhalt .innen {
  height: auto !important;
  min-height: 100px !important;
}


/* Ueberschriften */

#inhalt h1 {
  color: #000;
  font-size: 1em;
  line-height: 1.3em;
  padding: 5px 0px 4px 0px;
  margin-bottom: 1em;
}

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

#inhalt h2 {
  color: #000;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 1.4em 0px -0.2em 0px;
}

#inhalt h3 {
  color: #828282;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 1.4em 0px 0.7em 0px;
  border-bottom: 1px solid #828282;
}

#inhalt h4 {
  color: black;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1.4em 0px -0.6em 0px;
}


/* Absaetze */

#inhalt p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
#inhalt .innen ul{
  margin: 1.3em 0em 1.3em 0em;
}
#inhalt .innen .textlist li{
  list-style: disc;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.8em 10px;
  margin-left: 4em;
}
/* teaser */

.teaser{
	height: auto !important;
	height: 1%;
}
#inhalt .innen .teaser {
      display: block;
      list-style: none;
      padding: 0px;
      margin: 0px 0px 14px 0px;
}
#inhalt .teaser h2{
  margin-top: 0.3em;
}
/* Links */


.linksrechts {
	display: none;
}

/* Footer */

#fuss {
	border-top: 1px solid #606060;
}

#fuss p {
  color: #606060;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 4px 0 5px 0;
  margin-right: 48px;
}

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

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

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