﻿@charset "utf-8";
body {
	background-color: #EFECCA;
	margin: 0px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-image: url(../imagini/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
	margin: 3px;
}
.titluH2{
	background-image:url(../imagini/h2_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:3px;
	text-align:left;
	text-indent:20px;	
}
ul{
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
}
h3 {
	font-size: 12px;
	color: #458F18;
	margin: 0px;
	background-image: url(../imagini/li_evenimente.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 13px;
}
h4 {
	font-size: 16px;
	color: #666666;
}



#loginOld {
	text-align: right;
	width: 900px;
	height: 30px;
	font-size: 14px;
	background-image: url(../imagini/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	padding-right: 5px;
}

#wrapper {
	width: 970px;
	background-image: url(../imagini/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
}

#header {
	text-align: left;
	width: 950px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../imagini/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#iso {
	float: right;
	height: 50px;
	padding-right: 25px;
	padding-top: 5px;
}

#login {
	float: right;
	height: 16px;
	padding-top: 10px;
	padding-right: 10px;
	color: #000000;
}
#login a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#login a:hover {
	text-decoration: underline;
}
#rss a {
	color: #000000;
	text-decoration: none;
}
#rss a:hover {
	text-decoration: underline;
}


/* ---------------------- start meniu ---------------------- */
#meniucontainer{
	position:relative;
	height:33px;
	color:#E0E0E0;
	width:950px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#meniu {
	width: 950px;
	background-image: url(../imagini/meniu_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.menu ul{
	position:relative;
	font-size:12px;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: inherit;
	margin: 0px;
	list-style-type: none;
}
/*Top level list items*/
.menu ul li{
	height:30px;
	float:left;
	padding-top: 0px;
	padding-left: 0;
	display: inline;
	position: relative;
	padding-right: 5px;
}
/*Top level menu link items style*/
.menu ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	height:33px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 4px;
	line-height: 150%;
}
.menu ul li a:hover{
	color:#fff;
	background-color: #046380;
	background-image: url(../imagini/meniu_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu ul li a.current{
	color:#fff;
	background-color: #046380;
	background-image: url(../imagini/meniu_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*1st sub level menu*/
.menu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{
	left: 10px; /* no need to change, as true value set by script */
	top: 0;
}
/* Sub level menu links style */
.menu ul li ul li a{
	display: block;
	width: 200px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #046380;
	height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}
.menu ul li ul li a:hover{
	display: block;
	width: 200px; /*width of sub menu levels*/
	color: #000000;
	border: 1px solid #000000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
/* Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* ---------------------- END meniu ---------------------- */

#banner {
	height: 15px;
	width: 950px;
	background-color: #046380;
	text-align: center;
}
#continut {
	padding: 10px;
	width: 930px;
	text-align: left;
}

#pagini {
	float: left;
	width: 920px;
	font-size: 13px;
}
#pagini a {
	font-weight: bold;
	color: #046380;
	text-decoration: none;
}
#pagini a:hover {
	text-decoration: underline;
}

#pagini li{
	list-style-position: inside;
	list-style-image: url(../imagini/li_stanga.png);
	margin: 5px;
}
#paginititlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	height: 21px;
	width: 925px;
	padding-top: 4px;
	background-image: url(../imagini/pagini_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#paginitext {
	width: 913px;
	border: 1px solid #002F2F;
	font-size: 14px;
	padding: 5px;
}

#stanga {
	float: left;
	width: 550px;
	font-size: 13px;
}
#stangamare {
	float: left;
	width: 650px;
	font-size: 13px;
}
#stanga a {
	font-weight: bold;
	color: #046380;
	text-decoration: none;
}
#stanga a:hover {
	text-decoration: underline;
}

#stanga li{
	list-style-position: inside;
	list-style-image: url(../imagini/li_stanga.png);
	margin: 5px;
}

#stangamare a {
	font-weight: bold;
	color: #046380;
	text-decoration: none;
}
#stangamare a:hover {
	text-decoration: underline;
}
#stangamare li{
	list-style-position: inside;
	list-style-image: url(../imagini/li_stanga.png);
	margin: 5px;
}


#stangamore {
	text-align: right;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002F2F;
}
.stangamore{
	height: 25px;
	width: 100%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002F2F;
}
#stangamorepagini {
	text-align: right;
	height: 25px;
	width: 900px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002F2F;
}


.stangamorepagini {
	text-align: right;
	height: 25px;
	width: 900px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002F2F;
}


#stangatitlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagini/top_stanga.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 25px;
	height: 24px;
	width: 550px;
	padding-top: 3px;
	background-color: #002F2F;
	vertical-align:top
}
#stangatitlumare {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagini/top_stanga1.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 25px;
	height: 21px;
	width: 750px;
	padding-top: 4px;
	background-color: #002F2F;
}


#stangatitlu a {
	color: #FFFFFF;
	text-decoration: none;
}
#stangatitlumare a {
	color: #FFFFFF;
	text-decoration: none;
}


#stangatext {
	width: 542px;
	border: 1px solid #002F2F;
	padding-left: 3px;
	padding-right: 3px;
}
#stangatextmare {
	width: 742px;
	border: 1px solid #002F2F;
	padding-left: 3px;
	padding-right: 3px;
}

