/* Einstellungen fuer alle Seiten ausser Startseite */

BODY{
    COLOR:#000000; 
    FONT-FAMILY:Comic Sans MS,Comic,Verdana,Arial,Times;
    FONT-SIZE:12pt; text-decoration:none;
}

a:link{   color:#0000ff; text-decoration:underline; }
a:visited{color:#800080; text-decoration:underline; }
/* die Italics sind nur in Tabellen mit viel Platz drum gut, sonst springt der Text */
a:hover{  color:#ff0000; text-decoration:underline; }
a:active{ color:#ff0000; text-decoration:underline; }

/* Links für die Startseite größer und bewegt bei Berührung */
a.dick:link{   FONT-SIZE:13pt;  font-weight:bold; text-decoration:none;}
a.dick:visited{FONT-SIZE:13pt;  font-weight:bold; text-decoration:none;}
a.dick:hover{  FONT-SIZE:13.5pt;font-weight:bold; text-decoration:none; font-style:italic;}
a.dick:active{ FONT-SIZE:13pt;  font-weight:bold; text-decoration:none;}

a.dickrot:link{   FONT-SIZE:13pt;  color:#ff0000; font-weight:bold; text-decoration:none;}
a.dickrot:visited{FONT-SIZE:13pt;  color:#ff0000; font-weight:bold; text-decoration:none;}
a.dickrot:hover{  FONT-SIZE:13.5pt;color:#ff0000; font-weight:bold; text-decoration:none; font-style:italic;}
a.dickrot:active{ FONT-SIZE:13pt;  color:#ff0000; font-weight:bold; text-decoration:none;}

h1, h2, h3, h4, b{ font-weight:bold;text-decoration:none;}

h1{ FONT-SIZE:22pt; }
h2{ FONT-SIZE:18pt; }
h3{ FONT-SIZE:14pt; }
h4{ FONT-SIZE:12pt; }

td,th,p,ul,ol{ FONT-SIZE:12pt; text-decoration:none;}

b{ FONT-SIZE:12pt; }

/* input{ text-align:right;} nur bei IE ok*/
.klein{ COLOR:#000000; FONT-SIZE:9pt;text-decoration:none;}

