/*
lefabbre.css
by Vittorio Vais
luglio 2009
*/


* {
	padding:0;
	margin:0;
}

img {border:none;}

body {
	width: 100%;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	min-height: 600px;
	background-color:#671923;
}

/* global layout */
#page, #footer{
	width: 1024px;
	margin: 0 auto;
	padding: 0 5px;
	background:#FFFFFF;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}

#page {
	min-height: 550px;
	padding-bottom: 50px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#header{	
	width:100%;
	float:left;
	clear:none;
	margin-bottom:50px;
}
#logo {
	float: left;
	min-width:225px;
	clear:none;
}

#header ul{  margin-left:20px; float:left; clear:none;  margin-top:57px; }
#header ul li {
text-align:center;
	border:1px solid #c0c0c0;
	background:#F1F1F1 url(../img/menu1.png) no-repeat;
	float:left;
	display:block;
	list-style:none;
	width:125px;
	height:26px;
	padding-top:2px;
	margin:1px;
}
#header ul li a {
	text-decoration:none;
	text-transform: none;
	font-family: Arial, Georgia,  Times, serif;
	font-size: 22px;
	color: #671923;
}

#header ul li a:hover {
	color: #d11d20;
}

#header ul li:hover {
	border:1px solid #800000;
}

#header ul li.m0 {	
	font-family: Arial, Georgia,  Times, serif;
	font-size: 22px;
	color: #202020;
	border:1px solid #000000;
 }

#header ul li.m1 { background: url(../img/menu1.png) no-repeat 0 0;}
#header ul li.m2 { background: url(../img/menu1.png) no-repeat 0 -29px;}
#header ul li.m3 { background: url(../img/menu1.png) no-repeat 0 -58px;}
#header ul li.m4 { background: url(../img/menu1.png) no-repeat 0 -87px;}
#header ul li.m5 { background: url(../img/menu1.png) no-repeat 0 -116px;}
#header ul li.m6 { background: url(../img/menu1.png) no-repeat 0 -145px;}

#text{
 padding: 0px 55px;
 text-align: justify;
	clear: both;
}


#text p{
	margin-bottom: 15px;
}

#footer {
	font: 10pt Verdana,Arial,Thaoma, Helvetica, sans-serif;
	text-align: center;
	color: #5a5a5a;
	font-size: 10px;
	line-height:1.6em;
	clear: both;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:3px;
}

#footer a, footer a:visited {
 color: #5a5a5a;
 text-decoration: none;
}

.img8{
	margin: 5px 30px 10px 0px;
	border: 1px solid #c0c0c0;
}

td.car{text-align:right;font-size:70%; vertical-align:top; width:200px; padding:2px;background-color:#f9f9e3;}
td.val{font-size:70%; vertical-align:top; background-color: #f5f5f5; padding:2px;padding-left:5px; padding-right:5px;}
td.car.link{text-align:left; width:600px; }
td.val.link{width:600px;}
td.tit{text-align:center;font-weight:bold;padding:5px;}
td.tit.graia {background-color:#f4f9fa;}
td.tit.ghenea {background-color:#fbf7f3;}
td.tit.strofe {background-color:#f0f0ca;} 


input.pulsante {width:50px; height:30px;}

#etic {
	clear: both;
	margin-left: 485px;
	background-color: #efd78a;
	border:1px solid #c0c0c0;
	width: 157px;
	margin-top:-5px;
	padding-right:1px;
	padding-left:3px;
	padding-top: 3px;
}

/* versione stampabile */
@media print {
	div#header, div#etic, pulsante { display: none; }
	* {background:none!important;background-color:white!important;}
	td.car, td.val, td.tit {font-size:100%;}
}

