@charset "utf-8";
/* Project:	Mark Hotels Shell
 * Version:	1.0
 * Author:	Programming-Pool.com (Darius U.)
 * Date:	31.07.2009 @ 15:00
 */

html,body{ height:100%; }

* {outline:none!important}

body {
	background: #3e3d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,p,form,input {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#mainContainer {
	overflow: auto;
	bottom: 25px;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

#main {
	border: 1px solid #FFFFFF;
	border-top: none;
	border-bottom: none;
	height: 100%;
	width: 961px;
	margin: 0 auto;
}

#main h2 {
	font-size: 1.0em;
	margin: 5px 0 10px 0;
	color: #58585a;
}

#header {
	height: 80px;
	border-bottom: 1px solid #FFFFFF;
	background: #cfd1d8 url(../images/background_header.gif) repeat-x top;
}

#logo {
	width: 182px;
	height: 78px;
	position: absolute;
	left: 250px;
	top: 2px;
}

#headerLangs {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 10px 10px 0 0;
}

#headerLangs li {
	display: inline;
	font-size: 0.8em;
	margin-left: 15px;
}

#headerLangs a {
	color: #58585a;
	text-decoration: none;
}

#headContainer {
	height: 335px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}

#headImg {
	position: absolute;
	left: 0;
	top: 0;
}

#booking {
	background: url(../images/background_booking_box.jpg) no-repeat left top;
	width: 200px;
	height: 334px;
	font-size: 1em;
	color: #58585a;
	border-left: 1px solid #fff;
}

#booking label {
	margin: 0 5px 0 10px;
}

#booking h2 {
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
}

.inputLarge, .inputSmall, .inputExtraLarge, .inputNewsletter, 
.inputKontakt, .selectLarge, .selectExtraLarge, .selectNewsletter, 
.selectKontakt, .customSelectNewsletter, .inputLargeNoBorder, .customSelectKontakt {
	border: 1px solid #58585a;
	height: 17px;
	background-color: #FFFFFF;
	color: #58585a;
	line-height: 17px;
}

.customSelectKontakt {
	width: 205px;
	border: none;
}

.customSelectNewsletter {
	width: 153px;
	border: none;
}

.selectExtraLarge {
	height: 19px;
	width: 112px;
}

.selectLarge {
	height: 19px;
	width: 85px;
}

.selectNewsletter {
	height: 19px;
	width: 172px;
}

.selectKontakt {
	height: 19px;
	width: 272px;
}

.inputLarge, .inputLargeNoBorder {
	width: 92px;
}

.inputLargeNoBorder {
	border: none;
}

.inputSmall {
	width: 30px;
	text-align: right;
}

.inputExtraLarge {
	width: 115px;
	border: none;
}

.inputNewsletter {
	width: 170px;
	border: none;
}

.inputKontakt {
	width: 270px;
}

.listServices {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 12pt;
}
.listServicesImg {
	float: left;
	margin-right: 10px;
	/*border: 1px solid #986619;*/
	border-width:0px;
}
.listServices h2 {
	margin:0 0 5px 0px;
	font-size: 1em;
}
.listServices p {
	margin: 2px 0 0 0px;
	font-size:0.9em;
}
.listServices li {
	display: inline-block;
	margin-top: 10px;
	padding: 30px 5px;
	width: 98%;
	border-bottom: 1px solid #e4d4bd /* lungime pentru Opera */
}
.submitBtn {
	padding: 5px 0 5px 30px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1em;
	background: url(../images/button_croner_left.png) no-repeat left;
	text-decoration: none;
	line-height: 20px;
}

.submitBtn span {
	background: url(../images/button_croner_right.png) no-repeat right;
	padding: 5px 30px 5px 0;
}

#footer {
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	position: absolute;
	overflow: hidden;
	display: block;
	width: 100%;
}

#footer  div {
	height: 26px;
	background-color: #58585a;
	width: 959px;
	border: 1px solid #fff;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0 auto;
	text-indent: 225px;
	line-height: 26px;
}

#footer a {
	color: #FFFFFF;
	margin-right: 30px;
	text-decoration: none;
}

#content {
	position: relative;
}

.content {
	color: #58585A;
}

.content h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.content h2 {
	font-size: 1.0em;
	margin-bottom: 10px;
}

#search {
	color: #58585A;
	font-size: 0.9em;
}

#search a {
	color: #58585A;
}

#siteMap a {
	color: #58585A;
	text-decoration: none;
}

#agb a {
	color: #58585A;
	text-decoration: none;
}

.go {
	color: #58585A;
	text-decoration: none !important;
}

#sorting {
	font-size: 0.9em;
	border-bottom: 0px solid #fff;
	color: #58585A;
}

#menu, #pagenr {
	border-bottom: 1px solid #fff;
	text-indent: 225px;
}

#menu {
	background-color: #959caa;
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu span {
	padding-right: 70px;
	height: 38px;
	text-decoration: none;
	color: #959caa;
}

#pagenr {
	color: #9c3d2c;
	font-size: 1em;
	text-indent: 222px;
}

#pagenr a {
	color: #58585A;
	text-decoration: none;
}

#pagenr b {
	font-weight: normal;
}

.hotelList,.indexListCateg {
	width: 739px;
	background: #cfd1d8 url(../images/background_for_lists.gif) repeat-x top;
	padding: 10px;
	color: #58585A;
}

.hotelList img {
	margin-right: 40px;
	margin-bottom: 10px;
}

.indexListCateg img {
	margin-right: 35px;
	margin-bottom: 10px;
	border:2px solid #999900;
}


.hotelList h2 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

.hotelList p {
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

.button {
	background: url(../images/corner_left.gif) no-repeat left center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 4px 18px;
	font-size: 0.9em !important;
	line-height: 18px;
}

.button span {
	cursor: pointer;
	padding: 4px 18px 4px 0;
	background: url(../images/corner_right.gif) no-repeat right center;
}

.cityNameListPackages_padding{
	float:left; 
	position: absolute; 
	font-size: 9pt; 
	padding-left: 215px; 
}

.cityNameListPackages_no_padding{
	float:left; 
	position: absolute; 
	font-size: 9pt; 
}

.paddingPic {
	padding-left: 215px;
}

.stars {
	position: inherit;
	float: right;
	right: 0;
}
.stars img{margin-right:2px;}

.hotline {
	width: 189px;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}