@charset "UTF-8";

html {
	height: 100%;
	margin-bottom: 0px;
}

img
{
 border:0;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Times New Roman';
	font-size: 14px;
	background-color: #e2e1df;
	text-align: justify;
	background-image: url('../images/bkg1.jpg');
}

#main
{
 width:1024px;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
 background-image: url('../images/h1.jpg');
 background-color: #eeeeee;
 background-position: left 246px;
 background-repeat: no-repeat;
 /*border:thin blue solid;*/

}

#main1
{
 width:1024px;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
 background-image: url('../images/h2.jpg');
 
 background-position: left bottom;
 background-repeat: no-repeat;
}

#header
{
   width: 1024px;
   height: 210px;
   background-image: url(../images/header.jpg); 	
}

#meniu
{
 width: 100%;
 height: 36px;
 background-image: url('../images/meniu.jpg');
}



.link_meniu:hover
{
 color: #990000;
 
}

#content
{
 width:960px;
 /*min-height: 500px;*/
 display:block;
 
 height: 500px;
 left:36px;
 margin-top:10px;

 position: relative;
 
 /*border:thin blue solid;*/
 

}

.home_coloana
{
 width:460px;
 height: auto;
 margin-top: 10px;
 margin-right:0px;
 /*border:thin red solid;*/
 position:relative;
 float:left;
 }
	
#footer
{
 width: 100%;
 height: 21px;
 float: left;
 background-image: url('../images/bkg_footer.jpg');
 color : #999;
 font-family: Arial;
 font-size: smaller;
 text-align: center;
 padding-top: 10px; 
 /*border:thin yellow solid;*/

}

.poza_galerie
{
float:left;
margin-bottom: 15px;
}

.tabel_meniu
{
	width:600px;
	border: 5px solid #990000 ;
}

#categorii_meniu
{
 width:340px;	
 height:400px;
 margin-top: 100px;
 /*border:thin red solid;*/
 float:left;
 text-align: right; 
}

.link_meniu
{
	text-decoration: none;
	color:black;
	font-style: italic;
	font-family: Times;
	font-size: 26px;
	line-height: 35px;
	font-weight: bold;
}

.evenimente
{
	height:auto;
	width:920px;
	float: left;
}

.input_vocea
{
	border:thin black solid;
	width: 350px;
}

.textarea_vocea
{
	border:thin black solid;
	width: 350px;
	height:200px;
}