/* ----------------------------------------------- Allgemein --------------------------------------------- */
body {
	background-color: #FDF6D9;
}

div#folgeseite {
	background-color: #FDF6D9;
}

div.logobar {
	background-color: #A50F10
}

.booking_button input.submit {
	border: 1px solid #660000;  
	padding: 0 5px; 
	cursor: pointer;
	background-color: #A50F10;
	color: #ffffff;
	font-weight: bold;
}

.booking_button_off input.submit {
	border: 1px solid #3b3b3b;  
	background-color: #7f7f7f;
}








/* Links */

#lightbox a, #lightbox a:link, #lightbox a:visited, 
#buchung a, #buchung a:link, #buchung a:visited {
	color: #450c24;	
}

#lightbox a:focus, #lightbox a:hover, #lightbox a:active,
#buchung a:focus, #buchung a:hover, #buchung a:active {
	color: #a50f10;	
}




#buchung .floatright {float: right;}
#buchung .header a.readonly, #buchung .header a.readonly:link, #buchung .header a.readonly:visited {color: #ffffff;}
#buchung .header a.readonly:focus, #buchung .header a.readonly:hover, #buchung .header a.readonly:active {font-weight: bold;}






#buchung .margintop {margin-top: 20px !important;}





/* -------------------------------------------- Buchungsnavi -------------------------------------------- */
#buchungsnavi {
	margin: 0 0 2px 0;
}

#buchungsnavi ul {
	margin: 0;
	padding: 0;
	background-color: #710100;
	height: 27px;
}

#buchungsnavi li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	background-color: #710100;
	color: #d9b372;
	position: relative;
}

#buchungsnavi li div {
	background: #710100 url(../images/buchungsstrecke/buchungsnavi_right_off.gif) no-repeat top right;
	padding: 2px 65px 6px 15px;
	white-space: nowrap;
}

#buchungsnavi li img {
	float: left;
	margin: 1px 7px 0 0;
}

#buchungsnavi li span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
}


/* on */
#buchungsnavi li.on div {
	background: #d9b372 url(../images/buchungsstrecke/buchungsnavi_right_on.gif) no-repeat top right;
	color: #710100;
	font-weight: bold;
}

#buchungsnavi .linkeecke {
	left: -13px;
	top: -1px;
	position: absolute; 
}






/* ----------------------------------------------- Buchungsuhr ---------------------------------------- */
#buchung .zeit {
	background: #fdf6d9 url(../images/buchungsstrecke/uhr.gif) no-repeat 0px 5px;
	margin: 10px 0 25px 0;
	padding: 0 0 0 21px;
}







/* ----------------------------------------------- Tooltip ---------------------------------------- */
.tooltip_link {
	cursor: pointer;
	position: relative;
	text-decoration: none;
}

.tooltip_link img {
	border: none;
	vertical-align: middle;
}

.tooltip {
	display: none;
}

.tooltip_link:hover .tooltip {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #a50f0f;
	color: #450c24;
	position: absolute;
	top: 15px;
	left: 0;
	width: 150px;
	font-size: 0.8em;
	padding: 5px;
}




/* ----------------------------------------------- Lightbox --------------------------------------------- */
#lightbox {
	padding: 10px;
	background-color: #fdf6d9;
}

.lightbox_saalplan {
	width: 912px;
}

#lightbox a img {
	border: none;
}


/* ----------------- Lightbox - Header --------------------- */
#lightbox .header {
	background-color: #a50f10;
	color: #fff;
	padding: 7px 12px;
	margin: 0 0 20px 0;
}

#lightbox h1 {
	text-transform: none;
	letter-spacing: 0em;
	color: #fff;
	font-size: 1.2em;
	margin: 0 5px 0 0;
}

#lightbox span {
	font-weight: normal;
	margin: 0 2px 0 0;
}

#lightbox .close {
	float: right;
	margin: 0;
}



/* -------------------- Lightbox - Inhalte -------------------------- */
#lightbox #lightbox_content {
	font-size: 1em;
}

