  body
  {
  font-size:1.0em;
  color:#000000;
  font-family:Helvetica, sans-serif;
  background-color:#666666;
  }
  h1 {font-size:3.0em;}
  h2 {font-size:2.0em;}
  h3 {font-size:1.0em;}
  h4 {font-size:1.2em;}
  acronym {color: #fff0f0;}

  a:link
  {
  color:#0088cc;
  text-decoration: underline;
  }
  a:visited
  {
  color:#4488cc;
  text-decoration: underline;
  }
  a:hover
  {
  color:#cc33ff;
  text-decoration: underline;
  }
  a:active
  {
  color:#ff66cc;
  text-decoration: underline;
  }
  a:focus
  {
  color:#558822;
  background-color:#ffdddd;
  text-decoration: underline;
  }

  div.mail
  {
  font-size:1.0em;
  }

  ul.menu
  {
  position: fixed;
  list-style-type: none;
  line-height: 2em;
  margin: 0.3em;
  padding: 0.8em;
  font-weight: bold;
  text-align: center;
  bottom: 6em;
  right: auto;
  float: left;
  width: 10em;
  border: solid medium #cc2277;
  color: #335577;
  background-color:#444444;
  z-index: 1;
  }


  div.inhalt
  {
  position: static;
  margin: 1em;
  margin-left:14em;
  max-width: 34em;
  min-width: 22em;
  padding: 1em;
  bottom: auto;
  background: #333333;
  border: solid medium #cc66ff;
  color: #dddddd;
  z-index: 2;
  }


  div.text
  {
  position: static;
  color: #dddddd;
  max-width: 32em;
  min-width: 20em;
  text-align: justify;
  margin: 1em;
  right: 1em;
  left: auto;
  background: #333333;
  z-index: 3;
  }

  div.kopf
  {
  position: static;
  color: #dddddd;
  text-align: justify;
  margin: 1em;
  margin-top: 6em;
  max-width: 47em;
  min-width: 33em;
  padding: 1em;
  text-align: center;
  background: #333333;
  border: solid medium #cc66ff;
  z-index: 4;
  }

  div.fuss
  {
  position: static;
  bottom: 1em;
  margin: 1em;
  padding: 1em;
  background: #222222;
  border: solid medium #ff22aa;
  color: #22aa22;
  text-align: right;
  z-index: 3;
  }

  div.menu
  {
  position: absolute;
  line-height: 2em;
  min-width: 42em;
  top: 1em;
  left: 1em;
  right: 1em;
  padding: 1em;
  text-align: center;
  border: solid medium #2222ff;
  color: #ffffff;
  background: #555555;
  z-index: 10;
  }



p:first-letter {font-size:2em; color: #eeeeee;}
h4:first-letter {font-size:2.4em; color: #dddddd;}

a.m:link
{
color:#ddddff;
background: #222222;
padding: 0.3em;
text-decoration: underline;
}
a.m:visited
{
color:#eeffee;
background: #333333;
padding: 0.3em;
text-decoration: underline;
}
a.m:hover
{
color:#aa77ff;
background: #ffaaaa;
padding: 0.2em;
text-decoration: none;
border: solid thin #00ff00;
}
a.m:active
{
color:#33ffcc;
background: #dd55dd;
padding: 0.3em;
text-decoration: underline;
}
a.m:focus
{
color:#558822;
background-color:#ffaaaa;
padding: 0.3em;
text-decoration: underline;
}
