/* CSS Document */


/* Links */
A:link { color: #000000; font-weight: bold; text-decoration : none; }
A:visited { color: #000000; font-weight: bold; text-decoration : none; }
A:active { color: #000000; font-weight: bold; text-decoration : none; }
/* ----ENDE---- */


/* Scrollbalken */
BODY {
scrollbar-face-color:#CC0033;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#999999;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#CC0033;
}
/* ----ENDE---- */


/* Tabellenkopf Überschrift */
.tabheadline
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}
/* ----ENDE---- */


/* Tabellenkopf für News */
.newstext1
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight : bold;
}
/* ----ENDE---- */


/* Newstext */
.newstext
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
/* ----ENDE---- */


/* Abstand bei Magazin-Ausgabe */
.abstand
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 20px;
  padding: 20px;
}
/* ----ENDE---- */

/* erzwingt scrollbalken */
html {
  overflow-y: scroll;
}
/* ----ENDE---- */

