.standardsmall {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #999999;
}
.standard {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.standardbig {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #999999;
}
.headlinesmall {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.headline {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.headlinebig {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
.standardhidden {

	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #000000;
}
.textfield {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	border: medium none rgb(0,0,0); 
	background-color: #cccccc;
}
.textfieldrightalign {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align: right; 
	color: #999999; 
	border: medium none rgb(0,0,0); 
	background-color: #000000;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
}
.block {
	text-align: justify;
}
.imageRahmen {
	border: 1px solid #FFF;	
}
