A:link {
	text-decoration: none;
	color:blue;
}
A:visited {
	text-decoration: none;
	color:blue;
}
A:hover {
	text-decoration: underline;	
	color:black;
}
body, textarea {
	SCROLLBAR-FACE-COLOR: #33CCFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #3366FF;
	SCROLLBAR-SHADOW-COLOR: blue;
	SCROLLBAR-3DLIGHT-COLOR: #8CE2FF;
	SCROLLBAR-ARROW-COLOR: blue;
	SCROLLBAR-TRACK-COLOR: #8CE2FF;
	SCROLLBAR-DARKSHADOW-COLOR: #8CE2FF;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	background-color:#33CCFF;
	border: 1px solid #0000FF;
}
.textfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	border: 1px solid #0000FF;
}
hr {
	border: 1px solid #0000FF;
	height: 1px;
}

