
/*Allgemeine Definitionen fuer HTML-Tags*/
body,div,p,th,td,i,h1,h2,h3,h4,ol,ul,li { color: black; font-size: 13px; font-family: "Comic Sans MS", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; }
/**/
.copyright  { color: black; font-size: 9px; font-family: "Comic Sans MS" }
.fliesstext  { color: black; font-size: 13px; font-family: "Comic Sans MS"; font-weight: normal; line-height: 17px }
.verweise  { color: black; font-size: 10px; font-family: "Comic Sans MS"; font-weight: normal }
.fliesstext_fett  { color: black; font-size: 13px; font-family: "Comic Sans MS"; font-weight: 600; line-height: 17px }
.fliesstext_grosser_zeilenabstand  { color: black; font-size: 13px; font-family: "Comic Sans MS"; font-weight: normal; line-height: 24px }
.headline  { color: black; font-size: 18px; font-family: "Comic Sans MS"; font-weight: normal }
.headline_unterstrichen  { color: black; font-size: 18px; font-family: "Comic Sans MS"; font-weight: normal; text-decoration: underline }
/* Definitionen fuer <a> Tag */
a.hier:link   { color: black; font-size: 10px; font-family: "Comic Sans MS"; font-weight: normal; text-decoration: none }
a.hier:visited  { color: black; font-size: 10px; font-family: "Comic Sans MS"; font-weight: normal }
a.hier:activ  { color: black; font-size: 10px; font-family: "Comic Sans MS"; font-weight: normal }
a.hier:hover   { color: black; font-size: 10px; font-family: "Comic Sans MS"; font-weight: normal; text-decoration: underline }
a.norm:link   { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: underline }
a.norm:visited  { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: none }
a.norm:activ  { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: none }
a.norm:hover   { color: red; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: underline }
a.fahrplan:link  { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: none }
a.fahrplan:visited  { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: none }
a.fahrplan:activ  { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: none }
a.fahrplan:hover  { color: black; font-size: 13px; font-family: "Comic Sans MS"; text-decoration: underline }
/*Tabellen*/
.td { }
.class { border: solid 1px black; }

