a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


font {
  font-family: "Verdana","Arial","Helvetica";
  color: rgb(0,64,144);
  font-size: 10pt;
}

font.klein {
  font-size: 8pt;
}

font.weiss {
  color: #ffffff;
}

font.weissklein {
  font-size: 8pt;
  color: #ffffff;
}

font.gelbklein {
  font-size: 8pt;
  color: rgb(240,179,56);
}

font.rotklein {
  font-size: 8pt;
  color: #BF0000;
}

font.untermenue {
  font-size: 8pt;
  color: rgb(220,150,20);
}

font.header1 {
  font-family: "Verdana","Arial","Helvetica";
  color: rgb(0,0,153);
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
}

font.select {
  font-size: 8pt;
}

select {
  font-size: 8pt;
}

body {
  background-color: #ffffff;
}

body.menue {
  background-color: #ffffff;
}

#BG_Body {
  background-color: #FFFFFF;
  background-image: url("bilder/bg_01.gif");

  /* Beeinflussung der
     Hintergrundbildwiederholung
     no-repeat --> keine Wiederholung
     repeat-x  --> nur nebeneinander
     repeat-y  --> nur untereinander
     repeat    --> normale Wiederholung */
  background-repeat: repeat;
}

#Radio {
       background-color: #004090;
}

#bgblau {
  background-color: #004090;
}

#bgweiss {
  background-color: #f7f7ff;
}
