/* Zeichendefinitionen für die Selber-Denken-Seiten */
/* bitte Änderungen nur in dieser Datei vornehmen */

/* Grundsätzliches vorneweg */
body { margin-top:0px; margin-bottom:0px; background-image: url(bilder/hintergrundzeile.png);}

/* Zuerst die Schriftfamilie festlegen, es gibt nur eine für die gesamte Site */
body,h1		{ font-family:Tahoma,Arial,Helvetica,sans-serif; color:#000000; }
all		{ font-family:Tahoma,Arial,Helvetica,sans-serif; }

/*** Größen *****************************************/
p,td		{ font-size:10pt; }
#ue1		{ font-size:36pt; }
#ue2		{ font-size:24pt; }
#ue3		{ font-size:18pt; }
#ue4		{ font-size:13.75pt; }
#ue5		{ font-size:12pt; }
#ue6		{ font-size:10pt; font-weight:600; }

.klein		{ font-size:7.5pt; }
.ofarbe		{ background-color:orange; }
.lgrau		{ background-color:#EEEEEE; }
.menu		{ font-size:12pt; }
.untermenu	{ font-size:7.5pt; }

/*** Farben *****************************************/
a,p,td,h1,h2,h3,h4,h5	{ color:#000000; }

/*** Ausrichtung ************************************/
p			{ text-align:left; }
h1,h2,h3,h4,h5		{ text-align:left; vertical-align:bottom; }

/*** Stile ******************************************/
p,td,h1,h2,h3,h4,h5	{ font-style:normal; font-weight:normal; }

/*** Link-Besonderheiten ****************************/
a:link     { color:black; text-decoration:none; }
a:visited  { color:black; text-decoration:none; }
a:active   { color:orange; text-decoration:underline; }

