/* CSS style-sheet: defaults (www.bwsc-info.de) */
a:link, a:active, a:focus { color:#0000ff; }
a:visited { color:#0000c0; }
a:hover { color:#ff0000; text-decoration:underline }
body {
  color:#000000;
  font-family:Times-Roman,Charter,serif;
  font-size:14px;
  font-weight:normal;
  background:url(bilder/team_bkgnd.jpg) #f0f0f0;
}
/* h1 { text-align:center; } */
/* h2 { text-align:center; } */
/* h3 { text-align:center; } */
img { border-width:0; }
/* Hervorgehobener Text in rot */
.emph {
  font-size:120%;
  color:#c00000;
  font-style:italic;
}
/* Beschreibungen: groessere Schrift */
.desc {
  font-family:Times-Roman,Charter,serif;
  font-size:16px;
}
/* Schreibmaschinenschrift f. eMail etc. */
.tty {
  font-family:Courier,monospace;
  font-size:15px;
}
/* groessere Stichworte etc. */
.ditem {
  font-family:Times-Roman,Charter,serif;
  font-size:16px;
  font-weight:bold;
}
/* kleine Schrift f. Fussnoten etc. */
.footnote {
  font-size:80%;
  font-style:italic;
}
a.hlink:link, a.hlink:active, a.hlink:focus {
  color:#e0e0e0;
  text-decoration:none;
}
a.hlink:hover {
  color:#ffffff;
  text-decoration:underline;
}
a.hlink:visited {
  color:#e0c0e0;
  text-decoration:none;
}
.inactive {
  background-color:#404080;
  font-family:Sans-Serif;
  font-weight:bold;
  font-size:14px;
  color:#e0e0e0;
  text-align:left;
}
.active {
  background-color:#a06060;
  font-family:Sans-Serif;
  font-weight:bold;
  font-size:14px;
  text-decoration:underline;
  color:#ffffff;
  text-align:left;
}

