body { margin-top:10px;
background-color:#e0e0e0;
color:#000000; } 

p,div { font-family:Arial,Helvetica,sans-serif;
font-size:10pt; } 

h1 { font-size:24pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; } 

ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.8em;
    border: 1px solid silver;
    background-color: #e0e0e0;
    position: absolute; left: 20px; top: 200px;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ddd;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11pt;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }


pre { font-family:Courier,Serif;
font-size:9pt;
color:#9900ff; } 

code { font-family:Courier,Serif;
font-size:9pt;
color:color:#800080; } 

.small { font-size:9pt;
font-family:arial,geneva; } 
.mini { font-size:8pt; } 

a: { text-decoration:none; }
a:link { text-decoration:none; color:#3399cc; 
font-weight:bold; } 
a:visited { text-decoration:none; color:#336699;
font-weight:bold; } 
a:hover { text-decoration:none; color:#006699; } 
a:active { text-decoration:none; color:#ffcc00;
font-style:italic; }

a.infobox { border-bottom: 1px dashed red; text-decoration:none; color:red;}
a.infobox:hover { cursor:help; color:red; background:white; }
a.infobox span { visibility:hidden; position:absolute; left:-99em;
    margin-top:1.5em; padding:1em; text-decoration:none; }
a.infobox:hover span, a.infobox:focus span, a.infobox:active span {
    visibility:visible; left:1em;
    border:1px solid #c30; color:black; background:yellow; }

.headline { position: absolute; left: 250px; top: 30px; }
.text { position: absolute; left: 250px; top: 170px; width: 500px; }
.links { position: absolute; left: 20px; top: 200px; width: 120px; height: 240px; background-color: rgb(255, 255, 100) }
.rechts { position: absolute; left: 750px; top: 220px; width: 300px; }
.logo { position: absolute; left: 50px; top: 50px; }
.logo2 { position: absolute; left: 50px; top: 500px; }
