/* @override http://www.zanzarsistem.it/cms-content/themes/kfcms/layout/12.css */

body {
    background: #666666;
    font-family: Arial, DejaVu Sans Condensed, Helvetica, sans-serif;
    margin: 0;
    font-size: 95%;
    color:#000;
    text-align: center;
}


/* CONTENITORE GLOBALE  */
div#page {
   margin: 0 auto;
   padding: 0;
   background: #f2f2f2;
   text-align: left;
   width: 900px;
   min-width:770px;
   
}

div.tplrow {
	width: 100%;
	clear: both;
	overflow: auto;
    overflow: hidden;
}
div.tplcol{
	width: 100%;
	float: left;
	overflow: visible;
	
}

div.tplrow_3 .tplcol_1
{
 width:100%;
 overflow:visible;
}
div.tplrow_4 div.tplcol_first
{

	margin:0 auto;
	padding:0;
	width: auto !important;
	width:100%;
	min-width:100%;
	overflow:hidden;

}

.content
{
        overflow: visible;
}
.content img {
	display:block;
	margin:0;
	padding:0;
	overflow:visible;
	}

