@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D161D;
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	margin: 0px;
}
h2 {
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 65px;
	color: #1C384D;
	padding-top: 20px;
	height: 50px;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.date {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	padding-right: 10px;
}
.searchfield {
	background-image: url(../images/cautare.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #0C679E;
	text-indent: 18px;
}
.searchbutton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #155787;
	border: 1px solid #1E6799;
	text-transform: lowercase;
}


#container {
	width: 910px;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	height: 120px;
	width: 900px;
	margin: 0px;
}
#cautare {
	height: 50px;
	width: 300px;
	padding-top: 75px;
	text-align: right;
}
#logo {
	height: 120px;
	width: 120px;
}
#continut {
	background-image: url(../images/bg_editura.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin: 0px;
}
#stanga {
	width: 170px;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}
#stanga a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #182F41;
}
#stanga a:hover {
	color: #FFFFFF;
	background-color: #175481;
}
#stanga li {
	list-style-type: none;
}

#dreapta {
	width: 720px;
	text-align: left;
	padding-top: 10px;
}
#dreapta a {
	font-weight: bold;
	color: #182F41;
}
#dreapta a:hover {
	color: #FFFFFF;
	background-color: #1C384D;
}

#footer {
	width: 900px;
	padding-top: 10px;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-size: 12px;
	color: #366D96;
}
#footer a {
	color: #366D96;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
