@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #03375B;
	background-image: url(imagini/body_back.png);
	text-align: center;
	margin-top: 0px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h2 {
	font-size: 20px;
	background-image: url(imagini/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5BF21;
	text-indent: 25px;
	color: #002F52;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #03375B;
	background-image: url(imagini/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	text-indent: 20px;
	height: 20px;
	margin-top: 3px;
}


.container {
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
}
.header {
	height: 140px;
	width: 800px;
	background-color: #D7EEFF;
}

.logo {
	float: left;
	width: 370px;
}
.clear {
	clear: both;
}
.steaguri {
	width: 220px;
	text-align: center;
}


.imgheader {
	float: right;
	height: 140px;
	width: 425px;
}
.meniu {
	background-color: #03375B;
	text-align: left;
	height: 40px;
	width: 800px;
}
#menu li a:hover {
	color : #fff;
	margin : 0;
	background-image: url(imagini/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.continut {
	background-color: #FFFFFF;
	width: 800px;
	background-image: url(imagini/content_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu li a.current {
	color : #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(imagini/menu_back.jpg);
}

/* meniu */
  #menu {
	font-size: 14px;
	text-transform: uppercase;
	height: 40px;
}
#menu li {
	list-style : none;
	display : inline;
	line-height : 40px;
}
#menu li a {
	text-decoration : none;
	margin : 0;
	font-weight : bold;
	color : #fff;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}


.stanga {
	float: left;
	width: 550px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	list-style-position: inside;
	list-style-image: url(imagini/back_li.jpg);
}
.stanga a{
	color: #03375B;
	text-decoration: none;
	font-weight: bold;
}
.stanga a:hover{
	text-decoration: underline;
}
.dreapta {
	float: right;
	width: 220px;
	padding-right: 10px;
}
.info {
	color: #FFFFFF;
	background-image: url(imagini/info.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 120px;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
}
.info img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.spaninfo {
	color: #F2DC85;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.date {
	font-size: 11px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#extra {
	background-color: #FDF2D1;
	background-image: url(imagini/extra_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#extra a {
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4C11A;
	text-decoration: none;
	color: #03375C;
	display: block;
	width: 100%;
}
#extra a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4C11A;
	text-decoration: none;
	color: #03375C;
	display: block;
	background-color: #FBE4A2;
	text-indent: 3px;
}

#footer {
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(imagini/footer_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height: 30px;
	width: 700px;
	text-align: center;
	padding-top: 20px;
	line-height: 10px;
}
#footer a {
	text-decoration:none;
	color: #FFFFFF;
	padding-top: 5px;
}
#footer a:hover { text-decoration:underline;}
