

body
{
	margin: 0px;
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	padding: 0px;
	background: #24340f;
}

div
{
	overflow: hidden;
}

.clear_float
{
	clear: both;
}

.cursor_hand
{
	cursor: pointer;
}

div, h1, h2, h3, p, form, table, tr, td, ul, li

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

a, active, a:visited, a:hover
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}


.container_div
{
	
}

.main_div
{
	width: 800px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffe0;
	color: #333333;
	border: solid 1px #999999;
}

.w800
{
	width: 800px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
}

.w800 a, .article_div a
{
	color: #ea5d03;
}

.top a img
{
	display: block;
	padding: 0px;
	margin: 0px;
}

.menu_div
{
	height: 50px;
	background: url('http://www.sper.ro/_public/resources/imgs/ro/sper-bg-menu01.jpg') repeat-x; 
}

.menu_bar
{
	height: 5px;
	background: #24340f; 
}

.btna, .btna_sel
{
	float: left;
	display: block;
	height: 50px;
	color: #ffffff;
	font-size: 18px;
	line-height: 50px;
	padding: 0px 10px;
	margin: 0px;
	text-decoration: none;
}

.btna:hover, .btna_sel:hover
{
	text-decoration: none;
}

.btna_sel
{
	background: url('http://www.sper.ro/_public/resources/imgs/ro/sper-bg-menu02.jpg') repeat-x;
}

.menu_div .hbar
{
	float: left;
	display: block;
	height: 30px;
	width: 1px;
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin: 10px 0px;
	border-left: solid 1px #ffffff;
}

.menu_div .left_space
{
	float: left;
	display: block;
	height: 50px;
	width: 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}

.article_div
{
	padding: 10px 20px;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px; 
}

p
{
	margin: 5px 0px;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px; 
}

h1
{
	margin: 15px 0px 5px 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #ea5d03;
}

h2
{
	margin: 5px 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #24340f;
}

.img_art_right, .img_art_left
{
	padding: 1px;
	border: solid 1px #24340f;
}

.img_art_right
{
	float: right;
	margin: 5px 0px 5px 5px;
}

.img_art_left
{
	float: left;
	margin: 5px 5px 5px 0px;
}

table
{
	width: 100%;
}

table td
{
	margin: 1px;
	padding: 5px 3px;
	border: solid 1px #999999;
	vertical-align: top;
}

input
{
	width: 400px;
	border: solid 1px #24340f;
	font-weight: bold;
	color: #24340f;
}

select
{
	width: 400px;
}

textarea
{
	width: 400px;
	height: 80px;
	border: solid 1px #24340f;
	color: #24340f;
}

.radiobtn
{
	width: 15px;
	border: 0px;
}
}


