

div#anfrage {
	position: absolute;
	height: 550px;
	left: 720px;
	top: 20px;
}

div#anfrageform {
	position: absolute;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
}


div#anmeldetable2 {
	margin-top: 10px;
	margin-left: 0px;
}

div#anmeldetable2 table {
	width: 240px;
}

div#anmeldetable2 table tr th, div#anmeldetable2 table tr td {
	padding: 2px;
}

div#anmeldetable2 table tr td input {
	width: 140px;
	border-top: 1px solid #808285;
	border-left: 1px solid #808285;
	border-right: 1px solid #C6C7C9;
	border-bottom: 1px solid #C6C7C9;
}

div#anmeldetable2 table tr td input#submitter {
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	border-top: 2px solid #C6C7C9;
	border-left: 2px solid #C6C7C9;
	border-right: 2px solid #808285;
	border-bottom: 2px solid #808285;
	background-color: #01afed;
	margin-top: 5px;
	color: white;
}

div#anmeldetable2 table tr td select {
	width: 100px;
	border-top: 1px solid #808285;
	border-left: 1px solid #808285;
	border-right: 1px solid #C6C7C9;
	border-bottom: 1px solid #C6C7C9;
}


div#anmeldetable2 table tr.pflicht td input,
div#anmeldetable2 table tr.pflicht td select {
	background-color: #FFFFFF;
}

div#anmeldetable2 table tr th {
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
}

div#anmeldetable2 table tr td.formerror span {
	padding: 2px;
	background-color: #ED008C;
}


div#anmeldetable2 table tr td input.checkbox2 {
	width: 25px;
	border: 0;
}
