 
BODY{
  font-size : 12px;
  font-family : Arial;
  font-weight : normal;
  text-decoration : none;
}

.klein{
  font-size : 10px;
  font-family : Arial;
  font-weight : normal;
  text-decoration : none;
}



.menu{
  font-size : 12px;
  font-family : Arial,Helvetica;
  font-weight : normal;
  color : black;
  text-decoration : none;
}

A{
  font-size : 12px;
  font-family : Arial,Helvetica;
  font-weight : normal;
  color : black;
}

A:ACTIVE{
  font-size : 12px;
  font-family : Arial,Helvetica;
  font-weight : normal;
  color : darkblue;
}

.uberschrift{
  font-size : 18px;
  font-family : Arial,helvetica;
  font-weight : bold;
}
.unterschstrichen{
  font-size : 12px;
  font-family : Arial,Helvetica;
  text-decoration : underline;
}
.normal{
  font-size : 12px;
  font-family : Arial,helvetica;
}

INPUT{
  font-size : 10px;
  font-family : Arial,Helvetica;
  font-weight : normal;
}
select{
  font-size : 10px;
  font-family : Arial,Helvetica;
  font-weight : normal;
}
.submenu{
  border-width:1px;
  border-style:solid;
  border-color:black;
}

.achtung{
  font-size : 18px;
  font-family : Arial,helvetica;
  font-weight : bold;
  background-color : #ff8c8c;

}