@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #666666;
	background-color: #EBEBEB;
	height: 20px;
	width: 300px;
	text-align: left;
	padding-top: 3px;
	text-indent: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imgblur {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}


h1 {
	margin: 0px;
}


#container {
	width: 950px;
	margin: 0px;
	text-align: center;
}
#header {
	background-image: url(images/header_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 930px;
	height: 120px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#logo {
	float: left;
	height: 80px;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 380px;
}
.clear {
	clear: both;
}
#language {
	text-align: right;
	padding-right: 5px;
	float: right;
	padding-top: 20px;
}
#imagini {
	height: 230px;
	width: 940px;
	background-color: #F4F4F4;
	background-image: url(images/imagini_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#imagini img {
	padding-right: 10px;
	padding-left: 10px;
}




#meniu {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#meniu ul {
	list-style-type: none;
}
#meniu li {
	list-style-type: none;
	float: left;
}
	#meniu li a {
	height: 20px;
	width: 120px;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(images/meniu_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#meniu li a:hover {
	color: #FFFFFF;
	background-image: url(images/meniu_back.jpg);
	background-position: 0px -25px;
}

	#meniu li a.current {
	color: #FFFFFF;
	background-color: inherit;
	background-image: url(images/meniu_back.jpg);
	background-position: 0px -25px;
}
#continut {
	width: 950px;
	clear: both;
	text-align: left;
	background-image: url(images/continut_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 50px;
	list-style-position: inside;
	list-style-image: url(images/li_black.png);
	margin-top: 10px;
}
#container a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 940px;
	padding-top: 5px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
