/* Style Vorgaben fr die Bilderausstellung*/


/* HINTERGRUND #FFB76F */

body { background-color:#FBE2AA; }


/* FONTDEFININTION */

a,p,h1,h2,h3,b,i,tt,td
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


/* ÜBERSCHRIFTEN */

/* Überschrift in Kopfzeile */
h1 { font-size:18pt; color:#000000; margin-bottom:1pt; }

/* Unterüberschrift */
h2 { font-size:16pt; color:#000000; font-weight:bold; margin-bottom:1pt; }

/* Seitentitel neben Vereinsnamen */
h3 { font-size:16pt; font-weight:bold; margin-bottom:1pt; }

/* Kapitelberschriften */
h4 { font-size:12pt; margin-bottom:1pt; color:#004D5F; }

/* Datum auf der Aktuellen Seite */
h6 { font-size:7pt; margin-bottom:1pt; color:#ffffff; font-weight:bold; }


/* normaler Text */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }

/* Bildunterschriften */
tt { font-size:8pt; }

td.gross { font-size:17pt; font-weight:bold; }



/* TABELLENHINTERGRÜNDE */

/* Schwarz */
.tab1 { background-color:#000000; }

/* Heller Hautton */
.tab2 { background-color:#FBCDA4; }

/* Graurot */
.tab3 { background-color:#DFD7D7; }

/* Dunkler Goldton */
.tab4 { background-color:#967878; }

/* Grünlicher Hintergrund */
.tab5 { background-color:#BEA080; }


/* LINKS UND VERWEISE */

a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }

