.seminarsTable {
	margin: 0 auto;
	width: 100%;
}
.seminarsTable th,
.seminarsTable td {
	padding: 7px;
}
.seminarsTable th {
	background-color: #2F3B65;
	color: #fff;
	font-weight: 400;
}
.seminarsTable th a {
	display: block;
	width: 100%;
	color: #fff;
}
.seminarsTable tr:nth-child(1n) {
	background-color: #fff;
}
.seminarsTable tr:nth-child(2n) {
	background-color: #ddd;
}
.seminarsTable .registrationLink {
	display: block;
	padding: 0.3rem 0.5rem;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #000;
	text-align: center;
}
.seminarsTable .registrationLink:hover {
	background-color: #FEE594;
}
.tableSorting th {
	cursor: pointer;
}
.tableSorting th:hover {
	background-color: #37467d;
}
.tableSorting th.headerSortUp,
.tableSorting th.headerSortDown {
	background-color: #37467d;
	background-repeat: no-repeat;
	background-position: 94% center;
}
.tableSorting th.headerSortUp {
	background-image: url(table_sortUp.png);
}
.tableSorting th.headerSortDown {
	background-image: url(table_sortDown.png);
}

.space-after {
	margin-bottom: 1.25rem;
}

/*===[Seminar-Box]===*/
/*.seminarCostBox {
	width: 90%;
	padding: 5%;
	color: #fff;
}*/
.seminarCostBox .twoColumns {
	background: none;
}
.seminarCostBox .hr {
	width: 100%;
	border-top: 1px solid #8289A3;
	margin: 0.625rem 0;
}
.seminarCostBox .costLabel {
	float: left;
}
.seminarCostBox .costValue {
	float: right;
}
.seminarCostBox .seminarName {
	text-transform: uppercase;
	font-size: 1.063rem;
}
.seminarCostBox .totalCosts {
	font-size: 1.063rem;
	font-weight: 600;
}
.seminarCostBox .seminarInfos {
	list-style: none;
	margin: 0;
}
.seminarCostBox h3 {
	color: #fff;
}

/*===[Seminar-Registration]===*/
/*.Tx-Formhandler .seminarRegistration {
	width: 90%;
	padding: 5%;
}*/
.Tx-Formhandler .seminarRegistration .submit {
	margin-bottom: 0;
	margin-top: 0.625rem;
}
.Tx-Formhandler .seminarRegistration .submit input {
	border: 0 none;
	width: 100%;
	height: 34px;
	color: #000;
	background: #FFD03B;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 400;
	padding: 0;
	font-size: 1rem;
	float: right;
}
.Tx-Formhandler .seminarRegistration .submit input:hover,
.Tx-Formhandler .seminarRegistration .submit input:focus,
.Tx-Formhandler .seminarRegistration .sbumit input:active {
	background-color: #FEE594 ;
}
.Tx-Formhandler .seminarRegistration label {
	width: 100%;
	font-size: 0.813rem;
}
.Tx-Formhandler .seminarRegistration input.text {
	border: 1px solid #aaaaaa;
	padding: 3px 5px;
	height: 26px;
	font-size: 0.875rem;
	width: 100%;
}
.Tx-Formhandler .seminarRegistration #salutation {
	width: 4.063rem;
	padding-left: 3px;
}
.Tx-Formhandler .seminarRegistration p {
	margin-bottom: 0.625rem;
}

.Tx-Formhandler .seminarRegistration .seminarInfoText p {
	font-size: 0.813rem;
}

/*===[Detailview]===*/
.tx-hiseminars-pi2 dt {
	float: left;
	font-weight: bold;
	width: 8.125rem;
	clear: both;
	border-bottom: 1px solid #ddd;
}
.tx-hiseminars-pi2 dd {
	float: left;
}
.tx-hiseminars-pi2 .locationImages {
	float: left;
	margin-right: 0.625rem;
}
.tx-hiseminars-pi2 dl {
	margin-bottom: 1.25rem;
	overflow: hidden;
}
.backLink {
	display: inline-block;
	clear: both;
	margin-top: 0.625rem;
}
/*===[GoogleMap]===*/
.googleMap {
	width: 100%;
	height: 300px;
	margin-bottom: 3.125rem;
}