/* Datei mit CSS-Style Sheets Angaben! */
/* Hier werden über die gesamte Homepage gleichbleibende Angaben zur Darstellung festgelegt */
/* Farbe für Logo-Hintergrund: #FFFFDD */

	body { font-family:Arial,sans-serif; font-style:normal; font-size:13px;}

	body.rahmen { background-color:#000000; }
	body.inhalt { background-color:#FFFFEE; }

	td.logo { background-color:#FFFFDD; }
	td.diagramm { font-family:Arial,sans-serif; font-style:normal; font-size:14px; text-align:center; }
	td.h1 { font-family:Arial,sans-serif; font-style:normal; font-size:13px; font-weight:bold; text-align:left; vertical-align:top; }
	td.p { font-family:Arial,sans-serif; font-style:normal; font-size:13px; text-align:left; vertical-align:top; }
	td.menu { vertical-align:top; background-image:url('Button Strich rot 120x25.gif'); background-repeat:no-repeat; height:25px; width:103px;}

	p.normal { font-family:Arial,sans-serif; font-style:normal; font-size:13px; }
	p.justify { text-align:justify; }
	p.menu { text-align:left; margin-top:3px; font-size:12px; }
	p.submenu { text-align:right; margin-top:0px; margin-bottom:5px; font-size:10px; }
	h1 { font-size:20px; font-weight:bold; }
	h2 { font-size:15px; font-weight:bold; margin-top:20px; margin-bottom:10px;}
	ul { margin-bottom:20px;}
	li { margin-top:0px; margin-bottom:1px;}

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

	a.menu:link { color:#663333; text-decoration:none; font-weight:bold; }
 	a.menu:visited { color:#663333; text-decoration:none; font-weight:bold; }
	a.menu:hover { color:#DD0000; text-decoration:none; }
	a.menu:active { color:#663333; text-decoration:none; }

	a.diagramm:link { color:#663333; text-decoration:none; font-weight:bold; }
 	a.diagramm:visited { color:#663333; text-decoration:none; font-weight:bold; }
	a.diagramm:hover { color:#DD0000; text-decoration:none; }
	a.diagramm:active { color:#663333; text-decoration:none; }
	
	a.pic:link { }
 	a.pic:visited { }
	a.pic:hover { background-color:#EEEEDD; }
	a.pic:active { }
