/* Schriftstil, Abstände */ body { margin-top:8px; margin-left:8px; margin-right:8px; margin-bottom:8px; color:black; //background-color:#ffffff; background-color:#ffcc99; background-image:url(blekit.jpg); font-family:verdana,Courier; /* font-size: 10pt; ???? */ font-size: 10pt; } table,tr,td { color:black; font-family:verdana,Courier; /* font-size: 10pt; wielkosc tekstu w ramce ctext */ 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:#ff00ff; font-mamily:verdana,Arial; font-size: 8pt; } /* Menue */ #menu a { display:block; // background-color:#ffffff; background-color:#ffcc99; color:black; text-decoration:none; font-family:verdana,sans-serif; /* font-size:10pt; wielkosc tekstu w Menu bez "Home" */ font-size:10pt; width:140px; border-bottom:solid 1px #ffffff; border-top:solid 1px #ffffff; } #menu a:visited { /*background-color:#ffffff; */ background-color:#ffcc99; color:black; text-decoration:none; font-family:verdana,sans-serif; /* font-size:10pt; - wielkosc tekstu "Home" */ font-size:10pt; width:140px; border-bottom:solid 1px #ffffff; border-top:solid 1px #ffffff; } #menu a:active { background-color:#ffffff; color:black; text-decoration:none; font-family:verdana,sans-serif; font-size:10pt; width:140px; border-bottom:solid 1px #ffffff; border-top:solid 1px #ffffff;6; } #menu a:hover { background-color:#33cc00; color:black; text-decoration:none; font-family:verdana,sans-serif; /* font-size:10pt; wielkosc podswietlonego tekstu */ font-size:10pt; width:140px; border-bottom:solid 1px #000000; border-top:solid 1px #000000; } /* Menuetitel */ .rubrik { background-color:#0055ff; color:yellow; //white; text-decoration:none; font-family:verdana,sans-serif; /* font-size:10pt; wielkosc tekstu na niebieskim tle */ font-size:10pt; width:140px; border-bottom:solid 1px #000000; border-top:solid 1px #000000; height:10px; } /* Na Å›wieta */ .swieta { /* background-color:#99ffff; /* #009900; */ color:#006600; /*#0000ff; /* yellow white; */ text-decoration:none; font-family:Comic Sans MS; cursive, sans-serif; /* font-size:10pt; wielkosc tekstu na zielonym tle */ font-size:10pt; width:140px; border-bottom:solid 1px #000000; border-top:solid 1px #000000; height:10px; } /* Fuss- und Kopfleiste */ .leiste { background-color:#339900; 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; }