.tx-bookingsystem-pi1 {
	margin-top: 10px;
}

.bookingsystem-list-table {
	width: 100%;
	border: 1px solid black;
	margin-top: 20px;
}

.bookingsystem-list-table th {
	background: #ADD2E0;
	text-align: left;
	padding: 2px 0 2px 2px;
	border-bottom: 1px solid white;
}

.bookingsystem-list-table td {
	padding: 0 2px;
}

.bookingsystem-list-table th.bookingsystem-period {
	text-align: right;
	padding-right: 2px;
}

.bookingsystem-list-table tr.even {
	background: #ADD2E0;
}

td.bookingsystem-price {
	text-align: right;
	width: 100px;
}

td.bookingsystem-course-name {
	width: 200px;
}

tr.bookingsystem-surcharge.first td, .bookingsystem-course-info td {
	border-top: 1px solid white;
}

tr.bookingsystem-course-periods td {
	border-bottom: 1px solid white;
}

.bookingsystem-addon h4 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.bookingsystem-addon table.bookingsystem-list-table {
	margin-top: 10px;
}

.bookingsystem-period-list {
	vertical-align: top;
	text-align: right;
}

.bookable {
	cursor: pointer;
	/*background: transparent url(../images/button_buchen_klein.png);*/
}

.bookable.hovered {
	font-weight: bold;
}

/*
	FORM
*/
#bookingsystem-form-header {
	height: 30px;
	text-align: left;
	border: 0 0 1px 0;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
	background: #497B92;
	color: #FFFFFF;
}
#bookingsystem-form-content {
	height: 390px;
	overflow: auto;
	padding: 10px;
	font-size: 12px;
	text-align: left;
}

#bookingsystem-form-content td {
	padding: 2px;
}

#bookingsystem-form-content .block {
	width: 330px;
	float: left;
	padding-top: 10px;
}

#bookingsystem-form-content .block-full {
	width: 100%;
	float: left;
	padding-top: 10px;
}

#bookingsystem-form-content .block-full p {
	padding: 5px 0;
}

#bookingsystem-form-result {
	height: 19px;
	text-align: right;
	padding: 10px;
	background-color: #ADD2E0;
	font-weight: bold;
	position: relative;
}
#bookingsystem-form-path {
	font-size: 10px;
	/*position: absolute;
	right: 10px;*/
}

#bookingsystem-form-close {
	position: absolute;
	right: 10px;
	cursor: pointer;
	width: 170px;
	background: transparent url(../images/button_fensterschliessen.png) no-repeat;
}

.surcharge-period {
	font-size: 10px;
}
.price {
	text-align: right;
	width: 150px;
}
.check {
	width: 20px;
}

#data h3, #addons h3 {
	width: 660px;
	font-size: 12px;
	font-weight: bold;
	background: #497B92 none repeat scroll 0 0;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 10px;
}

#data h3 {
	margin-bottom: 10px;
}

input.long, .more_text textarea {
	width: 200px;
}

.more_text td {
	vertical-align: top;
}

#surcharges tr.inactive {
	display: none;
}

.dates td {
	vertical-align: top;
}

#bookingsystem-buttons {
	margin-bottom: 20px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#send {
	width: 180px;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #497B92;
	color: #FFFFFF;
	float: right;
}

.error {
	background-color: #FF9F9F;
}

#agb.error {
	background-color: transparent;
	font-weight: bold;
	color: #FF9F9F;
}

#bookingsystem-buttons.error-message {
	background-color: #FF9F9F;
	border: 1px solid #FFFFFF;
}

.block-full a {
	color: #000000;
	font-weight: normal;
}

#bookingsystem-buttons #message {
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	display: none;
}

#thanks {
	padding-top:220px;
	text-align:center;
}

#disclaimer {
	font-size:8px;
	font-weight:normal;
	float:left;
	text-align:left;
	width:500px;
}
