.hotelContainer {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 20px 0;
}
.hotelBox {
	position: relative;
	display: block;
	margin: 5px;
	padding: 7px;
	min-height: 250px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}
.hotelbox .hotelImg {
	position: relative;
	display: block;
	width: 160px;
	height: 100px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.hotelBox .hotelImg img.index {
	border: none;
	margin: 0;
}
img.star {
	border: none;
	margin: 0 2px;
	width: 16px;
	height: 16px;
}
.hotelBox .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.hotelBox .title a {
	text-decoration: none;
	color: #00F;
}
.hotelBox .ort {font-size: 12px;line-height: 14px;}
.hotelBox .web {display: block; font-size: 14px;height: 32px;line-height: 32px; vertical-align: middle; white-space: nowrap; overflow: hidden;}

.hotelContainer .btMehr {
	position: absolute;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 30px 0 8px;
	bottom: -18px;
	right: 0px;
	background: url(../../system/img/bg_sendbut2.png) right;
	color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	font-size: 14px;
	text-decoration: none;
	transition: color 300ms;
	-moz-transition: color 300ms;
	-webkit-transition: color 300ms;
	margin: 0 0 10px 0;
}
.hotelContainer .btMehr:hover {
	color: #FE2;
}
#hotelHead {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
#hotelHead .hotelTitle {
	color: #00F;
	font-weight: bold;
	font-size: 20px;
}
#hotelImages {
	position: relative;
	display: block;
	width: 170px;
	float: left;
	margin: 0 10px 0 0;
}
#hotelImages img {
	border: none;
	margin: 5px;
	float: left;
}
#hotelImages .index {width: 160px; height: 100px;}
#hotelImages .icon {width: 75px; height: 75px;}
#hotelContent {
	position: relative;
	display: block;
	float: left;
	margin: 0;
}
#hotelContact, #hotelReserv {
	width: 100%;
	margin: 10px 0;
}
#hotelContact h2, #hotelReserv h2 {
	text-align: left;
	color: #00F;
	margin: 10px 0 0 30px;
}
#hotelContact label {
	display: inline-block;
	width: 120px;
	text-align: right;
	margin: 0 10px 0 0;
	color: #00F;
}
#hotelContact .btBack {
	position: relative;
	display: block;
	/*height: 24px;*/
	/*line-height: 24px;*/
	padding: 0 8px 0px 4px;
	/*background: url(../../system/img/bg_sendbut3.png) left;*/
	background:#0000e0;
	color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	font-size: 14px;
	float: left;
	margin: 20px 5px 10px 0;
	text-decoration: none;
	transition: color 300ms;
	-moz-transition: color 300ms;
	-webkit-transition: color 300ms;
}

#bckarrw{
	width: 25px; height: 25px;
}

#bck_arrw_img{
	vertical-align: text-top !important;
}

#hotelContact .btBack:hover {
	color: #FE2;
}
.resBox {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}
.resBox .icon32 {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.resBox.gold {
	background-color: #ffe5cc;
}
.resBox.blau {
	background-color: #ddddff;
}
.resBox.grun {
	background-color: #ddffdd;
}
.resBox.orange {
	background-color: #fed;
}
.resBox .resHead {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}
.resBox .resHead span {
	float: left;
	margin: 4px 5px;
	padding: 0;
}
.resBox.gold .resHead {
	background-color: #f0b537;
}
.resBox.blau .resHead {
	background-color: #0000ff;
}
.resBox.grun .resHead {
	background-color: #009900;
}
.resBox.orange .resHead {
	background-color: #cc9900;
}
.resBox .resCont {
	position: relative;
	padding: 10px;
}
.resBox .resCont section {
	margin: 6px 0;
	padding: 0;
}
.resBox .resCont section:after {
	content: "";
	clear: both;
}
.resBox .resCont .info, .resBox .resCont .inpContainer {
	position: relative;
	display: inline-block;
	line-height: 16px;
}
.resBox .resCont .info {
	font-size: 14px;
	width: 110px;
	padding: 8px 18px 8px 0;
	margin: 0 5px 0 0;
	text-align: right;
	vertical-align: top;
}
.resBox .resCont .inpContainer {
	padding: 0;
}
.resBox .resCont .info.important {
	background: url("../../system/img/star.png") no-repeat;
	background-position: right 8px;
}
.resBox .resCont .info.help {
	background: url("../../system/img/bulb.png") no-repeat;
	background-position: right 8px;
}
.resBox .resCont .inpContainer .normalInp {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 16px;
}
.resBox .resCont .inpContainer .normalTextarea {
	width: 99%;
	line-height: 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 16px;
	font-family: Arial, Geneva, sans-serif;
}
