/* Questo è il foglio di stile utilizzato per il sito www.norbello.net */
/* Questo foglio di stile non può essere riprodotto e utilizzato in altri siti */
/* senza autorizzazione scritta da parte dell'autore e del proprietario del sito*/
/* (c) 2008 - Norbello.net */

/* Questo foglio di stile è testato funzionante sui seguenti browser: */
/* Internet Explorer 6 */
/* Internet Explorer 7 */
/* Mozilla Firefox 2.0*/
/* Opera 9.23 */


html, body {
	margin: 0px;
    padding: 0px;
	height: 100%;
}

body {
  	text-align: center; /* per centrare in IE5.x*/
	background: #c0c0c0;
}

/* HOME PAGE */
/* C O N T E N I T O R E */

div#contenitore {
	position: relative;
	width: 990px;
	height: 100%;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: left; /* ripristina l'allineamento */
	padding-bottom: 25px;
}

body>div#contenitore {
	height: auto;
	min-height: 100%;
	background: #FFFFFF;
}

/* INIZIO TESTATA */


div#testata{
	position: relative;
	top: 0px;
	left: 0px;
	height: 389px;
}

div#animazione {
	position: absolute;
	width: 990px;
	height: 319px;
	left: 0px;
	top: 18px;
}

div#menu_principale{
	position: absolute;
	width: 965px;
	height: 52px;
	left: 0px;
	top: 336px;
	background: #FFFFFF;
	padding-left: 25px;
}


/* FINE INTESTAZIONE */

/* INIZIO CORPO*/

div#corpo_home {
	position: relative;
	width: 990px;
	height: 683px;
	top: 0px;
	padding: 10px;
	left: 0px;
}

div#primo_piano{
	position: absolute;
	width: 990px;
	height: 45px;
	left: -1px;
	top: -1px;
	background: #FFFFFF;
}

div#contenitore_primo_piano{
	position: absolute;
	width: 849px;
	height: 91px;
	left: 142px;
	top: 0px;
	background: #f0f0f0;
}

div#foto_primo_piano{
	position: absolute;
	width: 83px;
	height: 83px;
	left: 4px;
	top: 4px;
}
div#testo_primo_piano{
	position: absolute;
	width: 185px;
	height: 83px;
	left: 93px;
	top: 4px;
}

div#foto_primo_piano2{
	position: absolute;
	width: 83px;
	height: 83px;
	left: 285px;
	top: 4px;
}
div#testo_primo_piano2{
	position: absolute;
	width: 185px;
	height: 83px;
	left: 372px;
	top: 4px;
}

div#foto_primo_piano3{
	position: absolute;
	width: 83px;
	height: 83px;
	left: 569px;
	top: 4px;
}
div#testo_primo_piano3{
	position: absolute;
	width: 185px;
	height: 83px;
	left: 658px;
	top: 4px;
}

div#contenitore_centrale_home{
	position: absolute;
	width: 990px;
	height: 537px;
	left: 0px;
	top: 479px;
	background: #FFFFFF;
}

div#colonna_news{
	position: absolute;
	width: 174px;
	left: 0px;
	top: 22px;
	background: #FFFFFF;
	height: 100%;
}

div#colonna_turista{
	position: absolute;
	width: 266px;
	height: 500px;
	left: 190px;
	top: 20px;
	background: #FFFFFF;
}

div#colonna_cittadino{
	position: absolute;
	width: 266px;
	height: 500px;
	left: 457px;
	top: 20px;
	background: #FFFFFF;
}

div#colonna_comune{
	position: absolute;
	width: 266px;
	height: 500px;
	left: 723px;
	top: 20px;
	background: #FFFFFF;
}

div#testo_turista{
	position: absolute;
	width: 248px;
	height: 129px;
	left: 0px;
	top: 330px;
	background-image:url(menu/sfondo_turista.gif);
	padding: 10px;
}
div#testo_cittadino{
	position: absolute;
	width: 247px;
	height: 129px;
	left: 0px;
	top: 330px;
	background-image:url(menu/sfondo_cittadino.gif);
	padding: 10px;
}

