/* Link */
a:link
	{
		color:#0000FF;
		font-style:normal;
		font-weight:normal;
		text-decoration:none;
	}

/* besuchter Link */
a:visited	
	{ 
		color:#0000FF;
		font-style:normal;
		font-weight:normal;
		text-decoration:none;
	}

/* aktiver Link */
a:active
	{
		color:#0000FF;
		font-style:normal;
		font-weight:normal;
		text-decoration:none;
	}

/* MouseOver-Link */
a:hover
	{
		color:#FF9900;
		font-style:normal;
		font-weight:normal;
		text-decoration:none;
	}

a.fehler
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;		
		color:#FFFFFF;
		font-style:normal;
		font-weight:normal;
		text-decoration:none;
	}

/* body-Bereich */
body
	{
		font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size : 10pt; 
		font-style: normal;
		font-variant: normal;
		font-weight: 400; 
	}
table
	{
		font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size : 10pt; 
		font-style: normal;
		font-variant: normal;
		font-weight: 400; 
	}
tr
	{
		font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size : 10pt; 
		font-style: normal;
		font-variant: normal;
		font-weight: 400; 
	}
td
	{
		font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size : 10pt; 
		font-style: normal;
		font-variant: normal;
		font-weight: 400; 
	}

/* H3 */
h3
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12pt;
		font-weight:bold;
		color:#000080;
	}
/* H4 */
h4
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-weight:bold;
		color:#666666;
	}

/* Tabellen */
table
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;
	}

/* Zellen */
td
	{
		text-align:left;
		vertical-align:top;		
	}
/* Fehler */
p.fehler
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;		
		color:#FF0000;
	}
p.datum
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;				
	}
p.kat
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 7pt;				
	}