.h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #032D6B;
	text-decoration: none;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #032D6B;
	text-decoration: none;
}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #032D6B;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 20px;
	width: 200px;
	border: 1px solid #032D6B;
}
.inputtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #032D6B;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 50px;
	width: 200px;
	border: 1px solid #032D6B;
}
.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 20px;
	width: 200px;
	border: 1px solid #032D6B;
}
.radiofeld {
	color: #0000FF;
	text-decoration: none;
	background-color: #ffffff;
	
	border: 1px solid #032D6B;
}
.checkbox {
	color: #032D6B;
	text-decoration: none;
	background-color: #ffffff;
	
	border: 1px solid #032D6B;
}
.fusszeile {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #032D6B;
	text-decoration: none;
}


