#KSBuchung, #div_mailanfrage {
	margin: 10px;
	position: relative;
	display:none;
}

.buchung-buchungsinfo {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}
#div_buchungszusammenfassung{
	display:none;
	height:0;
	width:0;
	overflow:auto;
}

.buchung-link{
	text-decoration:none;
}
.buchung-link:hover{
	text-decoration:underline;
}
.uk-grid{
	margin-left: 0px;
}
.uk-grid>*{
	padding-left: 0px;
}
#buchschritte {
	font-size:1.2em;
}
.buchung-schritt-reiter{
	padding: 5px 2px;
	height: 5em;
	width:120px;
	-moz-transition: background 0.5s;
  	-webkit-transition: background 0.5s;
  	-o-transition: background 0.5s;
  	transition: background 0.5s;
}
@media (max-width: 960px){
	.buchung-schritt-reiter{
		width:96px;
	}
}
@media (max-width: 799px){
	.buchung-schritt-reiter{
		width:20%;
	}
}
@media (max-width: 599px){
	.buchung-schritt-reiter{
		width:30%%;
	}
}
@media (max-width: 499px){
	.buchung-schritt-reiter{
		width:100%;
	}
}
.buchung-schritt-reiter table{
	height:100%;
	width:100%;
	}
.buchung-schritt-reiter td{
	text-align:center;
	vertical-align: middle;
	line-height: 1.2em;
}
#schritte-ausblenden {
	height:20px;
	width:20px;
	margin-bottom:10px;
}
@media (min-width: 800px){
	#schritte-ausblenden {
		display:none;
	}
}
.buchschritte-inaktiv{
	display:block;
}
@media (max-width: 799px){
	.buchschritte-inaktiv{
		display:none;
	}
}	

.bs_reiter_normal {	
	cursor: pointer;
	background:none;
}
.bs_reiter_normal:hover {
	background-color:white;
}
.bs_reiter_aktiv{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: default;
}
.bs_reiter_inaktiv{	
	cursor: default;
}
.buchung-navigation-schritt{
	font-weight:bold;
	line-height:1.5em;
}
.buchung-navigation-schritt-next{
	float: right;
	text-align: right;
	margin-right:5px;
}
.buchung-navigation-schritt-back{
	float: left;
	text-align: left;
	margin-left:5px;
}
.bs_nextstep_aktiv,.bs_backstep_aktiv {
	cursor: pointer;
	padding: 3px;	
}
.bs_nextstep_aktiv:hover,.bs_backstep_aktiv:hover {
	text-decoration:underline;
}

.buchung-inhalt{
	margin: 0px 5px;
}

.buchung-buchrahmen{
	text-align:left;
	margin: 20px 0;
}
#buch_mailausstieg{
	margin:10px;	
}
#div_mailanfrage .buchung-mailanfrage-ueberschrift {
	display:none;
}
.buchung-mailanfrage-sublabel{
	font-weight:bold;
	margin-bottom: 5px;
}
.buchung-mailanfrage-abschnitt-senden,.buchung-abschnitt-senden{
	margin: 20px;
	text-align:center;
}
.buchung-mailanfrage-abschnitt-info{
	margin-top: -1em;
	margin-left:-5px;
	font-size:1.2em;
}


.feld_aus {
	display: none;
}

.buchung-label {
	font-weight:bold;
	font-size:1em;	
}
.buchung-sublabel {
	font-weight:bold;
	font-size:.8em;	
}
.buchung-select {
	font-size:1em;
}
.buchung-button-info{
	font-size:1.6em;
	font-weight:bold;	
	padding:1px 5px;
}
.buchung-abschnitt{
	margin:20px 0;	
}
.buchung-unterabschnitt{
	margin:5px;	
}
.buchung-tabelle-rahmen{
	padding:3px;	
}
.buchung-tabelle-rahmen .buchung-tabelle-rahmen{
	font-size:1.3em;	
}
.buchung-tabelle-rahmen table {
	width:100%;
}
.buchung-tabelle-rahmen th {
	text-align:center;
	line-height:1.8em;
	vertical-align:middle;
}
.buchung-tabelle-rahmen td {
	vertical-align:middle;
	padding:5px 3px;
}
.buchung-zeile-aktiv{
	cursor:pointer;
}

