@charset "utf-8";
/* CSS Document */
body {
	background:url(img/back.jpg);
	height:100%;
	margin: 0;
	padding: 0;
	
}
.back{
	width:1000px;
	height:660px;
	margin:auto;
	background-image:url(img/back_box.png);
	padding:0px;	
}
.box{
	padding-top:20px;
	width: 900px;
	height: 600px;
	margin: auto;
}
.flag{
	background-image: url(img/Flag_80.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 265px;
	float: left;
}
.head{
	background-image: url(img/TOP.png);
	background-repeat: no-repeat;
	width: 617px;
	height: 262px;
	margin-left: 277px;
}
.menu{
	background-image: url(img/Menu_back_80.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 342px;
	margin-top: 15px;
}
.content{
	background-image: url(img/Content.png);
	background-repeat: no-repeat;
	width: 623px;
	height: 370px;
	float: right;
	margin-top: -355px;
}
.footer{
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	position:absolute;	
	width:900px;
	height:74px;
}
.menu_items{
	width:126px;
	padding-top:65px;
	margin:auto;
}
.harta img{
	position:absolute;
	margin-left:-310px;
	margin-top:110px;
	float:right;	
	width:300px;
	height:218px;
}
ul{
	padding:0;
	margin-left:7px;
	list-style-type:none;
}
ul li#items1 a{
	display: block;
	width: 126px;
	height: 39px;
	background: url(img/Restaurant_but.png) no-repeat 0 0;		
}
ul li#items1 a:hover{
	background-position: -127px 3px;
}
ul li#items2 a{
	display: block;
	width: 126px;
	height: 39px;
	background: url(img/Meniu_but.png) no-repeat 0 0;		
}
ul li#items2 a:hover{
	background-position: -127px 3px;
}
ul li#items3 a{
	display: block;
	width: 126px;
	height: 39px;
	background: url(img/Evenimente_but.png) no-repeat 0 0;		
}
ul li#items3 a:hover{
	background-position: -127px 3px;
}
ul li#items4 a{
	display: block;
	width: 126px;
	height: 39px;
	background: url(img/Imagini_but.png) no-repeat 0 0;		
}
ul li#items4 a:hover{
	background-position: -127px 3px;
}
ul li#items5 a{
	display: block;
	width: 126px;
	height: 39px;
	background: url(img/Contact_but.png) no-repeat 0 0;		
}
ul li#items5 a:hover{
	background-position: -127px 3px;
}
@font-face{
	font-family:Brioso;
	src:url(img/BriosoPro-Regular.otf);
	src:url(img/Brioso_Pro.eot);	
}
.text{
	padding: 29px;
	padding-top: 5px;
	width: 550px;
	height: 300px;
	color:#cc9933;
	font-size:14px;
	float:left;
}