#lightbox h2 {
	text-transform: none;
	letter-spacing: 0em;
	font-size: 1.2em;
}

/* linke Spalte */
#lightbox .leftcontent {
	width: 300px;
	margin: 0 15px 0 0;
	float: left;
}


/* Select Tabelle */
.select_table {
	width: 100%;
	padding: 0;
	border: 1px solid #a8813f;
	font-size: 0.8em;
	border-collapse: collapse;
}

.select_table th {
	text-transform: uppercase;
	background-color: #d8c492;
}

.select_table th, #lightbox .select_table td {
	text-align: center;
	padding: 3px 5px;
	vertical-align: middle;
	border-top: 1px solid #a8813f;
}

#lightbox .select_table td {
	padding: 1px 5px;
}

.select_table td.cat { width: 95px; }
.select_table td.price { width: 120px; font-weight: bold; }
.select_table td.quantity { width: 85px; }

#lightbox .select_table span {
	font-size: 1em;
}

.select_table .striked {
	text-decoration: line-through;
}

.select_table .sale {
	font-weight: normal;
}

.select_table select {
	width: 42px;
}




/* Mittlere Spalte */
.middlecontent {
	float: left;
	width: 140px;
	margin: 50px 15px 0 0;
	position: relative;
}





/* ----------------- Saalplan ---------------- */
.lightbox_saalplan .header, .lightbox_saalplan .middlecontent {
	margin: 0 !important;
}

.lightbox_saalplan .leftcontent {
	width: 170px !important;
}

.lightbox_saalplan .rightcontent {
	margin: 0 0 0 500px;
}

.saalplan {
	width: 910px;
	height: 410px;
	border: 1px solid #000000;
	border-top: none;
	position: relative;
	overflow: scroll;
	margin: 0 0 15px 0;
}

.saalplan .tooltip {
	position: absolute;
	top: 160px;
	left: 350px;
	width: 200px;
	background-color: #fff;
	border: 3px solid #a50f10;
	font-size: 0.8em;
	padding: 0 5px;
}

.legend strong, #lightbox .legend .legend_kat {
	margin: 0 10px 0 0;
}

.legend .legend_kat img {
	vertical-align: middle;
}




/* Navigator */
.navigator {
	position: relative;
}

.saalplan_navipfeil {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid black;
	height: 110px;
	width: 167px;
	text-align: center;
}

.saalplan_navipfeil img {
	margin: 40px 0 0 0;
	cursor: pointer;
}


/* Tabelle mit Karten */
.selected_table {
	width: 300px;
	margin: 0 0 20px 0;
}

.selected_table td.cat {
	width: 30px;
}

#lightbox .selected_table .info {
	width: 180px;
	border-right: 1px solid #A8813F;
	text-align: left;
}

.selected_table td.price {
	width: 90px;
}



/* Gutschein einloesen */
.voucher {
	margin: 0 0 15px 0;
}

/* Gutschein einkaufen */
.voucher_create .formrow {
	margin: 0 0 5px 0;
}

.voucher_create .formrow label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 5px 0 0;
}

.voucher_create .formrow input.tinyinput {
	width: 50px;
}

.voucher_create .mini {
	font-size: 0.8em;
}




/* ----------------------------------------------- Buchung -------------------------------------------- */

#buchung .header {
	background-color: #a50f10;
	color: #fff;
	padding: 7px 12px;
	margin: 0 0 20px 0;
}

#buchung h1 {
	text-transform: none;
	letter-spacing: 0em;
	color: #fff;
	font-size: 1.2em;
	margin: 0 5px 0 0;
}

/* Artikel Tabelle */
.warenkorb_artikel {
	width: 100%;
	padding: 0;
	border: 1px solid #dece9c;
	font-size: 0.8em;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.warenkorb_artikel th {
	text-transform: uppercase;
	background-color: #f9eecd;
}

.warenkorb_artikel th, .warenkorb_artikel td {
	text-align: center;
	padding: 3px 5px;
	vertical-align: middle;
	border-top: 1px solid #dece9c;
}

.warenkorb_artikel td {
	padding: 1px 5px;
	border-right: 1px solid #dece9c;
}

#buchung .warenkorb_artikel a img {
	border: none;
}