th.buchung-tabelle-spalte-radio{
	width:20px;	
}
td.buchung-tabelle-spalte-radio{	
	text-align:center;
}
td.buchung-tabelle-spalte-bezeichnung{	
	text-align:left;
}
th.buchung-tabelle-spalte-datum{
	width:5.5em;	
}
td.buchung-tabelle-spalte-datum,td.buchung-tabelle-spalte-plz,td.buchung-tabelle-spalte-zeit,td.buchung-tabelle-spalte-anzahl,td.buchung-tabelle-spalte-alter,td.buchung-tabelle-spalte-frei,td.buchung-tabelle-spalte-auswahl{	
	text-align:center;
}
th.buchung-tabelle-spalte-preis{
	width:5em;	
}
td.buchung-tabelle-spalte-preis{	
	text-align:right;
}
th.buchung-tabelle-spalte-info,th.buchung-tabelle-spalte-frei,th.buchung-tabelle-spalte-auswahl{
	width:2em;	
}
th.buchung-tabelle-spalte-alter,th.buchung-tabelle-spalte-anzahl{
	width:3.5em;	
}
.buchung-tabelle-spalte-auswahl{
	padding-left:2px;
	padding-right:2px;
}
td.buchung-tabelle-spalte-teilnehmernr{	
	vertical-align:top;
	padding-top:2px;
}
.buchung-tabelle-spalte-anzahl .text-eingabe{
	width:2em;
}

div.buchung-zusammenfassung-aufruf{
	text-align:right;
	margin:10px 0;
}
span.buchung-zusammenfassung-aufruf{
	font-size:.9em;
	font-weight:bold;	
 	cursor:pointer;
}
span.buchung-zusammenfassung-aufruf:hover{
	text-decoration:underline;	
}

.buchung-information-modal{
	padding:5px 0;
		
}


.buchung-mailausstieg-button{
	float:right;	
}
.buchung-mailausstieg-text{
	line-height:2em;	
}



@media screen and (max-width: 499px) {
	.tabelle-buchung-befoerderung .buchung-tabelle-spalte-datum,
	 .tabelle-buchung-befoerderung .buchung-tabelle-spalte-frei, .tabelle-buchung-befoerderung .buchung-tabelle-spalte-preis,
	 .tabelle-buchung-befoerderung .buchung-tabelle-spalte-info,
	 #zus_alle .buchung-tabelle-spalte-bezeichnung, #zus_einzel .buchung-tabelle-spalte-bezeichnung {
 		display: block;

	}
	.tabelle-buchung-befoerderung .buchung-tabelle-spalte-datum,.tabelle-buchung-befoerderung .buchung-tabelle-spalte-frei,
	.tabelle-buchung-befoerderung .buchung-tabelle-spalte-preis,.tabelle-buchung-befoerderung .buchung-tabelle-spalte-info,
	#zus_alle .buchung-tabelle-spalte-bezeichnung, #zus_einzel .buchung-tabelle-spalte-bezeichnung  {
		width:100%;
	}

	.tabelle-buchung-befoerderung .buchung-tabelle-spalte-datum,.tabelle-buchung-befoerderung .buchung-tabelle-spalte-frei,
	.tabelle-buchung-befoerderung .buchung-tabelle-spalte-preis,.tabelle-buchung-befoerderung .buchung-tabelle-spalte-info {
		text-align:center;
	}
}

@media screen and (max-width: 699px) {
	 .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info, 
	 .buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
	 .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis,
	 #zus_alle .buchung-tabelle-spalte-datum, #zus_alle .buchung-tabelle-spalte-zeit, #zus_alle .buchung-tabelle-spalte-preis,
	 #zus_einzel .buchung-tabelle-spalte-datum, #zus_einzel .buchung-tabelle-spalte-zeit, #zus_einzel .buchung-tabelle-spalte-preis{
 		display: block;
	}
	.tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info, 
	 .buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
	 .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis,
	 #zus_alle .buchung-tabelle-spalte-datum, #zus_alle .buchung-tabelle-spalte-zeit, #zus_alle .buchung-tabelle-spalte-preis,
	 #zus_einzel .buchung-tabelle-spalte-datum, #zus_einzel .buchung-tabelle-spalte-zeit, #zus_einzel .buchung-tabelle-spalte-preis{
 		width:100%;
	}

	 .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info, 
	 .buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
	 .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis{
		text-align:left;
	}
	.buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
	 .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis{
	 	text-align:center;
	 }
	 table.buchung-untertabelle-tabelle td{
	 	line-height:1em;
	 }
	 table.buchung-untertabelle-tabelle .buchung-untertabelle-tabelle-belegung div {
		width:100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	td.buchung-untertabelle-tabelle-bezeichnung{
		font-weight:bold;
	}
}

