@charset "utf-8";
/* CSS Document */

body{
	background-color:#505558;
	margin:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	}
	
/*Setari generale ptr tabelul principal*/
td.rosuSt{
	background-color:#8f293f;
	border-right:solid 2px #e9ebd9;
	}
	
td.rosuDr{
	width:350px;
	height:207px;
	background-color:#8f293f;
	border-bottom:solid 2px #e9ebd9;
	padding:0px;
	}
	
td.flash{
	border-right:solid 2px #e9ebd9;
	background-color:#e9ebd9;
	width:300px;
	height:300px;
	margin:0px;
	padding:0px;
	}
	
td.flashRosu{
	border-right:solid 2px #e9ebd9;
	background-color:#8f293f;
	width:300px;
	height:300px;
	margin:0px;
	padding:0px;
	}
	
td.deschis{
	background-color:#e9ebd9;
	background-image:url(../assets/clopot.jpg);
	background-repeat:no-repeat;
	border-right:solid 2px #e9ebd9;
	background-position:top left;
	vertical-align:top;
	}
	
td.inchis{
	background-color:#505558;
	border-top:solid 2px #e9ebd9;
	vertical-align:top;
	width:650px;
	}
	
td.headerSt{
	background-image:url(../assets/bgHeader.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 2px #e9ebd9;
	width:100%;
	}
	
td.headerDr{
	background-image:url(../assets/bgHeader.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 2px #e9ebd9;
	width:650px;
	}
	
td.footer{
	background-image:url(../assets/bgFooter.jpg);
	background-repeat:repeat-x;
	height:30px;
	}
	
td.pozehome{
	width:350px;
	height:93px;
	margin:0px;
	padding:0px;
	background-color:#e9ebd9;
	background-image:url(../assets/bannerHome.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
td.pozecamere{
	width:350px;
	height:93px;
	margin:0px;
	padding:0px;
	background-color:#e9ebd9;
	background-image:url(../assets/bannerCamere.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
td.pozeevenimente{
	width:350px;
	height:93px;
	margin:0px;
	padding:0px;
	background-color:#e9ebd9;
	background-image:url(../assets/bannerEvenimente.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
td.pozerestaurant{
	width:350px;
	height:93px;
	margin:0px;
	padding:0px;
	background-color:#e9ebd9;
	background-image:url(../assets/bannerRestaurant.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
td.pozespa{
	width:350px;
	height:93px;
	margin:0px;
	padding:0px;
	background-color:#e9ebd9;
	background-image:url(../assets/bannerSpa.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	

	
	
/*setari pentru header*/
.inHeader{
	width:100%;
	height:100%;
	margin:0 auto;
	min-width:200px;
	}
	
.logo{
	width:100%;
	margin:0 auto;
	background-image:url(../assets/logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

.ascuns{
	width:195px;
	}
	

.meniu{
	margin-left: 10px; /*Opera 8 fix -1px*/
	margin-top:40px;
	padding: 0;
	height: 27px;
	width:630px;
	}

/*setari pentru meniul principal*/	
.meniu ul{
	font: normal 10px georgia;
	margin:0;
	padding:0;
	list-style:none;
}

.meniu li{
	display:inline;
	padding:0;
	line-height: 1.3em;
	text-transform:uppercase;
}

.meniu a, .meniu strong{
	float:left;
	color:#505558;
	padding:0 0 0 15px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:4px;
	font-family:georgia;
}

.meniu a:hover{
	color:#8f293f;
	font-size:11px;
	}

.adresa{
	float:right;
	height:250px;
	margin-right:20px;
	}

.adresa p{
	margin-top:175px;
	}

/*setari pentru submeniu*/
	
#dropmenudiv{
	position:absolute;
	margin-top:5px;
	margin-left:15px;
	border:1px solid #ffffff;
	border-bottom-width:0;
	line-height:20px;
	z-index:100;
	background-image:url(../assets/bgHeader.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#dropmenudiv a{
	width:100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
	color:#505558;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #505558;
	color:#e9ebd9;
	letter-spacing:1px;
	font-size:10px;
	}
	
.formular{
	width:330px;;
	height:auto;
	margin-left:15px;
	margin-top:15px;
	}
	
.continut{
	width:600px;
	margin-left:30px;
	margin-top:30px;
	vertical-align:top;
	margin-right:40px;
	margin-bottom:20px;
	}
	
.continut h1{
	font-size:25px;
	font-weight:normal;
	color:#e9ebd9;
	}
	
.continut p{
	font-size:12px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.continut ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	line-height:28px;
	list-style: url(../assets/clopot.gif) circle;
	}
	
.info{
	margin-right:20px;
	margin-top:10px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#505558;
	}
	
.info h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#8f293f;
	}
	
.poze{
	width:350px;
	height:93px;
	margin:0px;
	padding:0px;
	background-color:#e9ebd9;
	}
	
.limba{
	float:right;
	width:50px;
	margin-top:10px;
	}
	
.limba a{
	border:none;
	border-style:none;
	}
	
.limba img {
	border:0px;
	border-style:none;
	padding:0px;
	}

tr.d0 td{
	background-color:#d7d9cb;
	color:#505558;
	text-align:left;
	font-size:10px;
	text-indent:15px;
	line-height:20px;
	border-bottom:none;
	border-bottom-width:0px;
	border-top-width:0px;
	}

tr.d1 td {
	background-color:#8f293f;
	color:#e9ebd9;
	text-align:left;
	font-size:10px;
	text-indent:15px;
	line-height:20px;
	border-bottom:none;
	border-bottom-width:0px;
	border-top-width:0px;
	}
	
tr.d2 th {
	background:url(../assets/bgHeader.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:30px;
	width:160px;
	text-align:left;
	text-indent:15px;
	color:#505558;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
.copy {
	color:#e9ebd9;
	float:left;
	margin-left:5px;
	margin-top:20px;
	font-size:10px;
	vertical-align:middle;
	min-height:30px;
	}
	
.baddog{
	display:inline-block;
	float:right;
	margin-right:5px;
	min-height:30px;
	vertical-align:top;
	font-size:10px;
	color:#7a92a0;
	}
	
.baddog a{
	color:#a4b0b8;
	text-decoration:none;
	}