#inhalt div.veranstaltungform li {
	text-decoration: none;
	list-style-type: none;
}
#inhalt div.veranstaltungform {
	padding: 0.5em;
	width: auto;
}

#inhalt div.veranstaltungform label.left {
	width: 12em;
	float: left;
}

#inhalt div.veranstaltungform label.required {
	color: #c00;
	font-weight: bolder;
}

#inhalt div.veranstaltungform div.element {
	margin-left: 12em;
	margin-bottom: 0.5em;
}

#inhalt div.veranstaltungform div.element ul.errors {
	color: #c00;
	display: inline;
	font-size: 10px;
}
#inhalt div.veranstaltungform .hint {
	color: #666;
	font-size: 9px;
}
.row {
}

#inhalt div.veranstaltungform {
	margin-bottom: 0.5em;
}
.myform_sidebar {
	border: 1px solid #aaa;
	padding: 0.5em;
	width: auto;
	background-color: #d6d5d5;
}
.myform_sidebar div.element ul.errors {
	list-style: none;
	color: #c00;
	padding-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
}
.myform_sidebar label {
	font-weight: bold;
}
.myform_sidebar label.required {
	color: #c00;
}
.myform_sidebar .zeile {
	padding-top: 0.2em;
	padding-left: 0.2em;
}
.myform_sidebar  div.element {
	margin-left: 0em;
	margin-bottom: 0.5em;
}
.myform_sidebar .hint {
	font-size: 10px;
	}
	

