  body
  {
  font-size:1.0em;
  color:#006644;
  font-family:Helvetica, sans-serif;
  background-color:#eeffee;
  }
  h1 {font-size:2.4em;}
  h2 {font-size:1.8em;}
  h3 {font-size:1.4em;}
  h4 {font-size:1.2em;}

  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-style:italic;
  font-size:1.4em;
  }


  ul.menu
  {
  position: fixed;
  list-style-type: none;
  margin: 1em;
  padding: 0.5em;
  font-weight: bold;
  text-align: right;
  top: 1em;
  left: auto;
  right: 1em;
  float: right;
  width: 8em;
  border: solid thin #ccff66;
  color: #335577;
  background: #feeeff;
  }

  div.inhalt
  {
  position: static;
  margin: 1em;
  padding: 1em;
  max-width: 48em;
  min-width: 14em; 
  background: #ffffee;
  border: solid thin #ccff66;
  color: #335577;
  }


  div.text
  {
  position: static;
  color: #3355aa;
  max-width: 36em;
  min-width: 12em; 
  text-align: justify;
  margin: 1em;
  background: #ffffee;
  }

  div.kopf
  {
  position: static;
  color: #3355aa;
  max-width: 24em;
  min-width: 16em;
  margin: 1em;
  padding: 1em;
  background: #ffffee;
  border: solid thin #ccff66;
  }

  div.fuss
  {
  position: static;
  margin: 1em;
  padding: 1em;
  max-width: 40em;
  min-width: 14em;
  background: #ffeeee;
  border: solid thin #ff22aa;
  color: #aa5588;
  vertical-align:bottom;
  }

  div.menu
  {
  position: static;
  margin: 1em;
  max-width: 40em;
  min-width: 14em;
  padding: 1em;
  text-align: center;
  border: solid thin #2222ff;
  color: #7777bb;
  background: #ccccff; 
  }





a.m:link
{
color:#0088cc;
background: #ddeeff;
text-decoration: underline;
}
a.m:visited
{
color:#4477cc;
background: #ccddee;
text-decoration: underline;
}
a.m:hover
{
color:#cc33ff;
background: #ffbbbb;
text-decoration: underline;
}
a.m:active
{
color:#ff66cc;
background: #eeeedd;
text-decoration: underline;
}
a.m:focus
{
color:#558822;
background-color:#ffaaaa;
text-decoration: underline;
}
