body { background-color:#FFFFFF;  }
.title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.footnote {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.arrow {
	background-image: url(../images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.image {
	background-image: url(../images/contact128.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}	
.border {
	border: none;
}
.textfield_required {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/required_yellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	text-indent: 1px;
	border: 1pt solid #999999;
	width: 210px;
}
.textfield_required:focus, input:focus {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.textfield {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-position: 1px 1px;
	text-align: left;
	text-indent: 1px;
	border: 1pt solid #999999;
	width: 210px;
}
.textfield2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/required_yellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	text-indent: 1px;
	border: 1pt solid #999999;
	width: 35px;
}
.textfield3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/required_yellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	text-indent: 1px;
	border: 1pt solid #999999;
	width: 90px;
}	
.jumpfield {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-position: 1px 1px;
	text-align: left;
	text-indent: 1px;
	border: 1pt solid #999999;
	width: 90px;

}
.textfield:focus, input:focus {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.textaera_required {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/required_yellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	text-indent: 0px;
	border: 1pt solid #999999;
	width: 100%;
}
.textaera_required:focus, input:focus {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.textaera {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	text-indent: 0px;
	border: 1pt solid #999999;
	width: 100%;
}
.textaera:focus, input:focus {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.button {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-indent: center;
	width: 102px;
}
.button2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 2px top;
	text-align: left;
	text-indent: center;
	width: 102px;
}
.versteckt {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

