/* @override http://primarie.demetrionaccari.it/cms-content/themes/kfcms/layout/2.css */

/* Reset style */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin: 0px;padding: 0px;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* Set uniform base font size */
body{font:12px Arial,DejaVu Sans Condensed,Helvetica,sans-serif;color:#000000;/**font-size:small;*/}
table{font-size:inherit;font-size:100%;}
select,input,textarea{font:99% Arial,DejaVu Sans Condensed,Helvetica,sans-serif;}
pre,code{font:115% monospace;/***/font-size:100%;}
body * {line-height:1.22em;}
/* End reset style*/

/*
All the properties in one declaration
background: transparent url(../../../../cms-upload/log_btn.gif) top left no-repeat; // Usato per le immagini di bg di input e textbox
background: transparent url(../../../../cms-upload/header_bg.jpg) 0 0 no-repeat;
background: #00ff00 url(\'../../../../cms-upload/smiley.gif\') no-repeat fixed center;
border: 1px dotted #CC0000;
font: italic small-caps 900 12px arial;
ul.list-style: square inside url(\'arrow.gif\');
*/

body {
	background-color:#F00;
	background-image:url(../../../../cms-upload/sfondosfumato.jpg);
	background-repeat:repeat-x;

}
/* CONTENITORE GLOBALE  */
div#page {
	margin: 0 auto; /* centra il contenuto */
	width: 900px;
	background-color:#FFFFFF;
	/*border: 1px solid black;*/
}

div.tplrow {
	width: 900px;
	clear: both;
	overflow: visible;
}

div.tplcol {
	float: left;
}
div.tplrow_1 div.tplcol_first {
	width: 900px;
	height: 40px;

}

div.tplrow_2 div.tplcol_first {
	width: 900px;
	height: 122px;
	background: #900 url(http://www.demetrionaccari.it/testata.jpg) 0px 0 no-repeat;
}

div.tplrow_3 {
	width: 900px;
}

div.tplrow_3 div.tplcol_first {
	width: 900px;
	height: 30px;
	background: #ECECED url(http://www.demetrionaccari.it/testata.jpg) 0px -291px no-repeat;
}

div.tplrow_4 {
	float: left;
	width: 900px;
	background-color: #ebeded;
}
div.tplrow_4 div.tplcol_1 {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	width: 600px;
	background-color: #ebeded;
	margin-top: 18px;
}
div.tplrow_4 div.tplcol_2 {
	float: left;
	width: 300px;
	background-color: #ebeded;
	margin-top: 18px;
}
div.tplrow_4 div.tplcol_3 {
	float: left;
	width: 290px;
	background-color: #ebeded;
	/*margin-top: 18px;*/
}
div.tplrow_5  {
	width: 900px;
}
div.tplrow_5 div.tplcol_1 {
	width: 900px;
	background-color: #ebeded;
}

/* Classi speciali */
.invisible {
	position: absolute;
	left: -9000px; width: 100px;
}
.finecontenuto
{
display:block;
clear: both;
}
/* Esiste solo nel file index.html (Chiedere spiegazioni) */
.clearleft {
   clear:left;
}
