button, input, select, textarea {
	background-color: #333399; 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	color: #ffffff;
}
input.loeschen {
	background-color: #ee3333; 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	color: #000000;
}
input.loeschen2 {
	background-color: #ee3333; 
	font-weight: bold;
	font-family: Verdana, Arial; 
	font-size: 10px; 
	color: #000000;
}
body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333399;
	font-weight: normal; 
	text-decoration: none;
	background-color: #f0f0f0;
	scrollbar-3dlight-color: #669999;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #669999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #669999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
}
td {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333399;
	font-weight: normal; 
	text-decoration: none;
}
a.dl_link:link, a.dl_link:visited, a.dl_link:active, a.dl_link:focus {
	text-decoration: none; 
	color: #ffffff; 
	font-style: normal; 
	text-decoration: none;
	background-color: none;
}
a.dl_link:hover {
	background-color: #669999;
	text-decoration: none; 
	color: #ffffff; 
	font-style: normal; 
	text-decoration: none
}
a:link, a:visited, a:active, a:focus, a:hover {
	text-decoration: none; 
	color: #669999; 
	font-style: normal; 
	text-decoration: underline;
	background-color: none;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial;
	color: #333399;
	text-decoration: none;
	margin-bottom: 15px;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial;
	color: #333399;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
}
div.content {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333399;
	font-weight: normal; 
	text-decoration: none;
	text-align: justify;
	padding-bottom: 20px;
	width: 100%;
}
div.error {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	background-color: #ee3333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.done {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	background-color: #33ee66;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.small {
	font-family: Verdana, Arial;
	font-size: 7px;
	color: #333399;
	font-weight: normal; 
	text-decoration: none;
	text-align: justify;
	padding-bottom: 20px;
	width: 100%;
}
hr {
	color: #333399;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 50%;
}