body {
  margin-top: 20px;
  margin-left: 20px;
  background-color: #FEFFEE;
}

table {
  width: 800px;  
}

a
  {
  text-decoration: underline;
  }

a:hover {
  text-decoration: none;
}

.navi {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

a.navi {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

a.navi:hover {
  text-decoration: none;
  color: #C3BDBD;
}

.aktivlink {
  font-family: arial, sans-serif;
  color: #C3BDBD;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.starttext {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}

.normaltext {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

.adresse {
  font-family: arial, sans-serif;
  color: #F3F3F3;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

a.adresse {
  font-family: arial, sans-serif;
  color: #F3F3F3;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

a.adresse:hover {
  text-decoration: none;
}

.seitenkopf {
  font-family: arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #86C1F2;
}

.mathe {
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #FFA7F2;
  letter-spacing: 0.1em;
}

.textlink {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #0000FF;
}

a.textlink {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #0000FF;
}

a.textlink:hover {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #0000FF;
}

.formular {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
background-color: #BAFEFF;
font:normal 12px Arial;
line-height:14px;
z-index:100;
color: #000000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-size: 12px;
font-weight: normal;
color: #000000;
background-color: #BAFEFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #67FCD4;
color: #000000;
}
