<!--

body.standard
 { background-color: #fff }

.body 
{ 
	margin-left:16px; 
	margin-right:16px; 
	margin-top:16px; 
	margin-bottom:16px;
	border: 0px;
}

.bodytext
{
/* Fontsize -> siehe specific_xx.css */
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	color : #999999;
	line-height : 130%;
}

.bodyhead
{
/* Fontsize -> siehe specific_xx.css */
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	font-weight : bold;
	line-height : 130%;
}

.bodylink
{
/* Fontsize -> siehe specific_xx.css */
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	line-height : 130%;
}

.spacing  
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25pt;
	font-style: normal; 
	color: #ffffff; 
	line-height : 130%;
}


A:link
{
/* IE, NN, Mozilla, Opera == ok */
	color : #000000;
	text-decoration : none;
}

A:visited
{
/* IE, NN, Mozilla, Opera == ok */
	color : #000000;
	text-decoration : none;
}

A:active
{
/* IE, NN, Mozilla, Opera == ok */
	color : #000000;
	text-decoration : none;
}

-->