
/** Allgemeine Elementanweisungen */

body {
  background: #FFF;
  color: #000;
  font-family: verdana, arial, sans-serif;
  font-size: 100.01%;
  margin: 0;
  padding: 0;
}

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

ul { list-style: none; }

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

input, textarea, select { font-size: 1em; }

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;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Ausblenden */

#servicemenue,
#suche,
#spalte-1,
#spalte-3,
.noprint,
h1 {
  display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Inhalte */

#logo {
  border-bottom: 1px solid #999;
  margin-bottom: 1.5em !important;
}

h1 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 1.2em 0 0 0;
  border-top: 1px solid #999;
  margin: .8em 0 -.9em 0;
}

h2 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 1em 0 .4em 0;
}

h3 {
  font-size: .8em;
  line-height: 1.25em;
  margin: 1.5em 0 .4em 0;
}

p {
  font-size: .8em;
  line-height: 1.4em;
  margin: .7em 0 .7em 0;
}

#logo p {
  margin-left: -11px;
}

p.autorin,
p.adresse {
  font-size: .8em;
  line-height: 1.5em;
}

p.einleitung {
  font-size: .8em;
  padding-bottom: 1.2em;
  margin-bottom: .7em;
}

p.bild-links {
  float: left;
  margin: 3px 14px 8px 0 !important;
}

/* Listen */

ul, ol {
  font-size: .8em;
  list-style-type: disc;
  margin-left: 25px;
}

li {
  margin: .7em 0;
}

/* Links */

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

a:hover,
a:focus,
a:active {
  background: #E7F3C7;
}

/* Linien */

div.linie {
  clear: both;
  border-top: 1px solid #999;
  margin: 1.2em 0 1em 0;
}

/* Spalte 3 */

#spalte-2,
#fuss,
#logo {
  margin: 0 20px 0 26px;
}


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

#fuss {
  margin-top: 20px;
  border-top: 1px solid #999;
}

#fuss p {
  float: left;
  padding-right: 20px;
  font-size: .7em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0 20px 20px 0;
  margin: 10px 0 0 0;
}

#fuss-spalte-2-und-3 p {
  font-weight: normal;
}

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