/* Margin Angaben oben, rechts, unten, links in Pixel*/

	body { margin:0px 0px 0px 0px ; }

/* font-family = Schriftart fuer Textelemente */

	p, ul, ol, li, div, td, th, b, i {font-size:10pt; font-family:Verdana,Arial; color: #000000;}


	h1           {font-size:10pt; color:#000000; font-family:Verdana}

	h2           {font-size:10pt; color:#000000; font-family:Verdana; margin-bottom:5px; margin-left:2px;}
	
	h3           {font-size: 8pt; font-family: Verdana; color: #808080 }

	p.9          { font-size: 9pt; font-family: Verdana; color: #000000 }
		
	p.8b          { font-size: 8pt; font-family: Verdana; font-weight:bold; color: #000000 }
	
	p.10b          { font-family: Verdana; font-size: 10pt; font-weight:bold; color: #000000}

	p.8         { font-size: 8pt; font-family: Verdana; color: #808080 }

/* font-size = Schriftgroesse *//* normaler Text */

	p, ul, ol, li, div, td, th, address, nobr, b, i { font-size: 10pt; color: #000000; font-family: Verdana }

/* Hintergrundfarbe */

	body {background-color: #F2F2F2;}  

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Farb- und Stylewechsel by MouseOver */

	a:link { color: #808080; text-decoration: underline; font-weight:bold; }
	a:hover  { color: #808080;  text-decoration: none; font-weight:bold; }
	a:visited { color: #808080; text-decoration: underline; font-weight:bold; }
	a:hover  { color: #808080;  text-decoration: none; font-weight:bold; }
	a:active { color: #808080; text-decoration: none; font-weight:bold; }

