/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

#header {
	background: url(images/backgr1.jpg) repeat-x left;
	height: 81px;
}

#meniu {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 40px;
}

#lang {
	float: right;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 41px;

}

.buton {
	text-align: center;
	line-height: 41px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.buton a{
	display: block;
	width: 117px;
	height: 41px;
	background: url(images/buton_negru.png) no-repeat left;
	float: left;
	color: #FFFFFF;
}

.buton a:visited{
	color: #FFFFFF;
}

.buton a:hover{
	color: #666666;
	background: url(images/buton_alb.png) no-repeat left;
}

.buton_sel a{
	display: block;
	width: 117px;
	height: 41px;
	float: left;
	color: #666666;
	background: url(images/buton_alb.png) no-repeat left;
	text-align: center;
	line-height: 41px;
	font-family: Arial, Helvetica, sans-serif;
}


#altceva {
	background: #E4E4E4;
	height: 234px;
}

#top {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#poza_sus {
	float: left;
	width: 702px;
	margin: 15px 0;
}

#titlu {
	float: left;
	width: 298px;
	color: #7A7A7A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#continut {
	background: #FFFFFF;
	border-top: #8F8F8F solid 2px;
	position: relative;
}

#corp {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 326px;
	position: relative;
}

#text_principal {
	float: left;
	/*border-right: #E4E4E4 solid 1px;*/
	width: 702px;
	
}

.main_text {
	font-size: 14px;
	line-height: 140%;
	margin: 5px 30px;
}

.main_title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	color: #004080;
}

#news {
	float: left;
	width: 290px;
	background: url(images/backgr3.png) no-repeat top;
	min-height: 326px;
	border-left: #E4E4E4 solid 1px;
}

.news_text {
	font-size: 13px;
	padding: 10px 20px;
}

.news_title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	color: #660000;
}

#jos {
	background: url(images/backgr2.jpg) repeat-x left;
	min-height: 162px;
	height: 162px;
	border-top: #8F8F8F solid 2px;
}

.clear {
	clear: both;
}