#buchung .warenkorb_artikel th.item {width: 155px; text-align: center;}
#buchung .warenkorb_artikel td.item {width: 155px; text-align: left;}
#buchung .warenkorb_artikel .item img {float: left; margin: 0 8px 0 0;}
#buchung .warenkorb_artikel td { vertical-align: middle }

.warenkorb_artikel .delete {width: 45px;}

.warenkorb_artikel th.info {width: 180px; text-align: center;}
.warenkorb_artikel td.info {width: 180px; text-align: left; padding: 4px 5px;}
.warenkorb_artikel .info img {float: left;}

.warenkorb_artikel .discount {width: 265px;}
.warenkorb_artikel th.discount span {vertical-align: super; margin-right: 10px;}

.warenkorb_artikel .discount .tooltip_link {
	margin: 0 0 0 5px !important;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	vertical-align: bottom;
}

.warenkorb_artikel .discount .tooltip_link .tooltip {
	text-decoration: none;
}

.warenkorb_artikel .discount .nodiscount {
	width: 50px; 
	border-bottom: 1px solid #dece9c; 
	margin: 0 auto; 
	display: block;
}

.warenkorb_artikel .discount select {
	font-size: 1.1em;
}

.warenkorb_artikel .price {width: 65px; font-weight: bold; font-size: 1.1em;}

.warenkorb_artikel h2 {
	text-transform: none;
	letter-spacing: 0;
}

.warenkorb_artikel h3 {
	color: #450c24;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1em;
}

#buchung .warenkorb_artikel .sum, .sum {
	background-color: #f9eecd;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	color: #a50f10;
	padding: 10px 25px 10px 5px;
}




/* ------------ Versicherung -------------- */
.versicherung {
	background-color: #f9eecd;
	border: 1px solid #dece9c;
	padding: 10px;
	margin: 0 0 20px 0;
}

.versicherung h2 {
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 5px 0;
}

.versicherung input {
	vertical-align: middle;
}




/* Zugaben */
.zugaben_tabelle {
	width: 100%;
	padding: 0;
	border: 1px solid #dece9c;
	font-size: 0.8em;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.zugaben_tabelle th {
	background-color: #f9eecd;
	text-align: left;
	padding: 5px 10px;
}

.zugaben_tabelle th h2 {
	text-transform: none;
	color: #a50f10;
	letter-spacing: 0;
	font-size: 1.2em;
}

.zugaben_tabelle th p {
	font-weight: normal;
}

#buchung .zugaben_tabelle td {
	text-align: center;
	padding: 3px 5px;
	vertical-align: middle;
	border-top: 1px solid #dece9c;
	padding: 1px 5px;
	border-right: 1px solid #dece9c;
}

#buchung .zugaben_tabelle td h3 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1em;
	color: #450c24;
	margin: 0 0 5px 0;
}

#buchung .zugaben_tabelle a img {
	border: none;
}

#buchung .zugaben_tabelle .item {width: 215px; text-align: left; padding: 4px 5px;}
#buchung .zugaben_tabelle .item img {float: left; margin: 0 8px 0 0;}
#buchung .zugaben_tabelle .info {width: 210px; text-align: left; padding: 4px 5px;}
.zugaben_tabelle .quantity {width: 70px;}
.zugaben_tabelle .price {width: 55px; font-weight: bold; font-size: 1.1em;}
#buchung .zugaben_tabelle .buy {width: 175px; text-align: left;}

#buchung .zugaben_tabelle .item,
#buchung .zugaben_tabelle .info {
	text-align: left;
}

#buchung .zugaben_tabelle .item {
	width: 100px;
}

.back {
	font-weight: bold; 
	display: block; 
	margin: 10px 0 0 0;
}



/* --------------------------------------- Formulare ----------------------------------------------- */
#buchung .form {
	/*margin: 0 0 20px 0;*/
}

