.liste {
	margin: 15px 0 10px 0;
}

.listenzeile {
	padding: 4px 5px 4px 5px;
}

.nav_category_title {
	width: 100px;
	text-align: left;
}

.infoContentContainer {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:10px 0 10px 0;
	margin:5px 0 5px 0;
	display: inline-block;
}

.infoLabel {
	float: left;
	text-align: right;
	width: 210px;
	margin: 2px 0 0 0;
	padding: 1px 5px 0 0;
	font-weight:bold;
}

#showSeason .infoLabel {
	float: left;
	text-align: right;
	width: 140px;
	margin: 2px 0 0 0;
	padding: 1px 10px 0 0;
	font-weight:bold;
}

#showInline .infoLabel {
	float: left;
	text-align: right;
	width: 140px;
	margin: 2px 0 0 0;
	padding: 1px 10px 0 0;
	font-weight:bold;
}

.infoInput {
	float: right;
	width: 480px;
	margin: 2px 0 0 0;
	padding: 0;
}

#showSeason .infoInput {
	float: right;
	width: 320px;
	margin: 2px 0 0 0;
	padding: 0;
}

#showInline .infoInput {
	float: right;
	width: 320px;
	margin: 2px 0 0 0;
	padding: 0;
}

.infoButtons {
	float: right;
	width: 480px;
	margin: 10px 0 5px 0;
	padding: 0;
	white-space: nowrap;
}

#showSeason .infoButtons {
	float: right;
	width: 320px;
	margin: 10px 0 5px 0;
	padding: 0;
	white-space: nowrap;
}

.infoButtons2 {
	margin: 10px 0 5px 0;
	padding: 0;
	white-space: nowrap;
}

.infoInput select, 
.infoInput input, 
.infoInput textarea {
	width: 300px;	
}

#showSeason .infoInput select, 
#showSeason .infoInput input, 
#showSeason .infoInput textarea {
	width: 260px;
}

.infoInput textarea,
#showSeason .infoInput textarea {
	height: 100px;	
}

.infoInput input.checkbox,
.infoInput input.radio,
.infoInput input.button,
#showSeason .infoInput input.checkbox,
#showSeason .infoInput input.radio,
#showSeason .infoInput input.button {
	width: auto;
}

.smallgrey {
	color:#999999;
    font-size: 11px;
}

.numberFieldBottomBorder {
    /* width: 17px; */
    color: #FFFFFF;
    padding:0 1px 0 1px;
}

.borderMarginLeft {
	margin-left: 1px;
    border-left: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    height: 31px;
}

.onlineBookableTrue {
	/* width:17px; */
	height:15px;
	margin-left:1px;
	background-color:#99CC33;
}
.onlineBookableFalse {
	/* width:17px; */
	height:15px;
	margin-left:1px;
	background-color:#c19A9A;
}

.extraBedInfo {
    width:300px;
    font-size:10px;
    font-weight:bold;	
}



/* ---- onlineBookableOverview ----- */
table .bookable {
    font-family: Verdana,Verdana,Arial,Helvetica;
    font-weight: normal;
    font-size: 7pt;
    line-height: 12pt;
}

.padding {
    padding: 0px 0px 10px 0px;
}

td .month {
    text-align: center;
    background-color: #FFD553;
    font-size: 7pt;
}

td .weekday {
    background-color: #FFF8EB;
    text-align: center;
    font-size: 7pt;
}

td .weekend {
    background-color: #FCE7B0;
    text-align: center;
    font-size: 7pt;
}

td .firstDay {
    text-align: center;
    background-color: #FFF7E7;
    color: #B9930D;
    font-size: 7pt;
}

td .day {
    background-color: #FFF7E7;
    color: #B9930D;
    text-align: center;
    font-size: 7pt;
}

td .belegt, .belegt {
    background-color: #FFB5B5;
    color: #7E0000;
}

td .verfuegbar, .verfuegbar {
    background-color: #99DFA3;
    color: #005C11;
}

td .normal, .normal {
    background-color: #FFF7E7;
    color: #B9930D;
}

td .anfrage, .anfrage {
    background-color: #CCCCCC; /* #99DFA3; */
    color: #666666; /* #005C11; */
}
/* ---- onlineBookableOverview ----- */
