
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {
	background: #AFC920 url("../images/bg.jpg") top center repeat-y;
	font: normal 12px Tahoma,Arial, Helvetica;
	color: #999;
	line-height: 140%;
}


.clearFloat{
	clear: both;
}

a{
	color: #548ECA;
	text-decoration: none;
}

h1,h2,h3{
	margin: 10px 0px;
	color: #D24040;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

input{
	border: 1px solid #ccc;
	width: 150px;
}

textarea{
	border: 1px solid #ccc;
	width: 150px;
}

#wrapper{

	padding: 0px;
	background:  url("../images/fs_bg.jpg") top center no-repeat;
}


#wrapper2{
	background:  url("../images/bg_wrapper2.jpg") top center no-repeat;
	width: 970px;
	margin: 0px auto;
	padding: 0px;
}

#main{
	margin-left: 4px;
}

#spatiu{
	height: 70px;
	position: relative;
}


#meniu{

	width: 960px;
	background: url("../images/bg_menu.gif") bottom center no-repeat;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#meniu ul{
	display: inline;
	margin-left: 10px;
}

#meniu ul li{
	display: inline;
}


#meniu ul li a{

	padding: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#meniu ul li .tree_selected{
	display: inline;
}

#meniu ul li a:hover{

}

#banner{
	text-align: center;
	background: #fff;
	padding-top: 10px;
}



#content{

	background: #fff;
	margin-bottom: 20px;
}

#continut{
	width: 500px;
	margin: 0px 10px 0px 5px;
	float: left;
}

#continut a{
	font-weight: bold;
	text-decoration: underline;
}

#leftcol{
	width: 206px;
	padding: 10px 5px 10px 20px;
	float: left;
}



#leftcol h2,h3{
	background: url("../images/h2.jpg") left  no-repeat;
	padding: 0px 5px 3px 15px;
}
#leftcol ul{

	margin-bottom: 20px;
	padding-left: 0px;
	margin-right: 10px;
}

#leftcol ul li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#leftcol a{
	font-weight: bold;
}

#leftcol .data{
	font-weight: bold;
	font-size: 11px;
}

#leftcol p{
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#rightcol{
	width: 206px;
	padding: 10px 5px 10px 0px;
	float: left;
}



#rightcol h2,h3{
	background: url("../images/h2_g.jpg") left  no-repeat;
	padding: 2px 5px 3px 12px;
	color: #767676;
}
#rightcol ul{

	margin-bottom: 20px;
	padding-left: 0px;
	margin-right: 10px;
}

#rightcol ul li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#rightcol a{
	font-weight: bold;
}

#rightcol .data{
	font-weight: bold;
	font-size: 11px;
}

#rightcol p{
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}




#footer{
	text-align: center;

	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 12px;
}

#footer ul{
	display: inline;

}

#footer ul li{
	display: inline;
	list-style: none;
}

#footer ul li a{
	padding: 5px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #444;
}

#footer ul li .tree_selected{
	display: inline;
}

.subfooter
{
	width: 960px;
	margin: 5px auto;
	text-align: center;
}






