a:link
{
  color: blue;
  text-decoration: none;
  font-family: Verdana;
}

a:visited
{
  color: blue;
  text-decoration: none;
  font-family: Verdana;
}

a:hover
{
  color: blue;
  text-decoration: none;
  font-family: Verdana;
}

a:active
{
  color: blue;
  text-decoration: none;
  font-family: Verdana;
}

html,body
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 15px;
  text-align: center;
  background-color: #E5E5E5;
}

.Gesamtmaske
{
  width: 962px;
  text-align: left;
  margin: 0px auto;
  margin-top: 10px;
}

.Menu
{
  padding-top: 15px;
  padding-left: 3px;
  width: 247px;
  float: left;
}

.Menu a:link, .Menu a:visited, .Menu a:hover, .Menu a:active
{
  color: #000099;
  text-decoration: none;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

.Hauptbereich
{
  width: 712px;
  float: right;
}

.clear
{
  clear: both;
}

h1
{
  color: #000000;
  font-family: Comic Sans MS;
  font-size: 20px;
  font-weight: bold;
}

h2
{
  margin-top: 28px;
  margin-bottom: 3px;
  color: #000000;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

.Error
{
  color: red;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

