/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; background-color: rgb(230,240,255);}
 A:active { color: #333333;}
 A:link { color: #333333;}
 A:hover { color: #330000;}
 A:visited { color: #330000;}
 .TextObject { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;}
 H4 { color: #336699; padding-bottom: 5pt; border-bottom: 2pt solid rgb(51,102,153); Width: 280; text-align:left}
 H5 { color: #336699; padding-bottom: 0pt; border-top: 2pt solid rgb(51,102,153); Width: 700; text-align:left}
 P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;}
 .BoxText
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Univers, 'Zurich BT' , sans-serif;
}
 .BoxTextSmall
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Univers, 'Zurich BT' , sans-serif;
}
.navigationLink
{
	background-color: rgb(210,220,235);
	font-size: 10pt; font-weight:bold;
	height: 20; width: 20%; 
	text-align:center
}
.navigationCurrent
{
	background-color: rgb(180,190,205);
	font-size: 10pt; font-weight:bold;
	height: 20; width: 20%;
	text-align:center
}
.navigationBorder { 
	border-bottom: 1pt solid rgb(51,102,153)
}