/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
    font-size: 0;
}
img:after {
    content: " ";
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
a{
	text-decoration: none;
}
body{
	background: url('imagini/structura/background/pattern.png') repeat white;
	font-family: Verdana,sans-serif;
}

/********* H1-H6, P, LISTS *********/
h1{
	width: 100%;
	clear: both;
	padding: 3px 0 18px 0;
	font-size: 21px;
	line-height: 23px;
	color: #333333;
}
h1.pliant{
	margin-bottom: 25px;
}
h2{
	width: 100%;
	clear: both;
	padding: 6px 0 15px 0;
	font-size: 16px;
	color: #333333;
}
h3{
	position: relative;
	padding: 6px 0 12px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
p{
	position: relative;
	min-height: 8px;
	padding: 3px 0 9px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	color: #333333;
}
p.citat{
	border: 1px solid #e8e8e8;
	margin: 1px 0;
	padding: 6px 3px;
	background: #f8f8f8;
}
p.autor{
	margin-top: -7px;
	padding-top: 0;
	text-align: right;
	font-style: italic;
}
.bottom p{
	font-size: 12px;
	line-height: 15px;
}
.content ul, .content ol{
	width: 100%;
	margin: 3px 0 9px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #292929;
}
.content ul li, .content ol li{
	clear: left;
	width: 97%;
	margin-left: 3%;
	padding-top: 2px;
}
.content img{
	border: 1px solid #D7DCE0;
	padding: 1px;
}
.content img.imgLeft{
	float: left;
	position: relative;
	z-index: 100;
	margin: 2px 8px 2px 0;
}
.content img.imgRight{
	float: right;
	position: relative;
	z-index: 100;
	margin: 2px 0 2px 8px;
}
.content a{
	color: #36689f;
}
.clear{
	clear: both;
}
.noMargins{
	margin: 0;
	padding: 0;
}
.alignRight{
	text-align: right;
}
.alignCenter{
	text-align: center;
}
.alignLeft{
	text-align: left;
}

/********* CONTAINER, DIVS *********/
.container{
	width: 900px;
	margin: 0 auto;
	padding: 10px;
}
.top{
	width: 900px;
	margin-bottom: 6px;
}
.center{
	width: 900px;
	margin-bottom: 2px;
	background: url('imagini/structura/background/center-bg.png') top repeat-y;
}
.sidebar{
	float: left;
	width: 164px;
	min-height: 370px;
	margin-right: 6px;
	padding: 15px 10px 15px 10px;
}
.content{
	float: left;
	position: relative;
	z-index: 0;
	width: 650px;
	min-height: 460px;
	padding: 20px 31px 20px 29px;
}
.bottom{
	width: 880px;
	padding: 10px;
	background: #ffffff;
}

/********* MENU *********/
.menu{
	width: 894px;
	padding: 3px;
	background: #ffffff;
}
/*** menu level 1 ***/
#nav {
	height: 24px;
	list-style-type: none;
}
#nav li {
	float: left;
	position: relative;
	width: 70px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 4px 10px 4px 10px;
	background: #efeeee;
}
#nav li.graunte{
	float: right;
    width: 130px;
    background: #484848;
}
#nav li a {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
#nav li.graunte a{
	color: #fff;
}
/*** menu level 2 ***/
#nav li ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 24px;
  	left: 0;
  	width: 143px;
  	padding: 1px 0 0 0;
  	list-style-type: none;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	width: 123px;
	min-height: 16px;
	margin: 0;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #ffffff;
	background: #efeeee;
}
#nav li ul li a {
	display: block;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
/*** hover + active ***/
/* hover + active on level 1 */
#nav li:hover, #nav li.active1 {
	background: #36689f;
}
#nav li:hover a, #nav li.active1 a {
	color: #ffffff;
}
/* hover on level 1, not level 2 */
#nav li:hover ul li {
	background: #efeeee;
}
#nav li:hover ul li a {
	color: #000000;
}
/* hover on level 2 */
#nav li:hover ul li:hover {
	background: #729fd1;
}
#nav li:hover ul li:hover a {
	color: #ffffff;
}
/* active on level 2 */
#nav li ul li.active2 {
	background: #729fd1;
}
#nav li ul li.active2 a {
	color: #ffffff;
}

