/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
ul, ol, li, li { margin-bottom: 0.5em; }
p, h2, h3 { margin-bottom: 1.5em; }
ul ul { margin-bottom: 2em; }
li { margin-left: 2em; }
ul { margin-top: 0.5em; }
/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body {
color: white;
font-family: verdana, arial, helvetica, sans-serif;
font-size: small;
}
h1 { font-size: 140%; }
h2 { font-size: 120%;}
h3 { font-size: 100%;

}
/* Hyperlinks */
a:link { color: #0000FF;
}      /* zu noch nicht besuchter Seite */
a:visited { color: #008040;
}      /* zu besuchter Seite */
a:hover, a:focus { color: #000000;
}      /* Mauszeiger darüber */

/* Allgemeine Klassen und IDs */
.skiplink {
   float:left;
   left: -3000px;
   top: -2000px;
   width: 0px;
   height: 0px;
   overflow: hidden;
   display: inline;
}

#wrapper {
float:left;
color: black;
background-image: url(dateien/gestaltung/Hintergrund.jpg);
margin: 5px;
width: 1000px;
height: auto;
}

#navigationsbereich {
float:left;
margin-top: 30px;
margin-left: 30px;
width: 240px;
}

#textbereich {
float:right;
margin-top: 30px;
margin-right: 30px;
width: 640px;
}

.bild01 {
float:left;
padding: 0px;
border: 0px;
margin-bottom: 30px;
margin-left: 0px;
margin-right: 30px;
}