h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
blaue_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
a:link {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}
a:visited { 
    color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
}
a:hover {
	color: #000033;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000033;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.gross {
	text-transform: uppercase;
}