@media screen and (max-width: 499px) {
	.tabelle-buchung-hotel .buchung-untertabelle-spalte-bild,
	 .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info,
	 .buchung-untertabelle-tabelle-bezeichnung{
 		display: block;
	}
	.tabelle-buchung-hotel .buchung-untertabelle-spalte-bild,
	 .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info,
	 .buchung-untertabelle-tabelle-bezeichnung{
		width:100%;
		text-align:center;
	}
}

.hotel-beschreibung-dokument {
	width:100%;
	height:600px;
}

table.buchung-untertabelle-tabelle td, table.buchung-untertabelle-tabelle th {
	font-size:1em;
}







.buchung-suchetext{
	font-size:1.2em;
}
.buchung-zustieg-button {
	font-size:1em;
}
.buchung-zustieg-rahmen {
	max-height:15em;
	overflow-y: scroll;
}
.buchung-zustieg-sub-rahmen {
	max-height:10em;
	overflow-y: scroll;
}
.buchung-zustieg-sub-rahmen td{
	font-size:1em;
}
.buchung-sitzplan-auswahl {
	vertical-align: top !important;
	padding-top:10px !important;
}
.buchung-sitzplan-button {
	font-size:1em;
	line-height:1.6em;
	margin:10px auto 0 auto;
	text-align:center;
	width:15em;
}
.buchung-sitzplan-kategorie{
	width: 15em;
	margin: 0 auto 10px auto;
}
.buchung-sitzplan-kategorie td {
	font-size:1em;
}
.buchung-sitzplan-kategorie-auswahl{
	width:15px;
	text-align:center;
}
.buchung-sitzplan-kategorie-farbe,.buchung-sitzplan-kategorie-bezeichnung {
	width:1.5em;
	text-align:center;
}
.buchung-sitzplan-kategorie-preis{
	width:4em;
	text-align:right;
}
.buchung-sitzplan-kategorie-plaetze{
	padding-left:5px;
}
#buchung-sitzplan-vmh .ui-button{
	width:5em;
}
#buchung-sitzplan-lr .ui-button,#buchung-sitzplan-fg .ui-button{
	width:7.5em;
}
td.buchung-sitzplan-leistung{
	font-size:1em;
}

.buchung-unterbringung-zeile{
	margin-bottom:10px;	
}
.buchung-unterbringung-container-preis{
	padding: 5px;
}
.buchung-unterbringung-container-anzahl{
	width:4em;
	float:right;
	padding: 5px;
}
.buchung-unterbringung-container-bezeichnung{
	margin-right: 5em;
}
.buchung-tabelle-spalte-container .buchung-unterbringung-container-bezeichnung{
	margin-right: 5em;
}
.buchung-unterbringung-container-termin {
	margin-top: 5px;
	float:left;
	width:48%;
}
.buchung-unterbringung-container-verpflegung{
	width:48%;
	float:right;
	margin-top: 5px;
}
.buchung-unterbringung-container-bezeichnung {
	padding: 5px;

}
.buchung-unterbringung-kontingent{
	width:20px;
	float:left;
}
.buchung-unterbringung-anreise, .buchung-unterbringung-abreise{
	width:8em;
	float:left;
	height:1.5em;
	margin-right:10px;
}

.buchung-unterbringung-preis {
	font-size:1.5em;
	font-weight: bold;
	line-height:2.2em;
	text-align:right;
	width:12em;
	float:right;
}
.buchung-unterbringung-preis span{
	padding: 0 2px 2px 2px;	
}
.buchung-unterbringung-bezeichnung {
	font-weight:bold;
	padding:1px 5px;
	text-align:center;
}
.buchung-unterbringung-label {
	width:1.7em;
	float:left;
	text-align:center;
	min-width:28px;
}
.buchung-symbol-verpflegung,.buchung-symbol-ausstattung,.buchung-symbol-kategorie {
	width:1.7em;
	min-width:28px;
}
.buchung-symbol-verpflegung{
	background:url(grfx/symbol_verpflegung.png) no-repeat center;
}
.buchung-symbol-ausstattung{
	background:url(grfx/symbol_ausstattung.png) no-repeat center;
}
.buchung-symbol-kategorie{
	background:url(grfx/symbol_kategorie.png) no-repeat center;
}
.buchung-unterbringung-bezeichnung,.buchung-unterbringung-ausstattung,.buchung-unterbringung-anreise,.buchung-unterbringung-abreise,
.buchung-unterbringung-kontingent,.buchung-unterbringung-kategorie,.buchung-unterbringung-verpflegung {
	line-height:1.5em
}
.buchung-unterbringung-anzahl {
	text-align:center;
}
.buchung-unterbringung-ausstattung{
	margin-top:10px;
}
.buchung-unterbringung-anzahl .text-eingabe{
	width:2em;
}
.buchung-unterbringung-info{
	width:1.5em;
	margin: 5px auto;
	padding:0px 2px;
}
.buchung-unterbringung-kategorie{
	float:left;
	width:45%;
}
.buchung-unterbringung-verpflegung{
	float:right;
	width:48%;
}

