/* CSS Document */

/* allgemein */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.ErrorText {
	font-size: 24px;
	font-weight: bold;
}