/********* LEFT NAVIGATION *********/
ul.navLeft{
	width: 164px;
	border-top: 1px solid #CBCFD2;
	margin-bottom: 33px;
}
ul.navLeft li{
	display: block;
	width: 164px;
	min-height: 22px;
	margin: 0;
	border-bottom: 1px solid #CBCFD2;
}
ul.navLeft li a{
	display: block;
	width: 158px;
    box-sizing: border-box;
	padding: 4px 3px 4px 3px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}
ul.navLeft li:hover, ul.navLeft li.active3{
	background: #F1F0F4;
}
.icoana-zilei{
	width: 154px;
	padding: 0 5px 0 5px;
}
.icoana-zilei h5{
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.icoana-zilei img{
	width: 152px;
	height: auto;
	margin-top: 3px;
	border-top: 1px solid #959393;
	border-left: 1px solid #959393;
	border-right: 1px solid #959393;
}
.icoana-zilei table{
	width: 154px;
	border-right: 1px solid #959393;
	border-bottom: 1px solid #959393;
	border-left: 1px solid #959393;
}

/********* CONTENT *********/
.galerie{
	width: 566px;
	padding: 10px 0 20px 47px;
}
.galerie a img{
	width: 133px;
	height: 100px;
}
.content .downloadFile{
	position: absolute;
	right: 10px;
	top: 10px;
}
.content .downloadFile a{
    display: block;
	float: left;
    width: 36px;
    height: 48px;
    padding-left: 0;
}
a.pdf{
	margin-right: 5px;
	background: url('imagini/structura/icons/pdf_icon.png') left center / contain no-repeat;
    padding-left: 20px;
}
a.doc{
	background: url('imagini/structura/icons/doc_icon.png') left center / contain no-repeat;
    padding-left: 20px;
}

ul.navLeft li a.pdf,
ul.navLeft li a.doc{
    background-size: 16px auto;
    padding-left: 20px;
}

/********* TABLE *********/
table td{
	min-width: 15px;
	padding: 0;
}
table.istoricTable{
	width: 470px;
}
table.evenimenteTable{
	width: 470px;
}
table.programTable{
	width: 560px;
}
table.programTable2{
	width: 218px;
}
table.contactTable{
	width: 570px;
}
table.istoricTable p, table.evenimenteTable p, table.programTable p, table.programTable2 p, table.contactTable p{
	padding: 3px 0 0 0;
}
table.evenimenteTable td{
	padding: 0 0 8px 0;
}
table.contactTable td{
	padding: 0 0 8px 0;
}
table.graunteTableInd{
	width: 650px;
	font-size: 12px;
}
table.graunteTableInd th{
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
table.graunteTableInd img{
	width: 110px;
	height: auto;
}
table.graunteTableFam{
	width: 650px;
	font-size: 12px;
}
table.graunteTableFam  th{
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
table.materiale{
    width: 100%;
}
table.materiale tr:hover{
    outline: dashed thin;
}

.familie{
	margin: 30px 0;
}
.famTopContent h5{
	font-size: 14px;
	font-weight: bold;
	color: #36689f;
}
.membru{
	float: left;
	width: 312px;
	min-height: 170px;
	margin: 3px 0;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	padding: 3px;
}
.membru.imp{
	margin-right: 10px;
}
.membruImg {
	float: left;
	width: 114px;
}
.membruImg img{
	width: 110px;
	height: auto;
	border-radius: 5px;
}
.membruTxt{
	float: right;
	width: 180px;
}
.membruTxt h5{
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

.heading{
    font-weight: bolder;
    font-variant: small-caps;
    text-align: center;
}