@media screen and (max-width: 699px) {
	.buchung-unterbringung-kategorie,.buchung-unterbringung-verpflegung{
		float: none;
		width:100%;
		margin-top:5px;
	}
	.buchung-unterbringung-anreise,.buchung-unterbringung-abreise {
		float:none;
		margin-top:5px;
	}
	#div_lei .buchung-tabelle-spalte-datum{
		display:block;
		width:100%;
	}
}
@media screen and (max-width: 499px) {
	.buchung-unterbringung-container-termin,.buchung-unterbringung-container-verpflegung{
		float: none;
		width:100%;
		margin-top:5px;
	}
	#div_lei .buchung-tabelle-spalte-datum{
		display:none;
	}
	#div_lei .buchung-tabelle-spalte-frei, #div_lei .buchung-tabelle-spalte-alter, #div_lei .buchung-tabelle-spalte-preis{
		display:block;
		width:100%;
	}
}

.buchung-tabelle-teilnehmer{
	padding:6px;
}
.buchung-tabelle-teilnehmer .buchung-sublabel{
	margin-bottom:10px;	
}
.buchung-tabelle-teilnehmer .buchung-tabelle-zeile1, .buchung-tabelle-teilnehmer .buchung-tabelle-zeile2{
	padding: 5px;	
}
.buchung-teilnehmer-spalte1{
	width:30%;
	float:left;	
	margin-top:5px;
}
.buchung-teilnehmer-spalte2{
	width:65%;
	margin-top:5px;
}

.buchung-teilnehmer-spalte-indent{
	margin-left:15%;
}
.buchung-teilnehmer-spalte-geburtstag{
	margin-left:30%;
}
@media screen and (max-width: 499px) {
	.buchung-teilnehmer-spalte1,.buchung-teilnehmer-spalte2{
		float:none;
		width:100%;
	}
	.buchung-teilnehmer-spalte-geburtstag{
		margin-left:0;
	}
}
.buchung-teilnehmer-geburtstag{
	width:5em;	
}
.buchung-teilnehmer-abschnitt textarea{
	height: 5em;
}
.buchung-teilnehmer-textfeld{
	height:5.5em;
}
.buchung-teilnehmer-anzeige_l,.buchung-teilnehmer-lblanzeige_l{
	display:none;
}
.buchung-teilnehmer-spalte-container {
	float: left;
}
.buchung-teilnehmer-spalte2-container {
	margin-left:50%;
}
.buchung-teilnehmer-spalte-container,.buchung-teilnehmer-spalte2-container {
	width:48%;
}
.buchung-teilnehmer-unterabschnitt{
	margin-top:15px;	
}

.buchung-tabelle-zuordnung{
	overflow: auto;
}

@media screen and (max-width: 699px) {
	.buchung-teilnehmer-spalte-container,.buchung-teilnehmer-spalte2-container{
		float: none;
		width:100%;
		margin:0;
	}
}
@media screen and (max-width: 499px) {
	#div_ver .buchung-tabelle-spalte-teilnehmer,#div_ver .buchung-tabelle-spalte-tabelle{
		display:block;
		width:100%;
	}
}

.buchung-anmeldung-spalte1 {
	width:7em;
	float:left;
}
.buchung-anmeldung-spalte2 {
	width:12em;
	float:left;
}
@media screen and (max-width: 699px) {
	.buchung-anmeldung-spalte-container{
		float:left;
	}
}


