/*
***********************************************************

Author: 		alessandro zapelloni (www.kitchen-studio.net)
Created: 		September 2007
Last modified: 	////////////

***********************************************************
*/

/* ######################################################################### */
/* TITOLI, PARAGRAFI, LISTE, LINKS, CLASSI VARIE,  ETC ETC */
/* ######################################################################### */

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#444444;
font-weight:normal;
margin:0px;
padding:0px 0px 3px 0px;
line-height: 23px;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#CC0000;
font-weight:normal;
margin:0px;
padding:8px 0px 10px 0px;
text-transform:none;
}

p {
padding:0px 0px 0px 0px;
margin:0px 0px 15px 0px;
}

ul {
list-style:circle;
padding: 0px;
margin: 0px;
}


.rosso {
color: #CC0000;
font-style: italic;
}


.ImgPad {
background:#444444;
padding:9px;
margin:0px;
border: #555555 1px solid;
}


a:link,
a:visited {
color: #CC0000;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #CC0000;
text-decoration:underline;
}

/* ######################################################################### */
/* BODY */
/* ######################################################################### */

body {
margin: 0px;
padding: 0px;
text-align:left;
background:#FFFFFF;
font-size: 10pt;
font-family:"Trebuchet MS", "Lucida Grande CY", Verdana, Arial, Helvetica;
color:#333333;
line-height: 17px;
font-weight:normal;

}



/* ######################################################################### */
/* centro il layout */
/* ######################################################################### */

#centrato {
/*width: 900px;*/
margin: auto;
text-align:left; /* per quella maerda di IE5.x/Win */

}


/* ######################################################################### */
/* il contenitore generale del layout */
/* ######################################################################### */
#contenitore {
float:left;
/*width: 900px;*/
padding:0px;
/*background:#FFFFFF url(../images/sfondo.jpg) top center no-repeat;*/
margin:0px;
}



/* ######################################################################### */
/* TESTATA */
/* ######################################################################### */
#testata {
float:clear;
width:100%;
background:trasparent;
/*background:#333333 url(../images/sfondo_testata.jpg) top left repeat-x;*/
line-height: 15px;
margin:0px;
padding:0px;
}

#testataColonna1 {
float:left;
width:340px;
padding:0px;
background: trasparent;
margin:0px;
background:#333333 url(../images/logo_stampa.jpg) top left no-repeat;

display:none;
}



#testataColonna2 {
float:left;
width:100%;
/*height:125px;*/
text-align:left;
padding:0px 0px 20px 0px;
background: trasparent;
margin:0px;

}


#testataColonna2 h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:19px;
color:#CC0000;
font-weight:normal;
margin:0px;
padding:0px 0px 5px 0px;
line-height: 22px;
text-transform:none;
}

#testataColonna2 p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11pt;
color:#666666;
font-weight:normal;
margin:0px;
padding:0px 0px 15px 0px;
line-height: 19px;
}

/* ######################################################################### */
/* NAVIGAZIONE ORIZZONTALE */
/* ######################################################################### */


#navigazione {
width: 900px;
background:#trasparent;
margin:0px;
padding:0px;
border-bottom: #CCCCCC 1px solid;
text-align:right;

display:none;
}





/* ######################################################################### */
/* IL CORPO DEI CONTENUTI */
/* ######################################################################### */
#corpo {
float:left;
width:100%;
padding:0px;
background:#FFFFFF /*url(../images/sfondo_corpo.gif) top left repeat-y*/;
}


/* ######################################################################### */
/* LA COLONNA DI DESTRA */
/* ######################################################################### */

#colonnaSinistra {
float:left;
width:260px;
background: #FFFFFF;
padding:0px 15px 0px 15px;
margin:0px;

display:none;
}


/* ######################################################################### */
/* LA COLONNA DI SVILUPPO DEI CONTENUTI */
/* ######################################################################### */

#contenuti {
float:left;
/*width: 560px;*/
padding:0px 0px 0px 0px;
/*margin:0px;
margin-left:350px; */
}


/* OSCURATO ########################################################### */
.spazioNavigazione {
float:left;
width:560px;
padding:15px 0px 20px 0px;
background: #FFFFFF;
border-bottom: #9B968D dotted 1px;

display:none;
}

/* OSCURATO ########################################################### */


.spazioContenuti {
clear:left;
/*width:560px;*/
padding:0px 0px 3px 0px;
margin:0px 0px 10px 0px;
background: #FFFFFF;
}

.spazioContenuti ul {
list-style:circle;
padding: 5px 0px 5px 0px;
margin: 0px;
}

.spazioContenuti ul li {
padding:0px;
/*background:url(../images/marcatore_comuni.gif) 0 3px no-repeat;*/
margin-bottom:1px;
}


.stampa {
float:left;
font-size:10px;
text-align:left;
padding:2px 5px 0px 5px;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;

display:none;
}


/* OSCURATO ########################################################### */
.tornaSu {
float:left;
width:560px;
font-size:11px;
font-style: italic;
text-align:center;
padding:5px 0px 0px 0px;

display:none;
}






/* ######################################################################### */
/* LA CHIUSURA DEL SITO */
/* ######################################################################### */

/* OSCURATO ########################################################### */
#chiusura {
width: 100%;
float:left;
/*clear:both;*/
background:#FFFFFF url(../images/sfondo_chiusura.jpg) top left repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
color:#444444;
margin: 0px;
padding:0px;
font-size:11px;

display:none;
}

.clear {
visibility: hidden;
clear: both;
}
