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

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

body {margin:3px; background-color:#FFDD88; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:small;}

.z {text-align:center;}

.rot {color:#FF0000;}

table {width:98%;}

.Bild_links {float: left; margin-right:5px; margin-bottom:10px;}
.umfliessen_aus {clear: both;}


