@charset "UTF-8";
/* CSS Document */

.rotGrossFett {
	color: #ad2b25;
	font-weight: bold;
	text-transform: uppercase;
}

.zelleLinieGrau {
	text-align: center;
	border-bottom: solid 1px #999;	
}
.zelleLinieGrauSki {
	text-align: center;
	border-bottom: solid 1px #999;	
	color:#ad2b25;
	font-weight:bold;
}
.zelleMittig {
	text-align: center;
	width: 91px;
}
.zelleMittig50 {
	text-align: center;
	width: 51px;
}
.zelleMittigSki {
	text-align: center;
	width: 51px;
	color:#ad2b25;
	font-weight:bold;
}
.saison {
	float: left;
	width:90px;
	margin-right:1px;
	margin-bottom:5px;
}
.saisonSki {
	float: left;
	width:104px;
	margin-right:1px;
	margin-bottom:5px;
}
.saisonTitle {
	color:#FFF;
	background-color:#999;
	text-align:center;
	text-transform: uppercase;
	font-size:10px;
}
.saisonTimes {
	text-align: center;
	font-size:11px;
}

/* ############# Room Details ############ */

.preisErw {
	background-color:#D9DADB;
	color:#999;
	height:52px;
	margin: 0 1px 0 1px;
	background-image:url(../pix/layout/ep-icon.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
	font-weight: bold;
	clear:both;
	
}
.preisErwWi {
	background-color:#D9DADB;
	color:#999;
	height:52px;
	margin: 0 0px 0 2px;
	background-image:url(../pix/layout/ep-icon.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
	font-weight: bold;
	clear:both;
}
.preisErwSki {
	background-color:#D9DADB;
	color:#999;
	height:52px;
	margin: 0 2px 0 0px;
	background-image:url(../pix/layout/spgrau-icon.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
	font-weight: bold;
	clear:both;
}


.roomTitle {
	font-size:12px;
	color: #ad2b25;
	font-weight: bold;
	text-transform: uppercase;
}
#roomText {
	height: 120px;
	width: 280px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	float:left;
	text-align:left !important;
	font-size:11px;
	line-height:15px;
}
#roomText p {
	text-align: left;
}
.preisErwWert {
	margin-top: 32px;
	margin-bottom: 3px;
	display:block;
	height:12px;
	position: relative;
	float:left;
	text-align: center;
	width: 100%;
}
.preisErwWertSki {
	margin-top: 32px;
	margin-bottom: 3px;
	display:block;
	height:12px;
	position: relative;
	float:left;
	text-align: center;
	width: 100%;
	color:#ad2b25;
}
#roomDet {
	background-color:#D9DADB;
	height:130px;
	margin: 5px 0 0 0;
}
#roomPic {
	width:180px;
	height:130px;
	float:left;
}
#roomPano {
	float:right;
	width:70px;
	height:23px;
	padding: 4px 15px 0 0;
	text-align: right;
}
#roomSize {
	float: left;
	height: 13px;
	width:75px;
	color: #ad2b25;
	margin: 2px 0 0 0;
	font-weight: bold;
}
#roomMaxpers {
	float: left;
	height: 23px;
	width:70px;
	font-size:10px;
	color: #ad2b25;
}
#roomPlan {
	float: left;
	width:155px;
	height: 80px;
}
#legende {
	height:100%;
	padding: 20px 0 30px 0;
}

/* ############# Room Navigations ############ */

#roomNav {
	margin: 15px 0 0 0;
	height:25px;
}
#roomList {
	float:left;
	width:33%;
	text-align:center;
}
#roomBack {
	float:left;
	width:33%;
	height:25px;
}
#roomNext {
	float:left;
	width:33%;
	height:25px;
	text-align:right;
}