@charset "utf-8";
/* CSS Document */

body {
background: url(imagini/bk.gif) top left no-repeat #e77817;
color:#333;
margin:0px;
}

.continut_meniu_top {
width:100%;
height:50px;
/*  background:#afa; */
}

.meniu_top {
	margin:auto;
	float:left;
	height: 37px;
	width: 120px;
	display:inline;
	background: url(imagini/buton_normal.gif) top no-repeat;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.meniu_top:hover {
	background: url(imagini/buton_over.gif) top no-repeat;
	color:#FFF;
}

.meniu_top_selected {
	margin:auto;
	float:left;
	height: 37px;
	width: 120px;
	display:inline;
	background: url(imagini/buton_selected.gif) top no-repeat;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.meniu_top_selected:hover {
	background: url(imagini/buton_selected.gif) top no-repeat;
	color:#FFF;
}

.continut {
width:450px;
margin:auto;
height:auto;
}

.continut_top {
width:450px;
height:5px;
background:url(imagini/top_continut.gif) no-repeat;
}
.continut_principal {
width:450px;
padding-top:4px;
height:auto;
margin:0;
background:url(imagini/continut.gif) repeat-y;
}

.continut_footer {
height:auto;
background:url(imagini/continut.gif) repeat-y;
width:434px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:8px 8px 0 8px;
}

.continut_bottom {
width:450px;
height:10px;
background:url(imagini/continut_bottom.gif) no-repeat;
}

.footer {
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:450px;
margin:auto;
padding:4px;
border-bottom:2px solid #FFF;
}