.buchung-zahlung-lblzahlungsdaten{
	float: left;
	width: 10em;	
}
.buchung-zahlung-zahlungsdaten_{
	display: none;
	margin-left:50px;	
}
.buchung-zahlung-zahlungsdaten_checked{
	margin-left:50px;
}
.buchung-zahlung-zahlungsdaten-zeile{
	margin-top: 5px;
}
.buchung-zahlung-container {
	padding:10px 0;	
}
.buchung-zahlung-kartefirma,.buchung-zahlung-kartenr, .buchung-zeile-bank {
	width:10em;
}
.buchung-zahlung-blz,.buchung-zahlung-konto{
	width:6em;	
}
.buchung-zahlung-kartemonat {
	width:1.5em;
}
.buchung-zahlung-kartejahr {
	width:2.5em;
}


.buchung-untertabelle-uebersicht td{
	font-size: 1em;
}
.buchung-uebersicht-spalte-beschreibung{
	width: 12em;
}
#BEF .buchung-uebersicht-spalte-wert,#TN .buchung-uebersicht-spalte-wert,#LEI .buchung-uebersicht-spalte-wert,
#UNT .buchung-uebersicht-spalte-wert,#VER .buchung-uebersicht-spalte-wert,#RAB .buchung-uebersicht-spalte-wert{
	padding:0px;
}
.buchung-uebersicht-unterspalte-preis{
	text-align:right;
	width:6em;
}
.buchung-uebersicht-unterspalte-nr,.buchung-uebersicht-unterspalte-anzahl {
	width: 2em;
}
.buchung-uebersicht-unterspalte-trenner{
	width:1em;
}
#GPR td{
	font-weight:bold;	
}
#GPR .buchung-uebersicht-spalte-wert{
	text-align:right;
}
td.buchung-untertabelle-spalte-name{
	font-size:1.2em;
}
.buchung-untertabelle-spalte-ort,.buchung-untertabelle-spalte-info{
	font-size:1em !important;
}
.buchung-untertabelle-spalte-bild{
	width:250px;
}
.buchung-untertabelle-spalte-info{
	font-size:1.4em !important;
	width:5em;
}


@media screen and (max-width: 499px) {
	.buchung-uebersicht-spalte-wert,.buchung-uebersicht-spalte-beschreibung{
		display:block;
		width: 100%;
	}
	.buchung-uebersicht-spalte-beschreibung {
		font-weight: bold;
	}
}
.buchung-hotel-rahmen {
	max-height:30em;
	overflow-y: scroll;
}
.buchung-hotel-beschreibung {
	display:block;
	text-decoration:none;
}
.hotel-beschreibung-info{
	display:none;	
}
.ui-dialog .hotel-beschreibung-info{
	padding:0 !important;	
}


.buchung-crm-auswahl-container{
	float:left;
	margin-right:20px;	
}
.buchung-crm-rahmen{
	padding-top:10px;
	padding-bottom:10px;
}
.buchung-crm-auswahl{
	width:15em;	
}
	
	
	
	
div#KSBuchungInit {
	width: 100%;
	height: 300px;
	text-align: center;
	background:url(grfx/ks_warten.gif) no-repeat;
	background-position:  center center;
	padding-top: 100px;
}


/* ************* */
/* BuchungFehler */
/* ************* */

div#div_fehler_rahmen {
	clear: both;
	width: 75%;
	margin: 10px auto;
	border: 1px solid #ff0000;
	background-color: #ffdddd;
	display: none;
}
div#div_fehler {
	padding: 5px 5px 5px 50px;
	background: url(grfx/sym_fehler.gif) no-repeat left;
	color: #ff0000;
	font-weight: bold;
}

/* ************* */
/* BuchungHinweis */
/* ************* */

div#div_hinweis_rahmen {
	clear: both;
	width: 75%;
	margin: 10px auto;
	border: 1px solid #009900;
	background-color: #b3ffb3;
	display: none;
}
div#div_hinweis {
	padding: 5px 5px 5px 5px;
	color: #009900;
	font-weight: bold;
}

.crm_display_l, .crm_lbldisplay_l {
	display: none;
}

#div_pwrenew{
        display: none;
        width: 500px;
        height: 300px;
        overflow: auto;
        border: 1px solid #000;
        padding: 20px;
        background-color: #fff;
}
#div_pwrenew input {
        width: 200px;
}
.buchung-anmeldung{
	margin: 20px 0;
}
.buchung-anmeldung-eingabe{
	margin-left:10px;
	margin-right: 20px;
}
#ks-warten .ui-dialog-titlebar{
	display:none;
}
.ui-dialog{
	background-color: #ffffff;	
}
#ks-warten{
	background: url(grfx/ks_warten.gif) no-repeat center;
	text-align:center;
}
#buchungsinhalte #ks-warten{
	display:none;
}
#KSAnfrage #ks-warten{
	display:none;
}


