/* CSS fuer 3-spaltige Seiten */

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;
 }
 
.wichtige-box
 {
   background-color: #EEEEEE;
	 border-width: 1px;
	 border-style: solid;
	 border-color: #000000;
	 padding: 0.2em;
	 margin: 0.3em 0;
 }

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

/* SelfHtml-Designvorschlag (mit Aenderungen) */

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#spalte3 {
    font-size: 1em;
    float: right;
    position: absolute;
    top: 110px;
    right: 0.5em;
    width: 10em;
    margin: 0;
    padding: 0.5em;
    background-color: #FFFFCC;
  }
div#spalte2 {
    font-size: 1em;
    position: absolute;
    top: 110px;
    left: 12em;
    right: 12em;
    padding-left: 1em;
    padding-right: 1em;
  }

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

div#spalte3 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#spalte3 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#spalte3 h1
  {
    font-size: 1em;
    font-weight: bold;
    background-color: #CCCCCC;
    line-height: 120%;
    padding: 0;
  }

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

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