#buchung fieldset {
	border-bottom: 1px solid #eaddb5;
	padding: 10px 0;
	margin: 0;
}

#buchung .formular {
	background-color: #f9eecd;
	padding: 10px;
	margin: 5px 15px 15px 15px; 
}

#buchung .formular input {
	color: #A8813F;
}

#buchung .formular .booking_button_on input.submit {
	color: #ffffff;	
}

.form input {
	border: 1px solid #a8813f;
	color: #a8813f;
	padding: 2px 5px 3px 7px;
	float: left;
	margin: 0 5px 0 0;
}

.form input:focus {
	border: 1px solid #6c4605;
}

.form input.radio, .form input.radio:focus, .form input.check, .form input.check:hover{
	border: none;
}

.form .checkedlabel {
	font-weight: bold;
}

.form .booking_button {
	display: inline;
	padding: 9px 0 9px 23px;
	margin: 0 0 0 10px;
}

.form .booking_button input.submit {
	margin: 0;
}

.form a.floatright {
	margin: 8px 0 0 0;
}

.form .versandkosten {
	float: right; 
	padding: 0 500px 0 0;
}

.gesamtsumme {
	border: 1px solid #d8c492;
	margin: 10px 0 20px 0;
	font-size: 1em;
}

#buchung .tiny {
	color: #A8813F;
	font-size: 0.8em;
}


.formular h3 {
	text-transform: none;
	letter-spacing: 0;
	color: #450c24;
	font-size: 1em;
	margin: 0 0 10px 0;
}

.formular .formrow {
	margin: 0 0 5px 0;
	clear: left;
	height: 20px;
}

.formular label {
	width: 200px;
	float: left;
	text-align: right; 
	padding: 3px 5px 0 0;
}

.formular select {
	color: #a8813f;
	margin: 0;
}

.formular .required {
	color: #a50f10;
}

.formular .tinyinput {
	width: 70px;
}

.formular .checking {
	padding: 0 0 0 205px;
}

.formular .checking_wide {
	padding: 0;
}

.formular .checking label {
	float: none;
	width: auto;
	text-align: left;
	color: #a8813f;
}

.formular .checking_wide label {
	color: #460c22;
	display: block;
	padding: 0 0 0 17px;
}

.formular .radiolabel {
	float: none;
	text-align: left;
	margin: 0 10px 0 0;
}



/* Fehlermeldungen */
.error {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 6px 10px 4px 10px;
	margin: 0 10px 0 5px;
}




/* Readonly */
#buchung .readonly div.formular {
	background-color: transparent;
	padding: 0;
	margin: 0 0 15px 0; 
}

#buchung fieldset.readonly {
	border: none;
}

#buchung .readonly p {
	padding-top: 0;
}




/* Dankeseite */
.thanks {
	font-size: 1.2em;
}

.center {
	text-align: center;
}

#newsletterabo_wrapper {
	background: transparent url(/fileadmin/template/images/buchungsstrecke/newsletter.jpg) no-repeat top left;
	height: 616px;
	margin: 40px 0 0 0;
	color: #d9b372;
	position: relative;
}

#buchung #newsletterabo_wrapper .header {
	margin: 0;
}

.newsletterabo_content {
	padding: 20px 50px;
}

#newsletterabo_wrapper form {
	position: absolute;
	top: 400px;
	left: 245px;
}

#newsletterabo_wrapper fieldset {
	border: none;
}

#newsletterabo_wrapper input {
	background: transparent url(/fileadmin/template/images/buchungsstrecke/bg_input.gif) repeat-x top left;
	border: 1px solid #cb9732;
	color: #986c2f
}

#newsletterabo_wrapper .text_input {
	padding: 3px;
	width: 230px;
}

#newsletterabo_wrapper .nl_submit {
	background: transparent url(/fileadmin/template/images/buchungsstrecke/nl_submit.png) no-repeat top left;
	border: none;
	width: 30px;
	cursor: pointer;
	padding: 3px;
	display: block;
	float: right;
	height: 30px;
}

