body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p, li {
	font-size: 12px;
	line-height: 15px;
}
a:link {
	color: #333333;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #B1B1B1;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B1B1B1;
}
input, select {
	font-size: 12px;
	color: #333333;
	background-color: #B1B1B1;
	margin: 3px;
	padding: 3px;
	border: 1px solid #B1B1B1;
	width: 175px;
}
input:focus, select:focus {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	width: 175px;
	border-top: 1px solid #333333;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
}
h1 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
h2, h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.warnung {
	font-weight: bold;
	color: #CC0000;
}
