/* css-stylesheet copyright by stephan schaerli */



body {
	background-color:white;
	margin-top:0px;
}

img {
	border: none;
}

h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
/* 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 = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

/*a.an { text-decoration:none; }*/

a:link {
	font-size:9pt;
	font-familiy:Arial;
	color:#772200;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited { font-family:Arial; font-size:9pt; color:#772200; text-decoration:underline; }
a:active { font-family:Arial; font-size:9pt; color:#000000; text-decoration:none; }



b {font-size:8pt; font-family:Arial;}
/* guestbook text format

/* p.mytext {color:skyblue}


h1 { font-size:18pt; }

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */



h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }
ul,ol,li,div,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


table {font-size:9pt; font-family:Arial; background-color:#EEEEEE; border-color:black; border-style:thin;}

pre { font-family:Courier New,Courier; font-size:10pt; color:green; }

/* präfomratierter text 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 */


pre.main { color:gray; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:10pt; color:green; }

/* tt-Tag : formatierter Text 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 */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */


.doc { background-color:gainsboro;}

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */

.mytext {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal;}


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



p { font-family:Arial, sans-serif; font-size:9pt; } 
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
.result {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: italic;}

.bold {font-weight:bold; font-size:9pt; font-family:Arial;}

.rottxt {color: #660000; font-weight:normal; font-size:9pt;  font-family: Arial, Helvetica, sans-serif; }

.Runde {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; text-decoration: underline; background-color: #FFFFFF;}

.time {color:#3333FF;font-size:9pt; font-family:Arial;}	

.green {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #009933;}
.Arial8ptnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.aktualsierung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #003300;
}
