h1
 {
   font-size: 1.2em;
 }
h2
 {
   font-size: 1em;
   margin-top: 2em;
   padding-bottom: 0em;
   margin-bottom: 0em;
 }

span.seriffont
 {
   font-family: serif;
 }

li.abstand
 {
   margin-top: 0.5em;
   list-style-type: disc;
 }

li.abstand.unterliste
 {
   margin-top: 0;
   list-style-type: disc;
 }

a:hover
 {
   background-color: #996633;
   color: #FFFFBB;
   text-decoration: none;
 }

a
 {
   font-weight: bold;
   padding-left: 0.2em;
   padding-right: 0.2em;
 }

.basisfont
 {
   font-family: Arial, Helvetica, sans-serif
 }

font
 {
   font-family: Arial, Helvetica, sans-serif
 }
hr
 {
   color: #888888; height:2px
 }

.headline
 {
   font-size: larger;
   font-style: italic;
	 white-space: nowrap;
 }
 
.logo-klein
 {
  max-width: 39px;
	max-height: 40px;
	width: 2.3em;
	height: 2.3em;
 }
 
img.floatpic
 {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
 }

.floatstop
 {
  clear: both;
 }
  
q
 {
   quotes: '\201c' '\201d' '\2018' '\2019';
 }

body
 {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   background-color: #FFFFFF;
   background-image: url(../pics/hintergrund.gif);
 }

img
 {
  font-family: Arial, Helvetica, sans-serif;
 }

.titelbereich
 {
   font-weight: bold;
   background-color: #EAEBF0;
   background-image:  url(../pics/titel-hintergrund.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
	 padding-left: 1em;
	 padding-right: 8em;
	 padding-bottom: 0;
	 margin: 0;
	 top: 0;
	 left: 0;
	 height: 4em;
	 width: 42em;
	 float: left;
	 position: absolute;
 }

.hyperlinkbereich
 {
   width: 10em;
   left: 0;
	 top: 4em;
   position: absolute;
   border-top: 2px solid #BBBBBB;
   padding-left: 10px;
   margin-right: 1em;
   padding-right: 1em;
   padding-top: 10px;
   padding-bottom: 10px;
   float: left;
   background-color: #EAEBF0;
   background-image: url(../pics/navi-hintergrund.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
 }

.inhaltsbereich
 {
   left: 12em;
   max-width: 40em;
   top: 4em;
   position: absolute;
   margin-left: 1em;
   padding-left: 1em;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
 }