/* CSS Document */

body, table, tr, td, th, caption, div, ul, li, span, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #E7E7E7;
}

a {
	color: #348B9E;
	text-decoration: none;
}

a:hover {
	color: #9C8341;
}

#page_html {
	width: 100%;
	text-align: center;
}

#page_container {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_pagina.gif');
	background-repeat: repeat-y;
}

#header {
	width: 780px;
	height: 147px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#header_menu {
	padding-top: 140px;
	padding-right: 22px;
}

#header_menu li {
	float: right;
	padding: 3px;
	color: #888;
	font-weight: bold;
}

#header_menu li a {
	font-weight: bold;
}

#content {
	width: 772px;
	padding-bottom: 10px;
	margin: 0px 4px 0px 4px;
}

/* lista 1 */
#lista_1 {
	margin-top: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_lista_1.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 0px 30px;
}

#proiecte {
	float: left;
	background-image: url('../images/bg_h_lista_1.gif');
	background-repeat: repeat-x;
	width: 140px;
	margin-right: 35px;
}

#proiecte h2 {
	height: 30px;
	background-image: url('../images/titlu_proiecte.gif');
	background-repeat: no-repeat;
}

#proiecte h2 span {
	display: none;
}

#proiecte h3 {
	background-color: #AED6DF;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 6px 5px 3px;
}

#proiecte p {
	padding: 3px 0px 3px 0px;
	font-size: 10px;
}

#articole {
	float: left;
	background-image: url('../images/bg_h_lista_1.gif');
	background-repeat: repeat-x;
	width: 140px;
	margin-right: 35px;
}

#articole h2 {
	height: 30px;
	background-image: url('../images/titlu_articole.gif');
	background-repeat: no-repeat;
}

#articole h2 span {
	display: none;
}

#evenimente {
	float: left;
	background-image: url('../images/bg_h_lista_1.gif');
	background-repeat: repeat-x;
	width: 140px;
	margin-right: 35px;
}

#evenimente h2 {
	height: 20px;
	margin-bottom:10px;
	background-image: url('../images/titlu_evenimente.gif');
	background-repeat: no-repeat;
}

#evenimente h2 span {
	display: none;
}

#noutati {
	float: left;
	background-image: url('../images/bg_h_lista_1.gif');
	background-repeat: repeat-x;
	width: 150px;
}

#noutati h2 {
	height: 30px;
	background-image: url('../images/titlu_noutati.gif');
	background-repeat: no-repeat;
}

#noutati h2 span {
	display: none;
}

/* liste comune */

#articole ul, #evenimente ul, #noutati ul {
	padding-top: 10px;
}

#articole ul li, #evenimente ul li, #noutati ul li {
	padding: 3px 3px 5px;
	background-position: bottom;
	background-image: url('../images/bg_separator_1.gif');
	background-repeat: repeat-x;
}

#articole ul li.last, #evenimente ul li.last, #noutati ul li.last {
	background-image: none;
}

#articole ul li:last-child, #evenimente ul li:last-child, #noutati ul li:last-child {
	background-image: none;
}

/* lista 2 */
#lista_2 {
	margin-top: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_lista_2.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 0px 30px;
}

/* o mica modificare */
#lista_2 a {
	color: #9C8341;
	text-decoration: none;
}

#lista_2 a:hover {
	color: #348B9E;
}

#forum {
	float: left;
	background-image: url('../images/bg_h_lista_2.gif');
	background-repeat: repeat-x;
	width: 315px;
	margin-right: 35px;
}

#forum h2 {
	height: 30px;
	background-image: url('../images/titlu_forum.gif');
	background-repeat: no-repeat;
}

#forum h2 span {
	display: none;
}

#links {
	float: left;
	background-image: url('../images/bg_h_lista_2.gif');
	background-repeat: repeat-x;
	width: 140px;
	margin-right: 35px;
}

#links h2 {
	height: 30px;
	background-image: url('../images/titlu_link.gif');
	background-repeat: no-repeat;
}

#links h2 span {
	display: none;
}

#contact {
	float: left;
	background-image: url('../images/bg_h_lista_2.gif');
	background-repeat: repeat-x;
	width: 150px;
}

#contact h2 {
	height: 30px;
	background-image: url('../images/titlu_contact.gif');
	background-repeat: no-repeat;
}

#contact h2 span {
	display: none;
}

#contact p {
	padding-top: 10px;
}

/* liste comune */

#forum ul, #links ul {
	padding-top: 10px;
}

#forum ul li, #links ul li {
	padding: 3px 3px 5px;
	background-position: bottom;
	background-image: url('../images/bg_separator_2.gif');
	background-repeat: repeat-x;
}

#forum ul li.last, #links ul li.last {
	background-image: none;
}

#forum ul li:last-child, #links ul li:last-child {
	background-image: none;
}

/* in sfarsit capatul de jos al paginii */
#footer {
	text-align: center;
	color: #777;
	font-size: 11px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	padding: 23px 0px;
	background-color: #E7E7E7;
	margin-top: 20px;
}

/* cateva "utilitare" */

.clear {
	float: none;
	clear: both;
	height: 1px;
}

.clearRight {
	float: none;
	clear: right;
	padding-top: 15px;
}



/*CSS Sectiuni */

.sectiune {
	padding: 20px;
}

.sectiune .menu {
}
.sectiune .menu .brief {
	float: left;
	width: 150px;
	height: 500px;
	margin-top: 20px;
}

.sectiune .menu .brief li.title {
	padding: 5px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	letter-spacing: 1px;
	margin:2px 0px;
}

.sectiune .menu .brief li.item {
	padding: 2px 0px 2px 10px;
}

.sectiune .menu .brief li {
	padding: 2px;
	/*font-weight: bold;*/
	background-color: #F6F6F6;
	margin-bottom: 1px;
}

.sectiune .menu .brief .separator {
	padding: 0px;
	height: 0px;
	border: 1px solid #fff;
}

.sectiune h1 {
	padding-bottom: 10px;
}

.sectiune .content_sectiune {
	margin-left: 150px;
	padding-left: 20px;
}

.sectiune .content_sectiune h2 {
	text-align: right;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #3F7589;
	margin-bottom: 10px;
}

.sectiune .content_sectiune p {
	text-indent: 15px;
	padding-bottom: 5px;
}

.sectiune .clear {
	clear: both;
}

.sectiune #edit_menu {
	margin-top: 5px;
	padding: 0px 3px 3px 3px;
}

.sectiune #edit_menu li {
	margin-top: 0px;
	float: right;
	padding: 0px 2px 2px 2px;
}

.errors {
	width: 65%;
	margin: 1em auto;
	padding: .7em;
	background: url('../images/error.gif') top right no-repeat #ffa;
	border: 1px solid #a00;
	color: #a00;
	font-weight: bold;
}

.information {
	width: 65%;
	margin: 1em auto;
	padding: .7em;
	background: url('../images/info.gif') top right no-repeat #ffa;
	border: 1px solid #FFD700;
	color: #000;
}

.warning {
	width: 65%;
	margin: 1em auto;
	padding: .5em;
	background: url('../images/warning.gif') top right no-repeat #ffa;
	border: 1px solid #FFD700;
	color: #000;
}

.debug {
	width: 65%;
	margin: 1em auto;
	padding: .7em;
	background: #ffa;
	border: 1px solid #a00;
	color: #000;
	font-size: 11px;
}
input.text { margin: 0; padding: 0; border: 1px solid #9C8341; color: #000000; background: #fff; font-family:arial,helvetica,sans-serif;font-size:small;font-weight:normal;text-decoration:none;}
input.text:hover { border: 1px solid #348B9E; background: #fff; color: #000000; }
textarea.text { margin: 0; padding: 0; border: 1px solid #9C8341; color: #000000; background: #fff; font-family:arial,helvetica,sans-serif;font-size:small;font-weight:normal;text-decoration:none;}
textarea.text:hover { border: 1px solid #348B9E; background: #fff; color: #000000; }
select.text { margin: 0; padding: 0; border: 1px solid #9C8341; color: #000000; background: #fff; font-family:arial,helvetica,sans-serif;font-size:small;font-weight:normal;text-decoration:none;}
select.text:hover { border: 1px solid #348B9E; background: #fff; color: #000000; }
input.submit { margin: 0; padding: 3px 3px 3px 3px; font-size: 100%; font-family: Arial, Sans-Serif; border: none; background: none; color: #FFF; background: #808080; font-weight: bold; }
