@charset "utf-8";

#tinybox {position:absolute; display:none; background:#fff url(du-image/preload.gif) no-repeat 50% 50%; border:6px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

a {TEXT-DECORATION: none;
}
a:hover {COLOR: #FFB400;
}
a.evid{TEXT-DECORATION: underline; 
       cursor:pointer;
	   color: #C9F;
}
a.evid:link {
	COLOR: #C9F;
}
a.evid:visited {
	COLOR: #C9F;
}
a.evid:hover {COLOR: #FFB400;
}

/* imposto larghezza e altezza fissa per ogni LI */
.css_sprite {
width: 535px;
height: 107px;
margin: 0 auto;
}
/* imposto la stessa immagine di sfondo (icone.gif) per tutti i collegamenti ipertestuali A dichiarandoli come blocco, settando larghezza, altezza e margine sinistro interno (padding-left) di 50px, lo spazio in cui viene visualizzata l'immagine di sfondo di A */
.css_sprite a {
display: block;
background:url(../du-image/ta-appartamento01.jpg) no-repeat;
width: 115px;
height: 63px;
margin: 0 auto;
}
/* per ogni classe diversa imposto una diversa posizione dello sfondo unico, sull'asse Y */
.css_sprite a.ani01 {background-position: 0px 0px;}
.css_sprite a.ani02 {background-position: 0px -63px;}
.css_sprite a.ani03 {background-position: 0px -126px;}
.css_sprite a.ani04 {background-position: 0px -189px;}
.css_sprite a.ani01:hover {background-position: 0px -252px;}
.css_sprite a.ani02:hover {background-position: 0px -315px;}
.css_sprite a.ani03:hover {background-position: 0px -378px;}
.css_sprite a.ani04:hover {background-position: 0px -441px;}
.css_sprite a.ani05 {background-position: 0px -252px;}
.css_sprite a.ani06 {background-position: 0px -315px;}
.css_sprite a.ani07 {background-position: 0px -378px;}
.css_sprite a.ani08 {background-position: 0px -441px;}

.text_menu {
	font-size: 9pt;
	font-family: Arial;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
}
.text_capitoli {
	font-size: 18pt;
	font-family: Arial;
	color: #FFB400;
	font-weight: bold;
}
.text_copyright {
	font-size: 7pt;
	font-family: Arial;
	color: #C5C5C5;
	text-align:justify;
	font-weight: bold;
	cursor:pointer;
}	
.text_italiano {
	font-size: 7pt;
	font-family: Arial;
	color: #C9F;
	text-align: right;
	font-weight: bold;
}	
.text_licenza {
	font-size: 9pt;
	font-family: Arial;
	color: #C9F;
	text-align: right;
	font-weight: bold;
}	
.text_testo {
	font-size: 9pt;
	font-family: Arial;
	color: #FFFFFF;
	line-height: 15pt;
	text-align: justify;
}
.text_testo {
	font-size: 9pt;
	font-family: Arial;
	color: #FFFFFF;
	line-height: 15pt;
	text-align: justify;
}
.text_nero {
	font-size: 9pt;
	font-family: Arial;
	color: #000;
	line-height: 15pt;
	text-align: center;
}
.text_indirizzo {
	font-size: 9pt;
	font-family: Arial;
	color: #FFFFFF;
	line-height: 5pt;
	text-align: justify;
}
.text_puntato {
font-size: 9pt;
font-family: Arial;
color: #FFFFFF;
text-align: left;
font-weight: bold;
line-height: 27pt;
}
.text_iva {
	font-size: 9pt;
	font-family: Arial;
	color: #797979;
	font-weight: bold;
}	
.text_barra {
	font-size: 9pt;
	font-family: Arial;
	color: #c1c1c1;
	font-weight: bold;
	letter-spacing: 1pt;
}
.text_titolo {
	font-size: 10pt;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
div.scroll {
height: 240px;
overflow: auto;
scrollbar-arrow-color: #1a1819;
scrollbar-base-color: #2e2e2e;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #2e2e2e;
scrollbar-face-color: #838383;;
scrollbar-shadow-color: #aaaaaa;
scrollbar-highlight-color: #aaaaaa;
scrollbar-3d-light-color: #ffffff;
} 
body {
	font: 100% Arial;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: inherit; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1a1819;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #C0C0C0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1819;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2D2D2D;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent table {
	font-weight: bold;
}
