/*                                                 */
/* $Id: faq.css,v 1.3 2007/06/30 08:26:55 jb Exp $ */
/*                                                 */


body{

background-color:#FFFFFF; 
/* background-color = Hintergrundfarbe */

        left: 0px; top: 0px;
; font-size: 12px; color:#000000;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i{
        font-family:Arial,sans-serif;
}

h1,h2,h3,h4{
        font-weight:bold; font-size:20px;
}

p,ul,ol,li,div,td,th,address,nobr,b,i{
        font-size:12px;
}

.menuelinkstext { font-size: 12px; color:#466E8D;  font-weight:bold; text-decoration:none; }
.menuelinkstextsub { font-size: 10px; color:#466E8D; }
.ueberschrift { font-size: 20px; color:#000000;  font-weight:bold; }
.linkauswahl { font-size: 20px; color:#466E8D;  font-weight:bold; text-decoration:none; }
.wildcard { font-size: 10px; color:#000000; }
.bitteummithilfe { font-size: 10px; color:#000000; }
.signatur { font-size: 10px; color:#000000; }
.bahncard { font-size: 24px; color:#ffffff;  font-weight:bold; text-decoration:none; }
.kontrolle { font-size: 8px; color:#000000; }
.menuedetail { font-size: 12px; color:#466E8D;  font-weight:bold; text-decoration:none; }

.indexueberschrift { font-size: 12px; color:#000000;  font-weight:bold; text-decoration:none; }

.adressefirma { font-size: 12px; color:#000000;  text-decoration:none; }
.adressestrasseort { font-size: 10px; color:#000000;  text-decoration:none; }
.adresseansprechp { font-size: 10px; color:#000000;  text-decoration:none; }
.adressetelefon { font-size: 10px; color:#000000;  text-decoration:none; }
.adresseemail { font-size: 10px; color:#000000;  text-decoration:none; }
.adressewww { font-size: 12px; color:#000000;  text-decoration:none; }
.adresseerklaerung { font-size: 10px; color:#000000;  text-decoration:none; }

.ausgabebf { font-size: 12px; color:#000000; }
.ausgabeibnr { font-size: 8px; color:#333333; }

a:link { color:#466E8D; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; font-weight:bold; }


/* a:active { color:#000000; text-decoration:none; } */
/* a:visited { color:#772200; text-decoration:underline; } */
/* a:active { color:#000000; text-decoration:none; } */
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */



