body , table
{
	font-family: Arial;
	font-size: 12px;
}

div.title
{
	font-weight : bold;
	text-decoration : underline;
	font-size : 13px;
	padding-bottom : 5px;
}

table.tablegeneral
{
	background-color : #000;
}

table.tablegeneral th,table.tablegeneral td
{
	background-color : #fff;
	padding : 5px 3px;
	text-align : center;
}

table.tablegeneral th
{
	background-color : #F9F9F9;
}
	
table.contact tr td.contact_label
{
	text-align : right;
	font-weight : bold;
	padding: 0px 10px 0px 0px;
	vertical-align : top;	
}

.contact_input
{
	
	background-color : #F9F9F9 ;
	border : 1px solid #7F9DB9 ;
	
	font-family : Arial;
	font-size : 12px ;
	width : 279px;
}

input.InputButton
{
	background-color : #F1F1F1 ;
	border : 1px solid #000000 ;
	font-weight : bold;
	margin : 5px 3px;
	width : 80px;
	cursor : pointer;
}	

div.menu_ro span 
{
	height : 33px;
	display : inline;
	float : left;
	background-image : url('images/menu_ro.gif');
}

div.menu_en span 
{
	height : 33px;
	display : inline;
	float : left;
	background-image : url('images/menu_en.gif');
}

div.menu_fr span 
{
	height : 33px;
	display : inline;
	float : left;
	background-image : url('images/menu_fr.gif');
}

.padd_left { background-position:0 0; width:229px;}
.home { background-position:-229px 0; width:71px;}
.oferta { background-position:-300px 0; width:103px;}
.portofoliu { background-position:-403px 0; width:105px;}
.contact { background-position:-508px 0; width:107px;}
.padd_right { background-position:-615px 0; width:135px;}

.home_on { background-position:-229px -35px; width:71px;}
.oferta_on { background-position:-300px -35px; width:103px;}
.portofoliu_on { background-position:-403px -35px; width:105px;}
.contact_on { background-position:-508px -35px; width:107px;}

div.content
{
	vertical-align:middle;
	text-align:justify;
	padding:20px;
	height:250px;
	overflow:auto;
}

ul#navigation 
{
	padding: 0;
	margin: 0;
	background-color: #E6E6E6;
	color: #fff;
	float: right;
	width: 100%;
}

ul#navigation li
{
	display: inline; 
}

ul#navigation li a 
{
	padding: 5px 20px;
	background-color: #E6E6E6;
	color: #3A3617;
	font-weight:bold;
	text-decoration: none;
	float: left;
	cursor:pointer;
	border-right: solid 1px #fff;
	font-family: Arial;
	font-size: 12px;
}

ul#navigation li a.active
{
	color: #000;
	background-color: #fff;
}

ol li
{
	padding: 5px 0px;
}

span.coment
{
	font-weight : normal;
	font-size : 11px;
}

.pageError
{
	background-color : #FFF5F6;
	border : 1px solid #DDB7BA;
	color : #FF0000;
	padding : 3px;
	display : none;
	text-align : center;	
}

.pageOk
{
	background-color : #E5FFE8;
	border : 1px solid #003D06;
	color : #007F0E;
	padding : 3px;
	display : none;
	text-align : center;	
}
