
th   {  font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold;}
td   {  font-family: Arial, Helvetica; font-size: 10pt; font-weight: standard;}
.textstandardw { font-size: 12px; color: white; line-height: 13px; font-family: Arial, Helvetica }
.textbigw { font-size: 14px;  color: white; line-height: 16px; font-family: Arial, Helvetica }
.textsmallw { font-size:  color: white; 10px; line-height: 12px; font-family: Arial, Helvetica }
.titel1w { font-weight: color: white; bold; font-size: 28px; line-height: 30px; font-family: Arial, Helvetica }
.titel2w { font-weight: color: white; bold; font-size: 17px; line-height: 19px; font-family: Arial, Helvetica }
.textstandardg { font-size: 12px; color: #00ff00; line-height: 13px; font-family: Arial, Helvetica }
.textbigg { font-size: 14px;  color: #00ff00; line-height: 16px; font-family: Arial, Helvetica }
.textsmallg { font-size: 10px; color: #00ff00; line-height: 12px; font-family: Arial, Helvetica }
.titel1g { font-weight: bold; color: #00ff00; font-size: 28px; line-height: 30px; font-family: Arial, Helvetica }
.titel2g { font-weight: bold; color: #00ff00; font-size: 17px; line-height: 19px; font-family: Arial, Helvetica }
.textstandardr { font-size: 12px; color: #ff0000; line-height: 13px; font-family: Arial, Helvetica }
.textbigr { font-size: 14px;  color: #ff0000; line-height: 16px; font-family: Arial, Helvetica }
.textsmallr { font-size: 10px; color: #ff0000; line-height: 12px; font-family: Arial, Helvetica }
.titel1r { font-weight: bold; color: #ff0000; font-size: 28px; line-height: 30px; font-family: Arial, Helvetica }
.titel2r { font-weight: bold; color: #ff0000; font-size: 17px; line-height: 19px; font-family: Arial, Helvetica }
.textstandardw { font-size: 12px; color: #ffffff; line-height: 13px; font-family: Arial, Helvetica }
.textbigw { font-size: 14px;  color: #ffffff; line-height: 16px; font-family: Arial, Helvetica }
.textsmallw { font-size: 10px; color: #ffffff; line-height: 12px; font-family: Arial, Helvetica }
.titel1w { font-weight: bold; color: #ffffff; font-size: 28px; line-height: 30px; font-family: Arial, Helvetica }
.titel2w { font-weight: bold; color: #ffffff; font-size: 17px; line-height: 19px; font-family: Arial, Helvetica }
a { text-decoration: none }
a:hover   {  font-family: Arial, Helvetica; text-decoration: underline; color: red}
body {
scrollbar-base-color:       #3366ff; 
scrollbar-arrow-color:      white;
}
input, textarea {
/*
#2018A8; dunkelblau
#2244ff; mittelblau
#3366FF; hellblau
#4488FF; hellerblau
#5599FF; nochhellerblau
*/
	height: 22px;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	
	background-color: #2018A8;
	
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 2px;
	
	margin: 0px;

	border: solid 2px;
	border-color: #6699FF;
}

input[type=button], input[type=submit] {
	padding-top: 0px;
	cursor: hand;
	cursor: pointer;
}

input[type=radio], input[type=checkbox] {
	background-color: transparent;
	margin: 1px;
	border: none;
}

select {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;

	color: #FFFF00;
	background-color: #2018A8;

	border-color: #6699FF;
}

/* IE5 and IE6 styles */
* html textarea, textarea {
	height: 66px;
}

* html select {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 2px;

	color: #FFFF00;
	background-color: #2018A8;

	border: solid 2px;
	border-color: #6699FF;
}

* html input {
	cursor: hand;
	cursor: pointer;
}

