/* CSS Document */
* {
	margin: 0;
	padding: 0;

}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

html { height: 100%; }

#overlay { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: #000; 
	width: 100%; 
	height: 100%; 
	opacity: .9; 
	filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 }
#content_overlay { position: absolute; width: 100%; height: 100%; }
#content_overlay td { vertical-align: middle; text-align: center; }
#content { text-align: left; background: #000; color: #fff; display: inline; padding: 20px; margin: 0px auto;} 
body {
	background: #4c212b url(../../images/vilaflavia_bg.jpg) repeat-x center top; 
	background-position: top;
	color: #fff;
	font: normal 62.5% Verdana;
	height: 100%;	
}
.container {
	margin: 0 auto;
	width: 755px;
	height:100%;
	margin-top:86px;
}

.overlay_cont{
	 position:absolute;
	 width:700px;
	 left:50%;
	 top:70px;
	 margin-left:-350px;
	 font-size:13px;
	 background-color:#fff;
	 color:#000;
	 padding:10px;
}

.vf_left_top{
	float:left;
	margin: 0 auto;	
	width:397px;
}

.vf_right_top{
	float:right;
	margin: 0 auto;	
	width:357px;
}
.vf_top_bar{
	float:left;
	margin: 0 auto;
	clear:both;
	background: #000 url(../../images/all_top_img.jpg) no-repeat center top; 
	width:754px;
	height:27px;
}

.vf_left_bg_house{
	float:left;
	margin: 0 auto;
	background: #000 url(../../images/vila_flavia_left.jpg) no-repeat center top; 
	width:168px;
	height:430px;
		
}

.vf_menu{
	float:left;
	margin: 0 auto;
	background: #000 url(../../images/menu_container.jpg) no-repeat center top; 
	width:141px;
	height:430px;
}

.vf_menu ul{
	padding-left:50px;
}

.vf_menu ul li{
	padding:5px;
	list-style:decimal-leading-zero;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
}

.curs_valutar ul{
	padding:0px;
	margin-top:90px;
}
.curs_valutar ul li{
	padding:5px;
	list-style:none;
	font-family:tahoma;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.vf_text{
	float:left;
	margin: 0 auto;
	background: #000 url(../../images/text_container.jpg) no-repeat center top; 
	width:405px;
	height:430px;
	/* --- */

}
.content{
	font-family:tahoma;
	padding:9px;
	height:400px;
	font-size:12px;
	color:#000;
	overflow:auto;
}

.vf_right_leaf{
	float:left;
	margin: 0 auto;
	background: #000 url(../../images/right_leaf.jpg) no-repeat center top; 
	width:40px;
	height:430px;
}
.vf_bottom_leaf{
	margin: 0 auto;
	float:left;
	background: #000 url(../../images/bottom_leaf.jpg) no-repeat center top; 
	width:754px;
	height:76px;
}


textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}


input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

