@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.titel {
	font-size: 15px;
	font-weight: bold;
}
.datum {
	font-size: 10px;
	color: #666666;
}
.greyboarder {
	border: 1px solid #CCCCCC;
}
.greyboarder_b {
	border-bottom: 1px solid #CCCCCC;
}
.txtfield {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


