/* DATEI: may.css */
/* © 1999-2001, Ekkehard May */

H1
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	}
	
p
	{
 	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
 	font-size: 9pt;
	color : Black;
	}
		
HR {
	color : Gray;
	width : 150px;
	height : 1px;
}

	
p.gross
	 {
	 font-size: 12pt; color: black; 
	 }

p.top
	{
 	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
 	font-size: 9pt;
	color : Black;
	}
	
p.klein
	{
	font-size: 8pt; color: White; 
	}

p.smallblack
	{
	font-size: 8pt; color: Black; 
	}

p.smallblackbold
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt; color: Black;
	font-weight : bold;
	 }
	 	 	 
a:link
	{
	color: Black;
	font: normal;
	text-decoration: none;
	} 

a:active
	{
	color: Blue;
	text-decoration: none;
	font : normal;
	}

a:visited
	{
	font-weight : normal;
	text-decoration : none;
	color : Black;
	}

a:hover
	{
	font-weight: normal;
	text-decoration: underline;
	}
			
PRE
	{
	font: 9pt "Courier New", Courier,  monospace;
	}
TABLE
	{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	}

TD
	{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	}


BODY {
	background-color : White;
	font : 9pt;
}

BODY.black {
	background-color : Black;
	color : White;
}

BODY.white {
	background-color : White;
}

BODY.top {
	background-image: url(graustru.gif);
	background-color : Black;
}

BODY.bottom {
	background-image: url(graustru.gif);
	background-color : Black;
}

UL {
	font-size: 9pt;
}
LI {
	font-size: 9pt;
}

