/* 
	LAKS Template Booking Form Default CSS StyleSheet 
	@version 04
	Letzte Änderung: 2007-08-27, Stefan Habermehl
*/

/* Veranstaltungsansicht Resservierung */

	table.booking_event_table {
 		border-collapse:collapse;
		width:100%;
		margin:0em;
		margin-bottom:1.5em;
	}
	table.booking_event_table tr { vertical-align:top; }
	td.booking_event_date { font-weight:bold; padding-right:8px;  }
	span.event_date { font-weight: inherit; }
	td.booking_event_name {
		color:#333333;
		font-size:1.2em;
		font-weight:bold;
	}
	span.event_name { font-weight: inherit; }
	td.booking_event_time { padding-right:8px; }
	td.booking_event_time div.event_time { color:#000000;text-align:right; font-weight:normal; float: right;}
	span.event_begin { font-weight: inherit; }
	td.booking_event_location { font-weight: inherit; }
	td.booking_event_details { font-weight: inherit; }
	span.event_price_title{ font-weight: inherit; }
	span.event_price{ font-weight: inherit; }
	span.event_price_reduced{ font-weight: inherit; }

/* Reservierungsformular */

table.booking_table {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
table.booking_table tr { vertical-align:top; }
table.booking_table td { padding-bottom: 0.5em; }
td.reservation_label {
	font-size:1.05em;
}
td.reservation_title {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	padding-top:0.5em;
}
td.reservation_attention {
	color:#cc3333;
	font-weight:bold;
}
td.reservation_success {
	color:#000000;
}
td.reservation_notify_text {
	font-size: 0.8em;
}
td.reservation_notify_label { text-align: right; }
td.booking_name { font-weight:inherit;}
td.booking_email_phone input { margin-bottom:0.3em; }
#reservation_obligation_label { line-height:2em; }
div.reservation_obligation {
	float:right;
	width:160px;
}
td.booking_number { font-weight:inherit; }
td.booking_comment { font-weight:inherit; }
input.reservation_submit { width:100%;}

/* Navigation */

div.goto_overview {
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
	float: right;
}

/* end stylesheet */
