html, body
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../img/body_bg.gif) repeat-x;
}

hr
{
	border-top: 2px dotted #dedede;
}

div#button_contact a
{
	text-decoration: none;
	color: #176bbf;
	font-variant: small-caps;
}

div#button_contact a:hover
{
	text-decoration: none;
	color: #349dff;
}

div#button_contact
{
	width: 95px;
	height: 23px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 45px;
	padding-top: 5px;
	display: block;
	background: url(../img/contacts.gif) no-repeat;
}

div#main_container
{
	margin: 0px auto;
	width: 950px;
	text-align: left;
}

div#header
{
	display: block;
	height: 200px;
	width: 950px;
}

div#header_top
{
	display: block;
	height: 38px;
	width: 950px;
}

div#header_top_left
{
	color: #999;
	font-size: 9px;
	text-align: right;
	display: block;
	width: 444px;
	padding-top: 13px;
	height: 23px;
	float: left;
}

div#header_top_mid
{
	margin-left: 15px;
	width: 190px;
	height: 25px;
	display: block;
	float: left;
	border-left: 1px solid #999;
}

div.header_top_entry
{
	border-right: 1px solid #999;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	height: 13px;
	display: block;
	float: left;
}

div#header_logo a
{
	width: 100%;
	height: 100%;
	display: block;
}

div.header_top_entry a:hover
{
	color: #000;
}

div.header_top_entry a
{
	color: #999;
	text-decoration: none;
}

div#header_top_right
{
	font-size: 11px;
	width: 256px;
	height: 25px;
	display: block;
	float: right;
}

div.lang_logo img
{
	margin-top: 11px;
	border-style: none;
}

div.lang_logo
{
	text-align: center;
	display: block;
	float: left;
	width: 40px;
	height: 28px;
}

div.lang_logo:hover
{
	background: url(../img/top_arrow.gif) no-repeat center top;
}

div#header_logo_container
{
	height: 160px;
	width: 950px;
	background: url(../img/header_bg.jpg) no-repeat right bottom;	
}

div#header_logo
{
	width: 300px;
	height: 160px;
	background: url(../img/header_logo.gif) no-repeat center center;
	float: left;
	display: block;
}

div#menu_container
{
	width: 950px;
	display: block;
}

div#menu_entry_container
{
	width: 950px;
	height: 54px;
	clear: both;
}

div.menu_entry_sel
{
	font-size: 12pt;
	text-align: left;
	width: 189px;
	height: 44px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
	background: url(../img/menu_entry_sel.png) no-repeat 0 bottom;
	border-right: 1px solid #ffffff;
	font-variant: small-caps;
}

div.menu_entry
{
	font-size: 12pt;
	text-align: left;
	width: 189px;
	height: 44px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
	background: url(../img/menu_entry.png) no-repeat 0 bottom;
	border-right: 1px solid #ffffff;
	font-variant: small-caps;
}

div.menu_entry_sel a,
div.menu_entry a
{
	padding-top: 15px;
	display: block;
	text-decoration: none;
	color: #fffff8;
	text-indent: 20px;
	height: 68%;
}

div.menu_entry:hover
{
	background: url(../img/menu_entry_hover.png) no-repeat 0 bottom;
	height: 54px;
	top: 0px;
}

div.menu_sub_container
{
	width: 949px;
	clear: both;
}

div.menu_sub_entry
{
	display: inline-block;
	font-size: 10pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

div.menu_sub_entry_sel
{
	background: url(../img/menu_sub_entry_center.png) repeat;
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11pt;
	font-variant: small-caps;
}

div.menu_sub_entry a,
div.menu_sub_entry_sel a
{
	position: relative;
	top: 2px;
	color: #fff;
	text-decoration: none;
}
div.menu_sub_entry a:hover
{
	text-decoration: underline;
}

div.menu_logo
{
	width: 949px;
	height: 151px;
	display: block;
}

div.menu_logo img
{
	border-top: 1px solid #fffeff;
	border-right: 1px solid #fffeff;
}

div#content_container
{
	margin-top: 10px;
	width: 949px;
	display: block;
	border-top: 2px dotted #dedede;
}

div#content_left
{
	padding-top: 30px;
	width: 189px;
	display: block;
	float: left;
}

div#content_center
{
	font-size: 12px;
	min-height: 250px;
	width: 571px;
	display: inline-block;
}

div.download ul
{
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}

ul.download li
{
	list-style-type:none;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../img/icona_pdf.png) no-repeat 0 center;
}

div.download a:hover
{
	color: #006;
}

div.download a
{
	display: inline-block;
	text-decoration: none;
	font-size: 10px;
}

div.download
{
	display: inline-block;
}

h7
{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	color: #006;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 20px;
	border: 1px solid #3784ff;
}

#content_center h1 {
	font-size: 21px;
	color: #333333;
	margin-bottom: 0px;
}
#content_center h2 {

	font-size: 18px;
	color: #006;
	margin-bottom: 0px;
}
#content_center h3 {
	font-size: 14px;
	color: #0066CC;
	margin-bottom: 0px;
}
#content_center h4 {
	font-size: 13px;
	color: #666666;
	margin-bottom: 0px;
}

#content_center p {
	text-align: justify;
	margin-right: 10px;
}

#content_center a {
	color: #0066CC;
}

div#content_right
{
	padding-top: 30px;
	width: 180px;
	display: block;
	float: right;
}

div#footer_container img
{
	margin-top: 50px;
}

div#footer_container p
{
	text-align: left;
	border-top: 2px dotted #cfcfcf;
	padding-top: 5px;
	width: 100%;
}

div#footer_container
{
	font-size: 9px;
	color: #257CD3;
	text-decoration: none;
	text-align: right;
	width: 949px;
	display: block;
	min-height: 156px;
	background: url(../img/footer.png) no-repeat;
}

.link
{
	list-style: none;
	margin: 0;
	padding: 10px 0 0px 0px;
}

.link li
{
	margin: 0 0 2px;
	background-image: url(../img/btnvai.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link li a
{
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	padding-left: 25px;
}

.link li a:hover
{
	color: #0066CC;
}

ul
{
	list-style-image: url(../img/puntoelenco.gif);
	padding-left: 15px;
	padding-bottom: 5px;
}

div#news_left
{
	width: 159px;
	display: block;
	float: left;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

div#news_left p#date
{
	margin-top: 2px;
	font-size: 12px;
}

div#news_left p
{
	margin-top: 18px;
	margin-bottom: 5px;
}

div#news_center a
{
	color: white;
	text-decoration: none;
}

div#news_center a:hover
{
	text-decoration: underline;
}

div#news_center
{
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 12px;
	min-height: 50px;
	width: 561px;
	display: inline-block;
	border-left: 1px solid #87d2e4;
}

div#news_right
{
	width: 180px;
	display: block;
	float: right;
}

div#content_center #news_page a
{

	text-decoration: none;
}

div.user_frame
{
	margin-top: 50px;
	margin-left: 25%;
	width: 230px;
	border: 2px dotted #c7c7c7;
}

.input_box
{
	width: 200px;
}

p.user_frame_topfield,
p.user_frame_login_button
{

	padding-left: 10px;
}

div#content_center #news_page
{
	font-size: 11px;
	text-align: center;
}

div#news_container
{
	width: 949px;
	margin-bottom: -35px;
	display: block;
	background-color: #0097db;
}

.link li .admin
{
	padding-left: 0px;
	margin-left: 30px;
}

.link li .admin:hover,
.admin:hover
{
	background-color: #dadada;
}

h5
{
	font-size: 14px;
	color: white;
	margin-bottom: 0px;
	margin-top: 0px;
}

.hover_cell
{
	opacity: 1;
}

.hover_cell:hover
{
	opacity: 0.7;
}
