#SelectVHS {
	margin: 0 0 25px 0;
}

#SelectVHSForm {
	margin: 8px 0 0 0;
}

#SelectVHSForm input {
	border: 1px solid #000000;
}

.KategorieElement {
	margin:0 0 35px 0;
}

.KategorieElementHeader {
	font-size:1.1em;
	font-weight: bold;
	border-bottom:1px solid #000000;
}

.KategorieElementLogo {
	float:left;
	width:70px;
	margin:5px 5px 0 0;
}

.KategorieElementSubListe {
	float:right;
	width:426px;
	margin:15px 0 0 5px;
}

.KategorieElementSubListe a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.KategorieElementSubListe a:hover {
	color: #F37021;
	text-decoration: none;
	font-weight: normal;	
}

.KategorieElementSubListe ul {
	list-style: none;
}

#CourseListHeader {
	font-size:1.3em;
	font-weight:bold;	
	margin-bottom:1.3em;
}

.PageRow {
	text-align: center;
	font-weight: bold;
}

#CourseList {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.CourseElement {
	background: #eeeeee;
	margin:1em 0 1em 0;
}

.CourseElement .Header {
	font-weight:bold;
	margin:3px 3px 0 3px;
}

.CourseElement .Style, .CourseElement .VHS {
	font-style: italic;
	margin:0 3px 0 3px;
}

.CourseElement .Info {
	margin:0.4em 3px 0.4em 3px;
}

.CourseElement .MoreInfo {
	text-align: right;
	margin:0 3px 3px 3px;
}

#Kurstitel {
	background:#eeeeee;
	margin-bottom:8px;
	border:1px solid #cccccc;
	font-size: 1.4em;
	font-weight: bold;
	padding:2px;
}

#Kursbeschreibung {
	background:#eeeeee;
	margin-bottom:4px;
	border:1px solid #cccccc;
	text-align: justify;
	padding:2px;
}

#Kursort, #Kurstermine, #Kurspreise, #Kursdozent, #Kursanmeldung, #Kursbemerkungen {
	background:#eeeeee;
	margin-bottom:4px;
	border:1px solid #cccccc;
	padding:2px;
}

#Anmeldebutton {
	margin-top:8px;
	width:156px;
	float:right;
}

#Anmeldebutton a {
	display:block;
	background: #D4D0C8;
	width:150px;
	text-align: center;
	padding:3px;
	border:1px solid #000000;
}

#Backbutton {
	margin-top:8px;
	width:156px;
	float:left;
}

#Backbutton a {
	display:block;
	background: #D4D0C8;
	width:150px;
	text-align: center;
	padding:3px;
	border:1px solid #000000;
}

.FormLabel {
	float:left;
	width:120px;
	margin-top:9px;
}

.FormField {
	float:right;
	width:370px;
	margin:3px;
}

#KursanmeldungForm input {
	border:1px solid #000000;
	width:250px;
}

#KursanmeldungForm textarea {
	overflow:auto;
	border:1px solid #000000;
	width:250px;
}

#KursanmeldungForm #plz {
	border:1px solid #000000;
	width:50px;
	margin-right:2px;
}

#KursanmeldungForm #SubmitButton {
	overflow:auto;
	border:1px solid #000000;
	width:150px;
	font-weight:bold;
}

#Anmeldeform {
	margin-top:8px;
}

.anmeldetext {
	margin:3px;
}

#KursanmeldungForm #DankeHeader {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
}