#dreapta {
	float: right;
	width: 360px;
}
#dreapta1 {
	float: right;
	width: 180px;
}
#dreaptacertificat {
	float: right;
	width: 190px;
}


#evenimente {
	float: left;
	width: 200px;
}
#evenimentetitlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagini/evenimente_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 25px;
	height: 21px;
	width: 200px;
	font-weight: bold;
	padding-top: 4px;
	background-color: #002F2F;
}
#evenimentetitlu a {
	color: #FFFFFF;
	text-decoration: none;
}
#evenimentetitlu span{
	margin: 0px;
	color: #00FF00;
}
#evenimentetext {
	text-align: justify;
	width: 192px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 1px solid #002F2F;
}
#evenimentetext a {
	color: #046380;
	text-decoration: none;
}
#evenimentetext a:hover {
	color: #002F2F;
	text-decoration: underline;
}
#forum {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.forum {
	float: left;
	width: 200px;
	margin-top: 10px;
}
#forumtitlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagini/buletin_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 27px;
	height: 21px;
	width: 200px;
	font-weight: bold;
	padding-top: 4px;
	background-color: #002F2F;
}
.forumtitlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagini/buletin_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 27px;
	height: 21px;
	width: 200px;
	font-weight: bold;
	padding-top: 4px;
	background-color: #002F2F;
}
#forumtitlu a {
	color: #FFFFFF;
	text-decoration: none;
}
#forumtext {
	text-align: justify;
	width: 192px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 1px solid #002F2F;
}
#forumtext a {
	color: #046380;
	text-decoration: none;
}
#forumtext a:hover {
	color: #002F2F;
	text-decoration: underline;
}




.forumtitlu a {
	color: #FFFFFF;
	text-decoration: none;
}
.forumtext {
	text-align: justify;
	width: 192px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 1px solid #002F2F;
}
.forumtext a {
	color: #046380;
	text-decoration: none;
}
.forumtext a:hover {
	color: #002F2F;
	text-decoration: underline;
}
#bara {
	float: right;
	width: 150px;
}
.readmore {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #002F2F;
	height: 15px;
	width: 120px;
	background-image: url(../imagini/colt.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: -3px;
	text-indent: 3px;
	margin-top: 3px;
	text-align: left;
}
.readmoredublu {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #002F2F;
	height: 15px;
	width: 160px;
	background-image: url(../imagini/colt.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: -3px;
	text-indent: 3px;
	margin-top: 3px;
	text-align: left;
}


#noutati {
	float: right;
	width: 150px;
}
#noutatititlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagini/noutati_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 150px;
	font-weight: bold;
	text-indent: 25px;
	padding-top: 4px;
	background-color: #002F2F;
}
#noutatititlu a {
	color: #FFFFFF;
	text-decoration: none;
}
#noutatitext {
	text-align: center;
	float: right;
	width: 144px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #002F2F;
}
#noutatitext img {
	padding-bottom: 3px;
}

#contact {
	float: right;
	width: 150px;
	margin-top: 10px;
}
#contacttop {
	float: right;
	width: 150px;
	margin-top: 0px;
}
#certificat {
	float: right;
	width: 170px;
	margin-top: 0px;
}


#contacttext {
	background-color: #EFECCA;
	width: 144px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px double #002F2F;
	margin-left: 0px;
}
#contacttext a {
	text-decoration: none;
	color: #046380;
}

#certificattext {
	background-color: white;
	width: 164px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px double #002F2F;
	margin-left: 0px;
}
#certificattext a {
	text-decoration: none;
	color: #046380;
}



#contacttitlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagini/contact_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 150px;
	padding-top: 4px;
	text-indent: 25px;
	background-color: #002F2F;
}
#contacttitlu a {
	color: #FFFFFF;
	text-decoration: none;
}

#certificattitlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagini/certificat.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 170px;
	padding-top: 4px;
	text-indent: 25px;
	background-color: #002F2F;
}
#certificattitlu a {
	color: #FFFFFF;
	text-decoration: none;
}


#parteneri {
	float: right;
	width: 150px;
	margin-top: 10px;
}
#partenerititlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagini/parteneri_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 25px;
	height: 21px;
	width: 150px;
	padding-top: 4px;
	font-weight: bold;
	background-color: #002F2F;
}
#parteneritext {
	width: 144px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px double #002F2F;
	margin-left: 0px;
}


#parteneritext a {
	text-align: center;
	text-decoration: none;
	color: #046380;
}

#jos {
	width: 970px;
	height: 30px;
	background-image: url(../imagini/jos_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#footer{
	width:970px;
	text-align:center;
	color:#666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#footer a{
	color:#666;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover{
	color:#FF0000;
}
#footercontainer{padding:10px 0 0 0; margin:0;}
.footertext{float:left;width:170px;margin:0 0 0 20px;padding:0;text-align:left;}
.footertext ul{list-style:none; margin:0; padding:0;}
.footertext li a{font:normal 10px/12px Verdana, Arial;color:#666;}
.footertext li a:hover {color:#F10;}
.pachet {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
}

