/* CSS fuer 2-spaltige Seiten */


div#spalte1 {
    font-size: 1em;
    float: left;
    position: absolute;
    top: 110px;
    left: 0.5em;
    width: 10em;
    margin: 0;
    padding: 0.5em;
    background-color: #FFFFCC;
  }

div#spalte1 ul {
    text-indent: 0;
    margin: 0;
    padding: 0;
  }

div#spalte1 li {
    font-size: 0.8em;
    list-style: none;
    margin: 0;
    padding-left: 0.5em;
  }

div#spalte1 h1
  {
    font-size: 1em;
    font-weight: bold;
    background-color: #CCCCCC;
    line-height: 120%;
    padding: 0;
  }

div#spalte2 {
    font-size: 1em;
    position: absolute;
    top: 110px;
    left: 12em;
    right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
div#spalte2 h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
  }
div#spalte2 h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
div#spalte2 p {
    font-size: 1em;
    margin: 1em 0;
  }



/*  Weitere individuelle Gestaltung */

body
 {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   background-color: #FFFFFF;
 }

a
 {
   color: #0000ff;
 }

span.seriffont
 {
   font-family: serif;
 }

.Titel1
 {
   font-size: large;
 }

.hervorhebung
 {
   font-family: Arial,
   Helvetica, sans-serif;
   font-size: larger;
   font-style: italic;
   font-variant: small-caps;
 }

.bereich-titel
 {
   top: 0px;
   left: 0px;
   height: 100px;
   position: absolute;
   float: left;
   padding: 0px;
   margin: 0;
 }

.bildunterschrift
 {
   font-size: 0.8em;
   font-weight: bold;
 }

.gelb-auf-gelb
 {
   color: #FFFFCC
 }
 
 .weissversteckt
 {
   color: #FFFFFF;
 }

.infobox
 {
  color: #000000;
  background: #EEEEEE;
  border-style: solid;
  border-color: #AAAAAA;
  text-align: center;
  font-size: 0.8em;
 }

img.abstand
 {
  margin: 5px;
  border-style: solid;
  border-color: #000000;
  border-width: 3px;
 }
img.abstanddoppelt
 {
  margin: 5px 15px;
  border-style: solid;
  border-color: #000000;
  border-width: 3px;
 }

table.zellausrichtung-oben {
  margin-left: 1em;
}
table.zellausrichtung-oben td {
  vertical-align: top;
}

abbr[title], em[title], strong[title] {
 border-bottom:1px dotted #aaa;
 cursor:help;
}

/* Mauszeigertypen bei Formular-Labels */

label
 {
  cursor: pointer;
 }
