/* Schriftformatierungen                        */
/* (c) 2003 nudemedia http://www.nudemedia.de */

/* Farben fuer Links */
a:link { text-decoration:none; color:#0A1824 }
a:visited { text-decoration:none; color:#0A1824 }
a:active { text-decoration:none; color:#0A1824 }
a:hover { text-decoration:underline; color:#06446E }

/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
body,div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,ul,input,br,font
{ font-family: Verdana, Arial, Times New Roman; font-size:11px}


/* Schriftgroessen */
.size9  { font-size:9px; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }


