/* Tabelle für die Kursanmeldung */

table.education_regtable {
	margin-bottom : 15px;
	margin-top : 15px;
	border-color : #ececec;
	width : 100%;
}

table.education_regtable td {
	vertical-align : top;
	width : 50%;
	padding: 4px;
}

table.education_regtable tr {
	margin-bottom : 15px;
	margin-top : 15px;
	border-color : #ececec;
	background-color : #ececec;
}

table.education_coursetable {
	width: 100%;
}

table.education_coursetable td {
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dcdcdc;
	padding-bottom: 5px;
	padding-top: 5px;
}