@charset "utf-8";
/* CSS Document */

#expform {
	background:#111;
	width: 560px;
	padding: 10px 0 10px 0;
}

#expform fieldset{
	padding: 10px 10px 0 10px;
	border: 0;
}
#expform .subfield{
	border: thin dotted #333;
}
#expform legend{
	font-size: 14px;
	color: #FF0;
	display: block;
	padding: 0 10px 0 10px;
}
#expform em{
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#expform .formitem{
    display: block;
	position: relative;
	padding: 5px 1px 5px 0;
	width: 535px;
	min-height: 14px; /*ff*/
	height: auto !important; /*IE7*/
	clear:both;
}
.itemclear{
	height: 0px;
	clear: both;
}
#expform .formitemxx{
	padding: 5px 0 5px 10px;
	width: 525px;
}
#expform .formitemx{
	padding: 5px 0 5px 5px;
	width: 505px;
}
#expform .labelwidth{
	float:left;
    display: block;
	width: 100px;
	margin: 0 0 0 10px;
}
#expform .inputwidth{
	float:left;
    display: block;
	width: 200px;
	padding: 0 0 0 12px;
	border: 0;
}
#expform input #submit { 
	margin: 0 0 0 250px;
}
#expform .required{
	background-image:url(../images/css-images/forms/required_star.gif);
	background-position:2px 2px;
	background-repeat:no-repeat;
}
#expform .highlight{
	background:#000;
}
#expform label.error {
	background-image:url(../images/css-images/forms/unchecked.gif);
	background-position:4px;
	background-repeat:no-repeat;
	padding-left: 22px;
	font-weight: bold;
	color: #F00;
}

#expform label.checked {
	background-image:url(../images/css-images/forms/checked.gif);
	background-position:4px;
	background-repeat:no-repeat;
}

#expform .success_msg {
	font-weight: bold;
	color: #0060BF;
	margin-left: 19px;
}
#expform #submitfield{
	margin: 0 0 0 110px;
}
#expform #datum{
	margin: 0 0 10px 0;
}
a.wis:link, a.wis:visited, a.wis:active {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 20px;
}
a.wis:hover {
	text-decoration: underline;
}
.dank{
	background:#111;
	padding: 10px 10px 5px 10px;
	width: 540px;
}
.wrong{
	color:#F00;
    display: block;
	width: 100%;
	clear: both;
	padding: 10px 0 10px 0;
}
