@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #052A61;
}
.body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F63;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
.header {
	height: 180px;
	background-image: url(../images/banner.png);
}
.linie {
	background-image: url(../images/line_header.png);
	height: 40px;
}
.subheader {
	background-image: url(../images/main_left.png);
	height: 240px;
	background-repeat: no-repeat;
	background-color: #2B3966;
}
.continut {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.continut_wide {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding: 10px;
	background-color: #1A4F85;
}
.continut_cv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 10px;
	text-align: left;
	background-color: #1A4F85;
}
.caseta_stanga {
	width: 250px;
	float: left;
}
.caseta_dreapta {
	float: right;
	width: 250px;
}
.caseta_mijloc {
	width: 250px;
}
.titlu_caseta {
	font-size: 26px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #6CF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #F60;
}
.footer {
	height: 34px;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
.caseta_promotionale {
	background-repeat: no-repeat;
	height: 161px;
	width: 201px;
	padding: 10px;
	margin: 10px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
