@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background:url('../images/site_bg.jpg') top center repeat-y #4e4e4e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

.wrapper {
	width:960px;
	margin:0 auto;
}

.line_a_la_bucur {
	 height:1px;
	 width:100%;
	 line-height:1px;
	 font-size:1px;
	 background-color:#d9d9d9;
}

.pngHack {
	behavior: url('js/iepngfix.htc');
}

/*******************Header*********************/
#logo_container {
	width:960px;
	height:50px;
	background:url('../images/header_image.jpg') top left no-repeat;
	position:relative;
}

#header {
	height:47px;
	background:url(../images/menu_bg.jpg) center no-repeat;
}

#menu {
	list-style-type:none;
	height:40px;
	width:960px;
	padding-top:6px;
	border-bottom:1px solid #ebebeb;
}

#menu li {
	height:31px;
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #ebebeb;
}

#menu li a {
	display:block;
	height:31px;
	line-height:31px;
	color:#000000;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana;
}

#menu li a:hover {
	color:#ff0000;
}

#flash_homepage {
	/*background:url(../images/banner_bg.jpg) center left no-repeat;*/
	height:390px;
}

#forum_login {
	position:absolute;
	height:100px;
	width:200px;
	padding:10px;
	background-color:#ffffff;
	top:60px;
	left:730px;
	border:2px solid #ebebeb;
}

.titlu_alb {
	color:#000000;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.login_link {
	text-decoration:none;
	color:#de1d43;
	font-size:11px;
	line-height:14px;
}

#calendar_evenimente {
	position:absolute;
	height:250px;
	width:200px;
	padding:10px;
	background-color:#ffffff;
	top:190px;
	left:730px;
	border:2px solid #ebebeb;
}

#calendar_evenimente_all {
	height:250px;
	width:200px;
	padding:10px;
	padding-bottom:20px;
	background-color:#67CCE6;
}


/*******************content*********************/
#content {
	width:960px;
	margin:0 auto;
	background:url(../images/bottom_bg.jpg) bottom left repeat-x #FFFFFF;
}

#content h1 {
	color:#000000;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
}


#content h1.titlu {
	color:#000000;
	font-size:32px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:30px;
	margin-top:50px;
}

#content .link_institutie {
	float:left; 
	text-align:center; 
	width:100px; 
	padding:5px; 
	margin:10px; 
	text-decoration:none; 
	color:#000000;
}

#content .link_institutie:hover {
	color:#698199;
}

#content .link_institutie:hover img {
	border:1px solid #698199;
}

#content p {
	margin-bottom:5px;
}

#content ul {
	list-style-type:none;
	margin-left:10px;
}

#content ul li{
	padding-left:16px;
	background:url('../images/bullit.gif') left no-repeat;;
}

#content a {
	text-decoration:none;
	color:#DE1D43;
}

#content a:hover {
	text-decoration:underline;
	color:#000000;
}


/*******************content pe homepage*********************/
#homepage_trio {
	border:1px solid #C0C0C0;
	border-collapse:collapse;
}

#homepage_trio td{
	padding:10px;
	vertical-align:top;
	border:1px solid #C0C0C0;
}

#homepage_trio td p{
	margin-bottom:10px;
}

.titlu_trio {
	color:#4261CC;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
}

.subtitlu_trio {
	font-size:16px;
	color:#656668;
	margin-bottom:10px;
}

.forum_trio {
	display:block;
	/*border-bottom:1px solid #C0C0C0;*/
	color:#de1d43;
	padding-bottom:5px;
	text-decoration:none;
	margin-bottom:10px;
}

.forum_trio strong{
	font-size:14px;
	color:#656668;
}

/*******************content institutii*********************/
#content a.tara_link {
	display:block; 
	width:190px; 
	padding-left:20px;
	height:40px; 
	float:left; 
	line-height:40px; 
	font-size:14px; 
	color:#23c8f6;
	background-color:#ececec;
	text-decoration:none;
	border-bottom:1px dotted #23c8f6;
}

#content a.tara_link:hover {
	background:url('../images/tara_link_bg.jpg') top left no-repeat;
}

#content a.tara_link_selected {
	background:url('../images/tara_link_bg.jpg') top left no-repeat;
	border-right:none;
	color:#DE1D43;
}


/*******************footer*********************/
#footer {
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	/*height:45px;
	text-align:right;
	line-height:45px;*/
	padding-bottom:20px;
	padding-top:10px;
	
}

#footer p {
	margin-right:20px;
}

#footer a {
	text-decoration:none;
	color:#575757;
	/*margin-left:20px;*/
}