div#testo_comune{
	position: absolute;
	width: 247px;
	height: 129px;
	left: 0px;
	top: 329px;
	background-image:url(menu/sfondo_comune.gif);
	padding: 10px;
}

/* INIZIO SEZIONE NEWS */
div#news_01{
	position: absolute;
	width: 154px;
	height: 436px;
	left: 21px;
	top: 44px;
}
/* FINE SEZIONE NEWS */
	
/* INIZIO SOTTO */
div#parte_bassa{
	position: absolute;
	width: 700px;
	height: 68px;
	left: 190px;
	top: 537px;
	padding: 10px;
	background: #FFFFFF;
}

div#parte_bassa_interno{
	position: relative;
	width: 971px;
	padding: 10px;
	background: #FFFFFF;
	text-align: left;
}
/* FINE SOTTO */	
	
/* SEZIONE PAGINE INTERNE */

div#contenitore_centrale_interno{
	position: relative;
	width: 941px;
	padding: 25px;
	background: #FFFFFF;
	text-align: left;
}
div#menu_basso{
	position: absolute;
	width: 602px;
	text-align: left;
	left: 22px;
	top: 5px;
}

div#spazio_foto{
	position: absolute;
	width: 250px;
	text-align: center;
	top: 62px;
	height: 190px;
}
div#spazio_testo_interno{
	position: absolute;
	width: 672px;
	text-align: left;
	left: 291px;
	top: 62px;
	height: 189px;
}

/* SEZIONE ASPETTO FORM */

INPUT.ricerca_nel_sito {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c35c5b;
}

INPUT.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	background-color: #ffffff;
	border-right: #c35c5b 1px solid; 
	border-left: #c35c5b 1px solid; 
	border-top: #c35c5b 1px solid;
	border-bottom: #c35c5b 1px solid; 
}

SELECT.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	background-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c35c5b;	
}

.textarea_login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em; 
	color: black;
	background-color: #FFFFFF; 
	border-right: #c35c5b 1px solid; 
	border-left: #c35c5b 1px solid; 
	border-top: #c35c5b 1px solid;
	border-bottom: #c35c5b 1px solid; 
}


/* Rollover su login */
a.login, a.login:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #c35c5b;
	text-decoration: none;
	background-color: #e5e5e5;
	border: 1px solid #c35c5b;
	padding-top: 1px;
	padding-bottom: 1px; 
}

a.login:hover {
	background-color: #ffffff;
}


/* SEZIONE ASPETTO CARATTERI */
.ricerca {
	font: 0.7em, verdana, arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

.crediti {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: Red;
}

.giallo14 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f5bb1d;
	font-weight: bold;
}

.rosso12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #982320;
	font-weight: bold;
}
.rosso10 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #982320;
}

.rosso11 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #982320;
}

.turchese14 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3e5464;
	font-weight: bold;
}

.arancio14 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c18b30;
	font-weight: bold;
}
.verde14 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #696416;
	font-weight: bold;
}


.titoli_pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #c35c5b;
}

.correlati {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #5c524c;
}

.nero12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #000000;
}
.nero11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		color: #000000;
}
.grigio11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #7e7e7e;
}

.grigio14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: bold;
}

.nero12Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #000000;
		font-weight: bold;
}
.nero11Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		color: #000000;
		font-weight: bold;
}

/* Sezione aspetto LINK bianco e nero*/
a.linknero, a.linknero:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	}

a.linknero:hover {
	text-decoration: underline;
	color: Black;
}

a.generico, a.generico:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #658CAB;
	text-decoration: none;
	font-weight: bold;
}

a.generico:hover {
	text-decoration: underline;
	color: #878787;
}

a.linknerobold, a.linknerobold:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.linknerobold:hover {
	text-decoration: underline;
	color: Black;
}

a.bianco, a.bianco:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.bianco:hover {
	text-decoration: underline;
	color: Black;
}

a.navigazione, a.navigazione:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #5c524c;
	text-decoration: none;
}

a.navigazione:hover {
	text-decoration: underline;
}

/* INGRANDISCI CARATTERI */
img.ingrandisci_testo {
	padding-bottom: 1px;
	border: 1px solid white;
}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
