/*                                              */
/* CSS-Definition fuer WWW-Seiten Gladis Ingo   */
/*                                              */

@font-face { font-family:"Secret Service Typewriter"; src:local("Secret Service Typewriter Standart"), url(SECRETST.TTF) format(TrueType); }


/* Generelle Body-Tag deklaration               */
body { font-color:#000000; background-image:url("bilder/leo.jpg"); background-attachment:fixed;}
/* Generelle Schriftart-Festlegung              */

ul,ol,li,div,td,th,dt,dd,dl,
address,blockquote,nobr,b.b,i,a,caption
         { font-family:Courier New; font-size:12pt;}

/* Schriftgroessendef. fuer normale Abschnitte  */
p,ul,ol,li,div,td,th,address,nobr,b,i,a,
dt,dd,dl { font-size:12pt; font-family:Arial; }

/* Schriftgroessendef. fuer Ueberschriften      */
h1 { font-size:28pt; font-family:Arial;}
h2 { font-size:20pt; font-family:Arial;}
h3 { font-size:16pt; font-family:Arial;}
h4 { font-size:14pt; font-family:Arial;}
h1.u { font-size:28pt; font-family:"Secret Service Typewriter";}
h2.u { font-size:20pt; font-family:"Secret Service Typewriter";}
h3.u { font-size:16pt; font-family:"Secret Service Typewriter";}
h4.u { font-size:14pt; font-family:"Secret Service Typewriter";}



/* Definition fuer Hyperlinkerscheinung         */
a {font-family:Secret Service Typewriter,Courier New;  font-size:12pt; text-decoration:none;}
a:link { color:#012345;}
a:visited { color:#4F4F4F;}
a:active { color:#FF9F00;}
a:hover { color:#CDCDCD;}

area{coursor:help;}
/* Definition für Thumbnails                    */
img.p { cursor:pointer;}

/* Definition fuer Scrollbarerschienung         */
/*
body{
scrollbar-3dlight-color:"#999999";
scrollbar-face-color:transparent;
scrollbar-arrow-color:"#88FFFF";
scrollbar-highlight-color:"#FFFFFF";
scrollbar-shadow-color:"#505050";
scrollbar-darkshadow-color:"#000000";
scrollbar-track-color:yellow;
}*/