


/* DATEI: style_mu.css */



body { margin-top:20px; margin-bottom:30px; margin-left:0px; margin-right:0px; background-color:#FFFFCC; }
body.small { margin-top:60px; margin-bottom:30px; margin-left:0px; margin-right:0px; background-color:#FFFFCC; }
body.eule { margin-top:20px; margin-bottom:20px; margin-left:0px; margin-right:0px; background-color:#FFFFCC; background-image:url(../images/eule_background.gif); background-repeat:no-repeat; background-position:center; background-attachment:fixed; }
body.topl { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:15px; background-color:#FFFFCC; }
body.topr { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; background-color:#FFFFCC; }
body.wahl { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family: Comic sans ms,sans-serif; }





/* font-size */

th,address,b,i { font-size:10pt; }

h1 { font-size:18pt; }

h2 { font-size:16pt; }

	/* h2.sh2 { font-size:16pt; } */

h3 { font-size:13pt; }

/* mit farbe hinterlegt */

h3.backyellow {  font-size:13pt;background-color:#FFFF00; }
h3.backblue {  font-size:13pt;background-color:#99FFFF; }

	/* h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:11pt; } */

h4 { font-size:10pt; }

h6 { font-size:8pt; }

p,ul,ol,li,td,nobr { font-size:12pt; }



ul,ol,li,td,nobr { font-weight:normal; color:#003366; }

td.topr {  font-size:16pt; font-weight:normal; color:#FFFF00; }

ul { list-style-type:disc }


ul.stift { list-style-image:url(../images/buttons/stift.gif) }
ul.punkt { list-style-image:url(../images/buttons/punkt.gif) }
ul.smile1 { list-style-image:url(../images/buttons/smile1.gif) }
ul.smile2 { list-style-image:url(../images/buttons/smile2.gif) }
ul.smile3 { list-style-image:url(../images/buttons/smile3.gif) }
ul.maus { list-style-image:url(../images/buttons/maus.gif) }
ul.yin { list-style-image:url(../images/buttons/yin.gif) }
ul.yan { list-style-image:url(../images/buttons/yan.gif) }
ul.blumeor { list-style-image:url(../images/buttons/blumeor.gif) }
ul.blumebl { list-style-image:url(../images/buttons/blumebl.gif) }


/* Schriftfarbe */

span.blue { color:#0000FF; }
span.red { color:#FF0000; }
span.yellow { color:#FFFF00; }
span.green { color:#33CC00; }
span.pink { color:#FF00FF; }
span.turkis { color:#00FFFF; }
span.white { color:#FFFFFF; }
span.black { color:#000000; }


/* a:link { color:#000000; text-decoration:none; } */

a:link {color:#3333FF; text-decoration:underline; }
a:visited { color:#663366; text-decoration:underline; }
a:active { color:#FF3300; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */



a.topl:link {color:#FFFF00; text-decoration:none; }
a.topl:visited { color:#FFFF00; text-decoration:none; }
a.topl:active { color:#FF3300; text-decoration:none; }



	/* pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; } */

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


	/* tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; } */

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */



	/* td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; } */

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



	/* .code { background-color:#FFFFE0; } */

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



	/* td.xplcode { background-color:#EEEEFF; } */

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



	/* .doc { background-color:#EEEEEE; } */

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



	/* .qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; } */

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


	/* pre.normal { color:#000000; } */

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */




/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */


