body, table, td, input, textarea, select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #003fbc;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.titel {
	font-weight: bold;
	font-size: 11px;
}

.active {
	color: #CCCCCC;
	text-decoration: none;
}

input, textarea, select {
	width:500px;
}
textarea {
	height:150px;
}

.white {
color: #FFFFFF;
}