@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #efefef;
	background-image:url(images/bk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
.oneColFixCtr #mainContent {
	width:600px;	
	float:left;
	margin-top:20px;
	margin-left:-130px;
	
}
#meniu{
	width:385px;
	height:551px;
	
	background-image:url(images/bk_meniu.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:55px;
	margin-left:30px;
	position:relative;
	
}
#meniu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:100px;
	margin-left:50px;
	color:#6b6b6b;
}
#meniu a, a:visited{
	text-decoration:none;
	color:#6b6b6b;
	font-size:14px;
}
#meniu a:hover{
	text-decoration:none;
	color:#0090d2;
	font-size:14px;
}
#meniu li{
	background-image:url(images/bullet.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
}
#top{
	width:600px;
	float:left;
	height:77px;
}
#titlu{
	width:398px;
	float:left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#c7c7c7;
	font-size:16px;
	margin-top:25px;
}
#umbra_dr{
	float:left;
	width:600px;
	background-image:url(images/umbra_dr_08.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:850px;
}
#continut{
	float:left;
	width:536px;
	height:850px;
	background:#FFF;
	border:1px solid #e1dfdf;
	padding-left:30px;
	padding-right:10px;
	text-align:justify;
}
#umbra_jos{
	float:left;
	width:576px;
	background-image:url(images/umbra_jos_22.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:871px;
}
#reflectie{
	width:210px;
	height:138px;
	background-image:url(images/reflectie.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:135px;
	margin-left:32px;
	text-align:right;
		font-size:14px;
	color:#009fe8;
}
#footer{
	float:left;
	width:900px;
	height:42px;
	margin-top:15px;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#88d1f3;
	margin-top:20px;
	margin-bottom:15px;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#9ccf0a;
	margin-top:20px;
	margin-bottom:10px;
}
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fcae16;
	margin:0;
}
.gri{
	color:#c7c7c7;
}
.verde{
	color:#9ccf0a;
}
.img{
	float:left;
	margin:10px;
	
	border:1px solid #c7c7c7;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	margin-top:10px;
}
.in_lucru{
	float:left;
	width:170px;
	margin-right:8px;
	text-align:center;
}
.in_lucru img{
	float:left;
	border:0;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	margin-right:5px;
	margin-bottom:5px;
}
.in_lucru p{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#009fe8;
	text-align:left;	
}
.in_lucru a, a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#fcae16;
}
.in_lucru a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#fcae16;
}
.link_url2:link{
color:#51bdee;
text-decoration:none;
font-weight:bold;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.link_url2:visited{
color:#51bdee;
text-decoration:none;
font-weight:bold;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.link_url2:hover{
text-decoration:underline;
color:#bdfa03;
font-weight:bold;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.site{
float:left;
width:170px;
text-align:center;
margin-left:5px;
margin-bottom:20px;
height:130px;
}
.poza{
border:solid 1px #c7c7c7;

width:156px;
height:110px;
}
.broken_link{
	color:#51bdee;
text-decoration:none;
font-weight:bold;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top:2px;
}
