body
    {
        margin: 0 0 0 0;
        background-color: #3F589A;
        font-family: Verdana;
        font-size: 11px;
}

td {
  color:#000000;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
}

A.:link
  {
  color:#000080;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
  }
A.:visited
  {
  color:#000080;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
  }
A.:active
  {
  color:#000080;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
  }
A.:hover
  {
  color:#000080;
  text-decoration:underline;
  font-family:Verdana;
  font-size: 11px;
  }

.menue_titel {
  color:#ffffff;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
}

.menue_content {
  color:#000000;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
}

.anzeige_titel {
  color:#000000;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
}

.anzeige_content {
  color:#000000;
  text-decoration:none;
  font-family:Verdana;
  font-size: 11px;
}

input
    {
        border-width: 1;
        font-size: 11px;
        font-family: verdana;
        border-color: #000080;
        border-style: solid;
        background-color: #EEEEEE;
        color: 333333;
        font-weight: normal;
}
select
    {
    border-width:1; font-size: 11px; font-family: verdana; border-color:#000080;
    border-style:solid; background-color:#EEEEEE; color:333333;
    }
textarea
    {
    border-width:1; font-size: 11px; font-family: verdana; border-color:#000080;
    border-style:solid; background-color:#EEEEEE; color:333333;
    }
option
    {
    border-width:1; font-size: 11px; font-family: verdana; border-color:#000080;
    border-style:solid; background-color:#EEEEEE; color:333333;
    }