@charset "utf-8";
/* CSS Document */

/*****
 * HTML ELEMENTS
 *****/
body
{
	background-color: #ff00000;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #666666;
	background-image: url('../images/site_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

select
{
	float: right;
	width: 214px;
	height: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	/*background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;*/
	padding-left: 5px;
}
.optiuni
{
	width: 300px;
}
.buton{
	height: 25px;
}
input
{
	float: right;
	/*width: 205px;*/
	height: 15px;
	padding-left: 5px;
	/*background-color: transparent;
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}

/* html elements */


/*****
 * CUSTOM ELEMENTS
 *****/

/* 
	fundal - centreaza site-ul si retine imaginea de fundal pentru header
*/
#fundal
{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* 
	siteHolder - div in care se seteaza latimea site-ului 
*/
#siteHolder
{
	width: 780px;
}

/* 
	leftBox - casuta din stanga
*/
#leftBox
{
	float: left;
	width: 350px;
	margin-top: 145px;
}
	#leftBox .sus
	{
		float: left;
		width: 350px;
		height: 12px;
		background-image: url('../images/leftBox_top.png');
	}
	#leftBox .continut
	{
		float: left;
		width: 346px;
		height: auto;
		background-image: url('../images/leftBox_bg.png');
		background-repeat: repeat-x;
		background-color: #FEFEFE;
		border-left: solid #e9e7e7 1px;
		border-right: solid #e9e7e7 1px;
		margin-left: 2px;
		text-align: justify;
	}
		#leftBox .continut .lang
		{
			position: absolute;
			padding-left: 285px;
		}
		#leftBox .continut .lang a
		{
			color: #666666;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
		}
		#leftBox .continut .lang a:hover
		{
			border-bottom:none;
			color: #003399;
		}
			
		#leftBox .continut .longMenu a
		{
			padding-left: 25px;
			text-decoration: none;
			color: #A90C05;
			font-size: 12px;
			font-weight: bold;
			
		}
		#leftBox .continut .longMenu a:hover
		{
			text-decoration: none;
			color: #003399;
		}
		#leftBox .continut .longMenu .extraLink
		{
			padding-left: 40px;
		}
		#leftBox .continut .news 
		{
			padding: 10px 10px 10px 5px;
			font-size: 11px;
		}
		#leftBox .continut .news .newsBlock{
			height: 160px;
		}
		#leftBox .continut .news img
		{
			padding: 3px 3px 3px 3px;
		}
		#leftBox .continut .news .titlu 
		{
			color: #000099;
			font-weight: bold;
			padding-bottom: 5px;
		}
		#leftBox .continut .news a
		{
			text-decoration: none;
			color: #333333;
			font-weight: bold;
		}
		#leftBox .continut .news a:hover
		{
			text-decoration: underline;
			color: #003399;
		}
		#leftBox .continut .news .butonMore
		{
			padding-top: 5px;
			padding-bottom: 20px;
		}
		#leftBox .continut .news .butonMore a
		{
			text-decoration: none;
		}
	#leftBox .jos
	{
		float: left;
		width: 350px;
		height: 10px;
		background-image: url('../images/leftBox_bottom.png');
		background-repeat: no-repeat;
	}

/* 
	leftBox - casuta din dreapta
*/
#rightBox
{
	float:left;
	width:413px;
	height:200px;
	margin-top:145px;
	margin-left:15px;
	text-align:left;
}
	#rightBox .mainMenu
	{
		width: 413px;
		height: 25px;

	}
		#rightBox .mainMenu a
		{
			float:left;
			width:93px;
			height:19px;
			margin-left:5px;
			padding-top:1px;
			color:#bfbfbf;
			font-size:14px;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			text-decoration:none;
			border-bottom:none;
		}
		#rightBox .mainMenu a:hover
		{
			color:#CC0000;
			border-bottom:solid #CC0000 3px;
		}
		
	#rightBox .rightHeaderImg
	{
		float: left;
		width: 413px;
		height: 203px;
		margin-top: 3px;
		background-image: url(../images/right_header_img1.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	#rightBox .rightHeaderJos
	{
		float:left;
		width:413px;
		height:29px;
		background-image:url(../images/right_header_bottom.png);
		background-repeat:no-repeat;
		background-position:top left;
	}
		#rightBox .rightHeaderJos a
		{
			color:#a0a0a0;
			text-decoration:none;
			font-weight:bold;
			font-size:10px;
		}
		#rightBox .rightHeaderJos a:hover
		{
			color:#CC0000;
			text-decoration:underline;
		}
		
		#rightBox .rightHeaderJos .text_stanga
		{
			position:relative;
			top:5px; left:10px;
		}
		#rightBox .rightHeaderJos .text_dreapta
		{
			color:#a0a0a0;
			position:relative;
			top:5px; right:10px;
		}
	#rightBox .continutR
	{
		float:left;
		margin-left:5px;
		font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
		line-height: 17px;
		color:#333333;
	}
		#rightBox .continutR h3
		{
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			color: #CC0000;
			text-transform: uppercase;
			font-size: 14px;
		}
		#rightBox .continutR a{
			text-decoration: none;
			color: #333333;
		}
		#rightBox .continutR a:hover{
			color: #003399;
			text-decoration:underline;
		}
	#rightBox .formField
	{
		float:left;
		width:350px;
		margin-top:5px;
		margin-left:15px;
		text-align:left;
	}
	#rightBox .fieldName
	{
		float:left;
		color:#a6a6a6;
		font-size:12px;
	}
	#rightBox .continue
	{
		float:right;
		width:69px; height:18px;
		color:#003499;
		font-size:12px;
		text-decoration:none;
		font-size:10px;
		margin-top:10px;
		text-align:center;
		padding-top:4px;
		background-image:url(../images/continue_bg.png);
	}
	#rightBox .continue:hover
	{
		color:#FFFFFF;
	}
	
#bottom
{
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	height: 220px;
}
	#bottom a{
		text-decoration: none;
		color: #00923F;
	}
	#bottom a:hover{
		color: #003399;
	}
	
	#bottom .caption{
		font-size: 14px;
	}

	#bottom #banners div
	{
		float: left;
		padding: 0px 10px 15px 5px;
	}
	
#mainText{
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	text-align: justify;
}
	#mainText .titluPag
	{
		font-size:14px;
		color:#003399;
		font-weight: bold;
	} 
	#mainText img
	{
		padding: 5px 5px 5px 5px;
	}
	#mainText a
	{
		text-decoration: none;
		color: #666666;
		font-weight: bold;
	}
	#mainText a:hover
	{
		text-decoration: underline;
		color: #CC0000;
	}
#formProgramari
{
	float: left;
	width: 600px;
	height: 500px;
	padding-top: 20px;
	padding-left: 15px;
}
	#formProgramari .opt{
		border-top: medium double #999999;
		padding-top: 25px;
		padding-bottom: 20px;
		height: 16px;
	}
	#formProgramari table{
		width: 605px;
	}
	#formProgramari td
	{
		width: 65px;
	}
.formPoze
{
	float: left;
	width: 150px;
}
.scrisMic{
	
	font-size: 11px;
}
/* custom elements */


/*****
 * HTML ELEMENTS
 *****/
 
/* HTML ELEMNTS*/


/*****
 * UTILS
 *****/
.clflt
{
	clear:both;
}
.flft
{
	float:left;
}
.flrt
{
	float:right;
}
.margin3
{
	margin:3px 3px 3px 3px;
}
/* utils */

img, div { behavior: url(css/iepngfix.htc) }
 
