
body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;

	font-family: Arial, Verdana;
}

img{
	border: none;
}

#logout{
	position: absolute;
	background-color: #E40000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: lowercase;
	padding: 2px;
	top: 15px;
	left: 950px;
}




#header{
	height: 138px;
}

#header .logo{
	position: absolute;
	left: 129px;
	top: 15px;
}





.fascia{
	height: 600px;
	padding-top: 24px;
	border-top: solid 1px #E40000;
	/*
	background-image: url(../images/fascia_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	*/
}

#fascia_sfondo_01{
	background-image: url(../images/sfondi/sfondo01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_141{
	background-image: url(../images/sfondi/141.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_142{
	background-image: url(../images/sfondi/142.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_143{
	background-image: url(../images/sfondi/143.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_151{
	background-image: url(../images/sfondi/151.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_157{
	background-image: url(../images/sfondi/157.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_158{
	background-image: url(../images/sfondi/158.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_159{
	background-image: url(../images/sfondi/159.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_161{
	background-image: url(../images/sfondi/161.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#fascia_sfondo_162{
	background-image: url(../images/sfondi/162.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.fascia_sfondo_immagine{
	background-color: #FFFFFF;
}



.container{
	padding-left: 129px;
	position: relative;
	height: 403px;
}

.container_top, .container_bottom{
	height: 1px;
	line-height: 1px;
	background-color: #E40000;
}





.sidebar{
	width: 240px;
	position: relative;
}





.mainmenu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.mainmenu .lv_0_normal a, .mainmenu .lv_0_active a{
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.mainmenu .lv_0_normal a:link, .mainmenu .lv_0_normal a:visited{
	color: #333333;
}

.mainmenu .lv_0_normal a:hover, .mainmenu .lv_0_active a{
	color: #FFFFFF;
	background-image: url(../images/mainmenu_lv_0_active_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.mainmenu .lv_1{
	background-color: #DBDBDB;
	padding-top: 1px;
}

.mainmenu .lv_1 ul{
	margin: 0px;
	padding-left: 24px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	list-style: none;
}

.mainmenu .lv_1_normal a:link, .mainmenu .lv_1_normal a:visited{
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}

.mainmenu .lv_1_normal a:hover, .mainmenu .lv_1_active a{
	color: #E40000;
	text-decoration: none;
	text-transform: lowercase;
}





.mainmenu_bis{
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	width: 100%;

	border-bottom: solid 2px #E40000;

	background-image: url(../images/mainmenu_bis_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;

	position: absolute;
	top: 193px;
	width: 240px;
}

.mainmenu_bis a{
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.mainmenu_bis .lv_0{
	padding-bottom: 10px;
	padding-left: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.mainmenu_bis .lv_1_normal a:link, .mainmenu_bis .lv_1_normal a:visited{
	color: #333333;
	background-image: url(../images/mainmenu_bis_lv_1_normal_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

.mainmenu_bis .lv_1_normal a:hover, .mainmenu_bis .lv_1_active a{
	color: #E40000;
	background-image: url(../images/mainmenu_bis_lv_1_active_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}





.contenuto{
	position: absolute;
	left: 0px;
	top: 0px;
	left: 390px;
	width: 360px;
	height: 380px;
}

#breadcrumbs{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

#breadcrumbs li{
	display: inline;
}

#breadcrumbs .lv_1, #breadcrumbs .lv_1 a{
	color: #333333;
	text-decoration: none;
}

#breadcrumbs .lv_2, #breadcrumbs .lv_2 a{
	color: #E40000;
	text-decoration: none;
}





#content{
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	height: 342px;
	padding-right: 15px;
	position: relative;
	margin-bottom:10px;
}

#content p{
	margin-top: 0px;
}


#content_scroll_text_up_button, #content_scroll_text_down_button{
	display: none;
	width: 10px;
	height: 5px;
	line-height: 5px;
	text-decoration: none;
	position: absolute;
	left: 355px;
}

#content_scroll_text_up_button:link, #content_scroll_text_up_button:visited{
	background-image: url(../images/scroll_up_normal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	top: 347px;
}

#content_scroll_text_up_button:hover{
	background-image: url(../images/scroll_up_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_scroll_text_down_button:link, #content_scroll_text_down_button:visited{
	background-image: url(../images/scroll_down_normal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	top: 357px;
}

#content_scroll_text_down_button:hover{
	background-image: url(../images/scroll_down_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_images{
	margin-top: 15px;
	border: solid 1px #cccccc;
	position:relative;
	padding:3px;
	height: 65px;
}

#content_images .image_link{
	height: 55px;
	width: 55px;
	border: dotted 1px #dedede;
	display: block;
	float: left;
	margin:2px;
	margin-left:7px;
	padding:2px;
}

#content_attachment{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-top: dotted 1px #dd0000;
	border-bottom: dotted 1px #dd0000;
	margin-bottom: 70px;
	display: block;
	clear: both;
}

#content_attachment ul{
	padding: 0px;
	margin: 0px;
	display: block;
}

#content_attachment ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#content_attachment a:link{
	text-decoration: underline;
	color: #dd0000;
	font-size: 12px;
}

#content_attachment a:hover{
	text-decoration: none;
	color: #dd0000;
	font-size: 12px;
}

#content_attachment a:visited{
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}



.footer{
	position: absolute;
	left: 399px;
	top: 558px;
	width: 341px;
	height: 17px;
	line-height: 17px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer .copy{
	position: absolute;
	left: 30px;
}

.footer .piva{
	position: absolute;
	left: 125px;
}

.footer .info{
	position: absolute;
	right: 30px;
	color: #FFFFFF;
	text-decoration: none;
}





.user_form .user_form_label{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding-right: 10px;
}

.user_form .user_form_value input{
	border: solid 1px #E40000;
	background-color: #E40000;
	line-height: 10px;
	font-size: 10px;
	padding: 0px;
	color: #FFFFFF;
}

.user_form .user_form_submit{
	text-align: right;
}

.user_form .user_form_submit a:link, .user_form .user_form_submit a:visited{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: lowercase;
}

.user_form .user_form_submit a:hover{
	color: #E40000;
}

.user_form .user_form_link{
	text-align: center;
}

.user_form .user_form_link a:link, .user_form .user_form_link a:visited{
	font-size: 10px;
	font-weight: bold;
	color: #E40000;
	text-decoration: underline;
	text-transform: lowercase;
}

.user_form .user_form_link a:hover{
	text-decoration: none;
}


