@charset "iso-8859-1";
/* DATEI: formate.css */


body { margin-top:10px; margin-bottom:10px; }

br,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; color:#E4E4E4;}

/* font-family = Schriftart fuer Textelemente */

h1 { 
	font-family:Arial,sans-serif;
	font-size:24pt; color:#E4E4E4; font-weight : bold;}

/* font-size = Schriftgroesse */
/* 18pt = 20 Punkt, Wert aenderbar */

h2 { 
	font-family:Arial,sans-serif;
	font-size:24pt; color:#FF6600; font-weight : bold;}

/* font-size = Schriftgroesse */
/* 18pt = 20 Punkt, Wert aenderbar */

/* Zwischennueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3 {
	font-family:Arial,sans-serif;

	font-size: 12pt;
	color:#666666;
	font-weight : bold;
}

/* Zwischennueberschriften */
/* font-size = Schriftgroesse */
/* 12pt = 12Punkt, Wert aenderbar */

h4 {
	font-family:Arial,sans-serif;

	font-size: 12pt;
	color:#FF6600;
	font-weight : bold;
}

/* Zwischennueberschriften */
/* font-size = Schriftgroesse */
/* 12pt = 12Punkt, Wert aenderbar */

h5 { 
	font-family:Arial,sans-serif;
	font-size:24pt; color:#FFFFFF; font-weight : bold;}
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt;}

/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

pre.normal { color:#CC0000; }

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

a:link { color:#E4E4E4; text-decoration:underline; }
a:visited { color:#E4E4E4; text-decoration:underline; }
a:active { color:#E4E4E4; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }