@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #556622;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
.content img { border: 1px solid #555555; }

h1 {
	color: #78AA48;
	font-size: 24px;
}

h2 {
	color: #B5BA30;
	font-size: 18px;
}

a:link, a:hover, a:active, a:visited {
	color: #78AA48;
	text-decoration: none;
	font-weight:bold;
}

a:hover { text-decoration: underline; }

.header, .footer {
	width: 100%;
	float: left;
	clear: both;
}

p.innerFooter {
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #AAAAAA;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	position: relative;
	top: 8px;
}

.header ul {
	list-style: none;
	float: left;
	margin:0px;
	padding: 0px;
}

.header ul li{
	float: left;
	display: inline;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	height: 24px;
	width: 88px;
	text-align: center;
	background: url(images/menu_button.jpg) -90px 15px no-repeat;
}

.header li { 
	font-size: 12px;
}

.header li a:link, .header li a:active, .header li a:visited {
	color: #666666;
	text-decoration: none;
}

.header li a:hover { text-decoration: underline; color: #333333;}

.header li.selected { 
	background: url(images/menu_button.jpg) 0px 15px no-repeat;
}

.header li.selected a {
	color: #dddddd;
}


.angoloSx {
	float: left;
	clear: left;
}

.angoloDx {
	float: right;
	clear: right;
}

.luceSx{
	float: left; 
	width: 100%;
	background: url(images/luce-sx.gif) top left repeat-y;
}

.luceDx{
	float: left; 
	width: 100%;
	background: url(images/luce-dx.gif) top right repeat-y;
}

#wrapper {
	width: 782px;
	float: left;
	margin: 10px 0px 10px 20px;
	background: #EEEEEE url(images/sfumatura-corpo.gif) 0px 15px repeat-x;
}

#wrapper .header {
	background: url(images/luce-sopra.gif) top left repeat-x;
}

#wrapper .header .angoloSx{ 
	width: 25px;
	height: 25px;
	background: #556622 url(images/angolo-alto-sx.gif) top left no-repeat;
} 

#wrapper .header .angoloDx{ 
	width: 25px;
	height: 25px;
	background: #556622 url(images/angolo-alto-dx.gif) top right no-repeat;
} 

#wrapper .footer {
	background:url(images/luce-sotto.gif) bottom left repeat-x;
}

#wrapper .footer .angoloSx{ 
	width: 25px;
	height: 25px;
	background: #556622 url(images/angolo-sotto-sx.gif) bottom left no-repeat;
} 

#wrapper .footer .angoloDx{ 
	width: 25px;
	height: 25px;
	background: #556622 url(images/angolo-sotto-dx.gif) bottom right no-repeat;
} 

#wrapper .content {
	margin-left: 16px;
	margin-right: 16px;
}

.testo { margin-top: 30px;  padding-left:20px; padding-right: 20px;}

.testo p {
	line-height: 150%;
}

#banner {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.navigator {
	margin: 0px 20px 0px 20px;
	border-bottom: 1px solid #AAAAAA;
	padding: 3px 0px 0px 10px;
	font-size: 10px;
	color: #999999;
}

.navigator .primo {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.navigator .secondo {
	color: #444444;
	font-size: 11px;
}

.navigator .terzo {
	color: #666666;
	font-size: 10px;
}


.box {
	width: 230px;
	position: relative;
	left: 23px;	
	//left: 11px;
}

.box p {
	padding: 8px 8px 13px 8px;
    margin: 0px 0px 0px 0px;
	background: #cccccc url(images/box-body.gif) top left repeat-y;
}

.box p.header {
	margin:0px 0px 0px 0px;
	padding: 5px 10px 10px 5px;
	height: 32px;
	width: 210px;
	text-align: center;
	background: url(images/box-header.gif) top left no-repeat !important;
	color: #78AA48;
	font-size: 20px;
}

.box p.footer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 8px;
	width: 230px;
	background: url(images/box-footer.gif) top left no-repeat !important;
}

.testoGrande { font-size: 120%; }

td { vertical-align: top; }

td.box { width: 200px; }
table,tr { width: 100%; }

td.main {padding-right: 20px;}

.noborder { border: none !important; }