/*Diese Datei vorlagen.css enthaelt meine zentralen CSS-Definitionen*/

a:link {color:#0000FF; text-decoration:none; font-weight:bold; font-weight:550;} /*noch nicht besuchte Seiten*/
a:visited {color:#0000FF; text-decoration:none; font-weight:bold; font-weight:550;} /*bereits besuchte Seiten*/
a:hover {color:#00BB00; text-decoration:underline; font-weight:bold; font-weight:550;} /*Verweis unter der Maus*/
a:active {color:#00BB00; text-decoration:underline; font-weight:bold; font-weight:550;} /*gerade angeklickter Verweis*/
a:focus {text-decoration:underline; font-weight:bold; font-weight:550;} /*:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste*/

a.glossar:link {color:#990099; text-decoration:none; font-weight:bold; font-weight:550;} /*noch nicht besuchte Seiten*/
a.glossar:visited {color:#990099; text-decoration:none; font-weight:bold; font-weight:550;} /*bereits besuchte Seiten*/
a.glossar:hover {color:#00BB00; text-decoration:underline; font-weight:bold; font-weight:550;} /*Verweis unter der Maus*/
a.glossar:active {color:#00BB00; text-decoration:underline; font-weight:bold; font-weight:550;} /*gerade angeklickter Verweis*/
a.glossar:focus {text-decoration:underline; font-weight:bold; font-weight:550;} /*:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste*/

body {background-color:#DDEEFF; margin-right:20px; font-family:Verdana,Arial; font-size:small;}

.z {text-align:center;}
.rot {color:#FF0000;}
.blau {color:#0000FF; font-weight:bold; font-weight:550;}
.gruen {color:#00BB00; font-weight:bold; font-weight:550;}
.lila {color:#FF00FF; font-weight:bold; font-weight:550;}
.gelb {color:#FFFF00; font-weight:bold; font-weight:550;}
.violett {color:#880088; font-weight:bold; font-weight:550;}
.dunkelblau {color:#0000CC; font-weight:bold; font-weight:550;}
.grau {color:#888888; font-weight:bold; font-weight:550;}

table {padding:1px; cellpadding:30px; cellspacing:20px; background-color:#DDEEFF;}
th {font-weight:bold; background-color:#FFBF49;}
td {font-weight:medium; background-color:#FFF5CC;}



