
/* Farben */
.hg-hell,.bs_reiter_normal:hover, .buchung-tabelle-rahmen,.buchung-tabelle-zeile1,.terminal-zeile1 {
	background-color:#fff;
}
.hg-hell-absatz,.ui-datepicker,.rb-termine-zeile2,.buchung-tabelle-zeile2,.terminal-zeile2 {
	background-color:#eee;
}
.hg-mittel,.ui-datepicker-weekend,.buchung-zeile-aktiv {
	background-color:#ccc;
}
.hg-dunkel,.ui-datepicker-header,.buchung-unterbringung-label {
	background-color:#666;
}
.hg-farbe1, .buchung-tabelle-rahmen th,.buchung-unterbringung-preis span,.terminal-tabelle-header th{
	background-color:#0b6f87; /* blau-grün dunkel */
}
.hg-farbe2, .ui-datepicker-current-day .ui-state-active, .bs_reiter_aktiv {
	background-color:#21b0cf; /* blau-grün hell */
}


.vg-hell,.ui-datepicker-header, .ui-datepicker-current-day .ui-state-active,.ui-accordion-header a, .buchung-tabelle-rahmen th,
.ui-dialog-titlebar a,.buchung-unterbringung-label,.buchung-unterbringung-preis span,.terminal-tabelle-header th{
	color:#fff;
}
.vg-mittel,.bs_reiter_inaktiv span,.bs_nextstep_inaktiv,.bs_backstep_inaktiv {
	color:#aaa;	
}
.vg-dunkel,.ui-datepicker,.ui-datepicker a,.buchung-sublabel,.buchung-select,.text-eingabe,
.buchung-tabelle-rahmen td,.buchung-information-modal,.buchung-unterbringung-zeile, .buchung-teilnehmer-abschnitt,
.buchung-zahlung-container,.terminal-eingabe-label {
	color:#666;
}
.vg-farbe1,.buchung-label,.terminal-label {
	color:#0b6f87; /* blau-grün dunkel */
}
.vg-farbe2,.ui-datepicker-today .ui-state-highlight, a,.bs_nextstep_aktiv,.bs_backstep_aktiv  {
	color:#21b0cf; /* blau-grün hell */
}


.container-hell,.ui-datepicker,.ui-datepicker td a,.ui-dialog{
	border: 1px solid #cccccc; /* vg-mittel */
	background-color: #eeeeee; /* hg-hell_absatz*/
	padding:5px;
}

.container-mittel{
	border: 1px solid #666666; /* vg-dunkel */
	background-color: #cccccc; /* hg-mittel*/
	padding:5px;
}

.container-dunkel{
	padding:5px;
	color:#fff; /* vg-hell */
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #666666 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.container-farbe,.bs_reiter_aktiv,.ui-dialog-titlebar,.ui-buttonset .ui-state-active{
	padding:10px;
	color:#fff; /* vg-hell */
	background: #21b0cf; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b6f87 0%, #21b0cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b6f87), color-stop(100%,#21b0cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b6f87 0%,#21b0cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b6f87 0%,#21b0cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b6f87 0%,#21b0cf 100%); /* IE10+ */
	background: linear-gradient(top,  #0b6f87 0%,#21b0cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6f87', endColorstr='#21b0cf',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* hell - mittel - dunkel - mittel */
}

.rahmen-hell,.ui-datepicker,.ui-datepicker td a,.buchung-tabelle-rahmen,.ui-button {
	border: 1px solid #cccccc;
}
.rahmen-dunkel,.buchung-unterbringung-ausstattung,.buchung-unterbringung-anreise,.buchung-unterbringung-abreise,
.buchung-unterbringung-kategorie,.buchung-unterbringung-verpflegung{
	border: 1px solid #666666;
}


/* Steuerung */
.button-standard{
	padding:5px;
	cursor:pointer;
	border: 1px solid #666; /* rahmen-dunkel */
	font-weight:bold;
	font-size:.9em;
	color:#fff; /* vg-hell */
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #999999 50%, #666666 50%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#999999), color-stop(50%,#666666), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#999999 50%,#666666 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#999999 50%,#666666 50%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#999999 50%,#666666 50%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#999999 50%,#666666 50%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* hell - mittel - dunkel - mittel */
}
.button-standard:hover{
	border: 1px solid #0b6f87; /* vg-farbe1 */
	color:#fff; /* vg-hell */
	background: #21b0cf; /* Old browsers */
	background: -moz-linear-gradient(top,  #92dded 0%, #21b0cf 50%, #0b6f87 50%, #21b0cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92dded), color-stop(50%,#21b0cf), color-stop(50%,#0b6f87), color-stop(100%,#21b0cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #92dded 0%,#21b0cf 50%,#0b6f87 50%,#21b0cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #92dded 0%,#21b0cf 50%,#0b6f87 50%,#21b0cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #92dded 0%,#21b0cf 50%,#0b6f87 50%,#21b0cf 100%); /* IE10+ */
	background: linear-gradient(top,  #92dded 0%,#21b0cf 50%,#0b6f87 50%,#21b0cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b0cf', endColorstr='#0b6f87',GradientType=0 ); /* IE6-9 */
	/* hell - farbe2 - farbe1 - farbe2 */
}

.text-eingabe{
	padding: 2px;
	border:1px solid #cccccc;
}
.auswahl-eingabe{
	padding: 3px;
	border:1px solid #cccccc;
}

.buchung-text-eingabe_pf1, .buchung-teilnehmer-anzeige_p {
	border: 1px solid #990000;
	background-color: #FFEEEE;
}
.buchung-text-eingabe_pf2 {
	border: 1px solid #339900;
	background-color: #EEFFEE;
}
.buchung-text-eingabe_pf3 {
	border: 1px solid #ff9900;
	background-color: #ffffEE;
}

