/*
Es sollten hier saemtliche Tags aufgefuehrt sein,
die verwendet werden.
Zum Beispiel: a, body, div, em, h1, h2, h3, h4, h5, img,
              li, ol, p, table, td, th, tr, ul,
*/
a:link {
  color : #006699;
  text-decoration : none;
}
a:visited {
  color : #006699;
  text-decoration : none;
}
a:hover {
  color : #006699;
  text-decoration : none;
  background-color : #ffbbaa;
}
a:active {
  color : #006699;
  text-decoration : none;
  background-color : #ffbbaa;
}
p {
  font-size : 10pt;
  color : #000000;
  font-family : Tahoma;
}
p.menue {
  font-size : 10pt;
  font-weight : bold;
  color : #006699;
  font-family : Tahoma;
}
p.untermenue {
  font-size : 9pt;
  font-weight : bold;
  color : #ff866a;
  font-family : Tahoma;
}
input, textarea {
  font-size : 10pt;
  color : #000000;
  font-family : Tahoma;
}
span.dick {
  font-size : 10pt;
  color : #000000;
  font-family : Tahoma;
  font-weight : bold;
}
frameset, frame {
  margin : 0 0 0 0;
  border : 100px;
  padding : 0 0 0 0;
}
img {
  margin : 0 0 0 0;
  border : 0;
  padding : 0 0 0 0;
}
table, tr, td {
  margin : 0 0 0 0;
  border : 0;
  padding : 0 0 0 0;
  border-color : #006699;
}
body {
  background-color : #eeffee;
}
