<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tabellenformatierung für die Miniatureiten */
.tb1 {background-color:#; background-image: url(); border-color:#C0C0C0; border-style:solid; border-width:1px; border-spacing:3px;}
.td1 {border-style:solid; border-color:#C0C0C0; border-width:1px; padding:3px;}

/* Tabellenformatierung für die Vollbildansicht */
.tb2 {background-color:#; background-image: url(); border-color:#C0C0C0; border-style:solid; border-width:1px; border-spacing:3px;}
.td2 {border-style:solid; border-color:#C0C0C0; border-width:1px; padding:3px;}

/* Link-Formatierung (Zurück-Link) */
a:link, a:visited {color:#408080;}
a {text-decoration: none}
a:hover   {text-decoration: underline}
.zl {color: #408080; font-family: Verdana; font-size: 7pt; font-weight: bold; line-height: 14pt;}

/* Effekt-Formatierung für Miniaturen */
a:hover .rsa { filter='gray()'; border: 2px dashed #408080; }
img.f { border: 2px solid #408080; }

/* Schriftformat für Dateiname/Größe unter Miniaturen */
.fn {color: #408080; font-family: Arial,Helvetica,sans-serif; font-size: 7pt;}

/* Schriftformat für Seitentitel */
.uo {color: #408080; font-family: Verdana; font-size: 16pt;}

/* Schriftformat für Bildbeschreibung */
.bu {color: #408080; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}

/* Schriftformat für Bildnummern über den Miniaturen  */
.bn {color: #408080; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}

/* Schriftformat für Direktwahl der Miniaturseiten  */
form {position:absolute; top: 8px; left:8px;}
select {background-color:#FFFFEC; color: #408080; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}

body
{
overflow: auto;
/* Farbige Bildlaufleiste  */
scrollbar-base-color:#FFFFEC;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-arrow-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#FFFFEC;
scrollbar-highlight-color:#C0C0C0;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#FFFFEC;
/* Seitenfarbe, -hintergrundbild */
background-color:#FFFFEC;
background-image: url(hsptrans_gb.jpg);
background-attachment: fixed;
}

/* Bilder vorausladen */
.preloadImages {position:absolute; top: 0px; left: 0px;  width:1px; height:1px;}
</pre></body></html>