/* body { margin-top:0px; margin-bottom:10px; margin-left:0px; margin-right:0px} */

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


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

.vllogo {
font-family: Arial,Helvetica,Geneva,Swiss,sans-serif;
color: #fff;
font-weight: bold;
}

h1 { font-size:18px; }

h2 { font-size:16px; }

h2.sh2 { font-size:16px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14px; }

h5 { font-size:10px; }

h4 { font-weight:bold; font-size:11px; }

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

pre { font-family:Courier New,Courier; font-size:10px; color:#0000C0; }

tt { font-family:Courier New,Courier; font-size:10px; color:#0000C0; }

pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#000099; text-decoration:underline; }
a:visited { color:#3399ff; text-decoration:underline; }
a:active { color:#ff3300; 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 */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

