#kontakt {
}
#kontakt table {
	margin-left: 30px;
	width: 90%;

}

#kontakt td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#kontakt td.rot {
	background-color: #af0b0b;
	color: #fffdeb;
	padding-left: 5px;
}

#kontakt td.legend {
	text-align: right;
	width: 180px;
}
#kontakt   td.err {
	background-image: url(../images/achtung.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	width: 180px;
	color: #af0b0b;
}
#kontakt td.data {
	vertical-align: middle;
	font-weight: bold;
}

#kontakt input {
}
#kontakt input.button {
	width: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fffdeb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	margin-top: 10px;
	background-image: url(../images/taste.gif);
}

#kontakt textarea {
	height: 100px;
}

#kontakt .formmuss {
	background-color: #eeecBB;
	width: 200px;
	margin-right: 10px;
}
#kontakt .formkann {
	width: 200px;
	margin-right: 10px;
	background-color: #fffacb;
}
.message {
	margin-left: 30px;
	font-size: 1em;
	font-weight: bold;
	color: #af0b0b;
}

#anmeldung {
}
#anmeldung table {
	margin-left: 30px;
	width: 95%;

}

#anmeldung td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}
#anmeldung td.rot {
	background-color: #af0b0b;
	color: #fffdeb;
	padding-left: 5px;
}
#anmeldung td.legend {
	text-align: right;
	width: 140px;
}
#anmeldung   td.err {
	background-image: url(../images/achtung.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	width: 140px;
	color: #af0b0b;
}
#anmeldung td.data {
	vertical-align: middle;
	font-weight: bold;
}
#anmeldung input {
	width:500px;
}
#anmeldung input.check {
	width: 25px;
}

#anmeldung input.button {
	width: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fffdeb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	margin-top: 10px;
	background-image: url(../images/taste.gif);
}

#anmeldung textarea {
	height: 100px;
}

#anmeldung .formmuss {
	background-color: #eeecBB;
	width: 75%;
}
#anmeldung .formkann {
	width: 75%;
	background-color: #fffacb;
}
form {
	display: inline;
}
