/* Schriftstil, Abstände */ body { margin-top:8px; margin-left:8px; margin-right:8px; margin-bottom:8px; color:black; background-color:#ffffff; background-image:url(back.jpg); font-family:verdana,arial; font-size: 10pt; } table,tr,td { color:black; font-family:verdana,arial; font-size: 10pt } /* Scrolleiste Internet Explorer ab v5.5 */ body { scrollbar-arrow-color:#808080; scrollbar-base-color:white; scrollbar-highlight-color:#808080; scrollbar-shadow-color:#000000; SCROLLBAR-TRACK-COLOR:#cccccc; } /* Menue */ #menu a { display:block; background-color:#e6e6e6; color:black; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; width:140px; border-bottom:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6; } #menu a:visited { background-color:#e6e6e6; color:black; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; width:140px; border-bottom:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6; } #menu a:active { background-color:#e6e6e6; color:black; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; width:140px; border-bottom:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6;6; } #menu a:hover { background-color:#e6e6e6; color:black; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; width:140px; border-bottom:solid 1px #000000; border-top:solid 1px #000000; } /* Menuetitel */ .rubrik { background-color:#000000; color:white; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; width:140px; border-bottom:solid 1px #ffff66; border-top:solid 1px #ffff66; height:19px; } /* Fuss- und Kopfleiste */ .leiste { background-color:#cccccc; color:white; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; height:17px; } /* Schriftform und -farbe von allgemeinen Links */ a:link { color:blue; text-decoration:underline; font-family:courier; font-size:10pt; } a:visited { color:blue; text-decoration:underline; font-family:courier; font-size:10pt; } a:active { color:blue; text-decoration:underline; font-family:courier; font-size:10pt; } a:hover { color:#808080; background-color:white; text-decoration:none; font-family:courier; font-size:10pt; } form { margin-bottom:0px; }