/****************************************************************************************
	a regular body (do not forget MARGINWIDTH=0 and MARGINHEIGHT=0 for Netscape
	in body statement
*/

/*********************************/
BODY, P, TD, DIV, FORM, INPUT, DL, OL, BLOCKQUOTE, CAPTION, CENTER, DIV
{ 
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif; 
	margin: 0pt 0pt 0pt 0pt;
	line-height: 13pt;
	font-size: 7.5pt; 
/*	background: #96BFB4;*/
/*	font: 0.9em/1.7em Verdana; */
/*	font-size: 0.9em; */
/*	background-image : ./images/hintergrund_rechts.gif;*/
} 

/*********************************/
.zwischenueberschrift {
	font-weight: bold;
	font-size: 9pt;
/*	margin: -4px 0px 0px 0px; */
}

/*********************************/
.messung {
	line-height: 10pt;
	font-size: 7pt; 
	padding: 0px 2px 2px 2px;
}

/************************************************************************/

/* seems to be the only way it works for Expl and Nav
 i.e. use this form to set margins and not margin-top etc
*/

/*********************************/
P { 
	margin: 0pt 0 3pt 0;
}

/*********************************/
.label { 
	padding-right: 5px;
} 

/*********************************/
.referencetitle		{ 
	/*color: #ff9900; */
	color: #003399;
	font-size: 10pt;
	font-weight: bold;
} 

/*********************************/
.detailtitle		{ 
	/*color: #ff9900; */
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
} 

/*********************************/
/*
.prebg {
	background: #CCCCCC; 
	background: #000000;
}
*/

/*********************************/
.menuline {
	background: #003399;
}

/*********************************/
.blacktitle {
	color: #000000;
	font-size: 8.5pt;
	font-weight: bold; 
}

/****************************************************************************************/
a:link		{ 
	color: #FFFFFF;
	font-size: 7.5pt;
	text-decoration:none;
	font-weight: bold; 
} 

a:visited		{ 
	color: #dddddd;
	font-size: 7.5pt;
	text-decoration:none;
	font-weight: bold; 
} 

a:hover		{ 
	color: #eeeeee;
	font-size: 7.5pt;
	text-decoration:underline;
	font-weight: bold; 
} 

a:active		{ 
	color: #003399;
	font-size: 7.5pt;
	text-decoration:none;
	font-weight: bold; 
} 

