
body, table, td, tr
{
font			:	10pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
}

--! der "." bei den "Font-Angaben" ersetzt das Wort "font"; somit genügt z. B. ".white"; Punkte trennen Classes und : trennen Zustände -->

body.content
{
--!background-image		:	url(wand.jpg); -->
background-color		:	#000099;
margin-top		:	0;
margin-bottom		:	0;
margin-left		:	2px;
margin-right		:	0
}

.white9
{
font			:	9pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
}
.titel14
{
font			:	14pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
text-decoration		:	underline;
}
.titel14red
{
font			:	14pt arial, tahoma, helvetica, sans serif;
color			:	#fd0000;
}

a:link	
{
font			:	9pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
text-decoration		:	none;
}

a:active
{	
font			:	9pt arial, tahoma, helvetica, sans serif; 
color			:	#ffffff;
text-decoration		:	none;
}

a:visited 
{
font			:	9pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
text-decoration		:	none;
}

a:hover	
{
font			:	9pt arial, tahoma, helvetica, sans serif;
color			:	#fd0000;
text-decoration		:	underline;
}


a.text:link
{
font			:	10pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
text-decoration		:	none;
}

a.text:active
{	
font			:	10pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
text-decoration		:	none;
}

a.text:visited 
{
font			:	10pt arial, tahoma, helvetica, sans serif;
color			:	#ffffff;
text-decoration		:	none;
}

a.text:hover	
{
font			:	10pt arial, tahoma, helvetica, sans serif;
color			:	#fd0000;
text-decoration		:	underline;
}


