/* DATEI: default.css */

body {background-color:#FFFFFF; }

ul { list-style-image:url(/img/listimg1.gif); } 

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Helvetica,Arial,sans-serif; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,Helvetica,sans-serif = Arial und serifenlose Schrift */

/* p,ul,ol,li,div,td,th,address,b,i { font-size:2ex; } */
/* p,ul,ol,li,div,th,address,b,i, { line-height:3ex; } */
/* normaler Text */
/* font-size = Schriftgroesse */
/* 100% = Standard im Browser - Vom Anwender aenderbar */

/* big { font-size: 130%; } */
/* small { font-size: 70%; } */
/* big { font-size: 2.5ex; } */
/* small { font-size: 1.5ex; } */

h3.tip { font-size: 15px; }
/* Schriften im Menü 15px = 15 Pixel */

#an { text-decoration:none; }
/* Schaltet bei Links das Unterline aus !!! */

a:link { color:#000099; text-decoration:underline; }
a:visited { color:#000033; text-decoration:underline; }
a:active { color:#FF9900; 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 */
/* #000099 = blau */
/* #000033 = dunkelblau */
/* #FF9900 = goldgelb */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */