@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	scrollbar-arrow-color: #6699FF ;
	scrollbar-base-color: #fff ;
	scrollbar-shadow-color: #fff ;
	scrollbar-highlight-color: #fff ;
	}

#wrap {
	width:980px;
	margin:0 auto;
	background-color: #FFFFFF;	
}

html>body #wrap {height:100%;}

#header {
	width:980px;
	background-color: #FFFFFF;
}

html>body #header {
	position:fixed;
	z-index:30;
}

#content-wrap {
     position:absolute;
     top:185px;
	width:980px;
	background-color: #FFFFFF;
	z-index:10;
}

#footer{
	width:980px;
	font-size: small;
	text-align:center;
	color: #bcbcbc;
	background-color: #FFFFFF;
}

html>body #footer {
	position:absolute;
	bottom:0;
}

#footer a:link    { Color: #bcbcbc; font-size: small; text-decoration: none;}
#footer a:hover   { Color: #6699FF; }
#footer a:visited { Color: #bcbcbc; }

.alto {
	width:980px;
	background-image:url(/images/delta_header.jpg);
	background-repeat:no-repeat;
}
	
.topmenu {
	margin-left:-5; 
	margin-top: 10px;
	width:980px;
	height: 30px;
	background-image:url(/images/delta_bg_menu_top.jpg);
	background-repeat:no-repeat;
	font-size: 13px;
}

.leftmenu {
	background-image:url(/images/delta_bg_menu_sx.jpg);
	background-repeat:no-repeat;
	width:205px;
}

.centrale {
	width:535px;
	padding:5px 0 0 0;
     font-size:80%;
     text-align: justify;
}
.centrale a:link    { Color: #666666; text-decoration: none;}
.centrale a:hover   { Color:#FF3300; }
.centrale a:visited { Color:#666666; }

div.offerte {
     border:1px;
     width: 220px;
     color:#666;
     padding-top: 20px;
}

select { 
     font-size: 11px; 
} 

.descrizione {
	MARGIN: 15px; 
	COLOR: #666666; 
	TEXT-ALIGN: justify
}
.sottotitolo_menu_sx {font-size: small; margin-left: 30px;}
.divisore_menu_sx {color: #FFFFFF; margin-left: 15px;}
.titolo_menu_sx {color: #FFFFFF; margin-left: 15px; font-size: large; }

