/*Layout fluido a due colonne:
ottima compatibilitā con IE5, IE5.5, IE6, Opera 8.5, Firefox 1.6 e Safari. */

/*Sito web Tre W s.c.: marzo 2006-2008*/

/* Home page e pagine principali  */

body{
font-size: 80%; 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(immagini/sfondoverde2.gif);
	background-repeat: repeat;

}


/*intestazione contiene logo e marchio Tre W*/
div#header{
	text-align: left;
	vertical-align: middle;
	margin: 0px;


} 
/*letteralmente "involucro" contenitore di destra che gestisce il contenuto con sfondo bianco per differenziarsi dal body con sfondo verde*/
div#wrapper{
	float: right;
	width: 100%;
	margin-right: -352px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccddbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccddbb;

}
/*contenuto*/
div#content{
	margin-right: 352px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 0px;

}
/*prima colonna di sinistra con i collegamenti della navigazione contestuale*/
div#navigation{
	float: left;
	width: 350px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccddbb;
	background-image: url(immagini/sfondoverde2.gif);

}

/*seconda colonna posizionata sotto quella della navigazione contestuale per le foto, gli approfondimenti e la navigazione locale*/

div#extra{
	float: left;
	clear: left;
	width: 350px;
	padding: 0px 0px 5px;
	margin: 0px;
	background-image: url(immagini/sfondoverde2.gif);

}
/*pič di pagina*/
div#footer{
	clear: both;
	width: 100%;
	height: 40px;
	margin-top: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
	font-size: 80%;

}


/*home page: stile dei box di progettualita, accessibilita e visibilita con all'interno un box per le immagini*/

.box00{
	width: 95%;
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;



}
.box{
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	width: 95%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;

}

.sx{
	width: 75%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
}

#dx1{
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 122px;
	height: 100px;
	background-position: center center;
	border: 1px solid #000000;


}
#dx2{
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 122px;
	height: 100px;
	background-position: center center;
	border: 1px solid #000000;


}
#dx3{
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 122px;
	height: 100px;
	background-position: center center;
	border: 1px solid #000000;

}


/*stile del link "continua"*/
.continua{
	font-weight: bold;
	font-size: x-small;

}

/*titoli e paragrafi*/

h3{
	font: lighter 230%/0.95 "Century Gothic", Arial, sans-serif;
	color: #FF6600;
	padding-left: 5px;


}

h4{
	font: normal 170%/0.95 "Century Gothic", Arial, sans-serif;
	color:#FF6600;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	width: 93%;
}

h5{
	font: lighter normal 150%/0.95 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 5px;
}

p {
	padding-right: 5px;
	padding-left: 10px;
}

/*stile bordo immagine*/
.cornice {
	border-top: 1px solid #ccddbb;
	border-bottom: 1px solid #ccddbb;

}

/* link*/

a:link {
	color: #0066cc;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;



}
a:visited {
	color: #0066cc;
	text-decoration: none;
	padding: 0px;


}
a:hover {
	Verdana, sans-serif;
	color: #0066cc;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #000000;

}

/*semplice lista non ordinata con punto elenco quadrato*/
#lista li {
	list-style-type: square;
}

/* News */

#news {
	margin-bottom: 20px;
	font-size: 1em;
}

#news ul {
	line-height: normal;
}

#news li {
	padding: 7px;
	font-size: 1em;
}

#news h3 {
	margin: 0;
	font-size: 1em;
	line-height: 1.6em;
}

#news h3 span {
	background: #1777B1;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
}

#news p {
	margin: 0;
	line-height: normal;
}

#news a {
	text-decoration: none;
}
/* stili carattere */

.sottotitolo_verde {
        font-size: 1.60em;
	font-family: Georgia, 'Times New Roman', serif;
	color: #7BBB15;
	text-align: left;
        font-weight: 100; }

.titolo_verde {
	font-family:  'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.75em;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	margin:0px;
	text-align: left;
	text-transform: uppercase;
	color: #7BBB15;
}

.titolo_natale {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.5em;
	margin:0px;
	text-align: center;
	text-transform: none;
	color: #CC0000;
	font-style: oblique;
	text-decoration: blink;

}