.buchung_teilnehmer_anmelder_unsichtbar {
	display:none;
}
.buchung_teilnehmer_anmelder_sichtbar {
	display:block;
}

.buchung-mailanfrage-abschnitt-info #buchung-teilnehmer-anmelder1 {
	display:block;
}


/*Sitzplan Direktauswahl */
.buchung-tabelle-sitzplan-rahmen{
	border: 1px solid #000;
	padding:5px;
	padding-right:-5px;
	margin-right:10px;
}
table.buchung-tabelle-sitzplan{
	width:110px;
}
.buchung-tabelle-sitzplan td{
	padding:0px;
}
#sitz_tabelle_plan td{
	vertical-align:top;	
}
table.buchung-sitzplan-legende{
	font-size:1.2em;
	margin-top:20px;
}
.sitzplan-sitz-rahmen{
	width:23px;
}
.sitz-sitz {
	width:20px;
	height:20px;
}
.sitz-frei{
	background: url(grfx/sitz_frei.png) no-repeat;
}
.sitz-richtung2 .sitz-frei{
	background: url(grfx/sitz2_frei.png) no-repeat;
}
.sitz-richtung3 .sitz-frei{
	background: url(grfx/sitz3_frei.png) no-repeat;
}
.sitz-richtung4 .sitz-frei{
	background: url(grfx/sitz4_frei.png) no-repeat;
}

.sitz-auswahl{
	background: url(grfx/sitz_auswahl.png) no-repeat;
}
.sitz-richtung2 .sitz-auswahl{
	background: url(grfx/sitz2_auswahl.png) no-repeat;
}
.sitz-richtung3 .sitz-auswahl{
	background: url(grfx/sitz3_auswahl.png) no-repeat;
}
.sitz-richtung4 .sitz-auswahl{
	background: url(grfx/sitz4_auswahl.png) no-repeat;
}

.sitz-belegt{
	background: url(grfx/sitz_belegt.png) no-repeat;
}
.sitz-richtung2 .sitz-belegt{
	background: url(grfx/sitz2_belegt.png) no-repeat;
}
.sitz-richtung3 .sitz-belegt{
	background: url(grfx/sitz3_belegt.png) no-repeat;
}
.sitz-richtung4 .sitz-belegt{
	background: url(grfx/sitz4_belegt.png) no-repeat;
}

.sitz-gesperrt{
	background: url(grfx/sitz_gesperrt.png) no-repeat;
}
.sitz-richtung2 .sitz-gesperrt{
	background: url(grfx/sitz2_gesperrt.png) no-repeat;
}
.sitz-richtung3 .sitz-gesperrt{
	background: url(grfx/sitz3_gesperrt.png) no-repeat;
}
.sitz-richtung4 .sitz-gesperrt{
	background: url(grfx/sitz4_gesperrt.png) no-repeat;
}

.sitz-nichtbuchbar{
	background: url(grfx/sitz_nichtbuchbar.png) no-repeat;
}
.sitz-richtung2 .sitz-nichtbuchbar{
	background: url(grfx/sitz2_nichtbuchbar.png) no-repeat;
}
.sitz-richtung3 .sitz-nichtbuchbar{
	background: url(grfx/sitz3_nichtbuchbar.png) no-repeat;
}
.sitz-richtung4 .sitz-nichtbuchbar{
	background: url(grfx/sitz4_nichtbuchbar.png) no-repeat;
}

.sitz-fahrer{
	background: url(grfx/sitz_fahrer.png) no-repeat;
}
.sitz-kueche{
	background: url(grfx/sitz_kueche.png) no-repeat;
}
.sitz-reiseleiter{
	background: url(grfx/sitz_reiseleiter.png) no-repeat;
}
.sitz-tisch{
	background: url(grfx/sitz_tisch.png) no-repeat;
}
.sitz-wc{
	background: url(grfx/sitz_wc.png) no-repeat;
}
.sitz-erklaerung{
	padding-top:10px;
	font-weight:bold;
}

div.buchung-tabelle-spalte-belegung{
	background: url(grfx/symbol_ausstattung.png);	
	width:24px;
}
td.buchung-tabelle-spalte-belegung{
	text-align:center;
}

.buchung-flug-tabelle {
	margin-top:5px;	
}
.buchung-flug-tabelle th,.buchung-flug-tabelle td {
	font-size:0.7em;
}

.buchung-zahlung-iban {
	width: 15em;
}

.buchung-kategorie-kabine  {
	height: 3em;
}
