/*stili per il layout fisso*/
body{
	font-family: calibri, verdana;
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;/*#C9E18E*/
}

div#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;/*#dfe5a9;*/
	z-index: 5;
}

/*stili specifici per il layout*/
div#header{
	background: URL(./img/head1.jpg) no-repeat center;
	font-size: 200%;
	text-align: left;
	font-weight: bold;
	color: #ffffcc;
	height: 200px;
	text-indent: 20px;
	width: 800px;
	border: 2px solid Black;
}

div#tabnav{
	text-align: center;
	position: relative;
	top: -50px;
	height: 35px;
}

div#navigation{
	font-family: calibri, verdana;
	float: left;
	width: 140px;
}

div#content{
	margin-left: 150px;
	padding: 1em;
	background-color: #FFFFFF; /*#C9E18E;*/
	text-align: center;
	position: relative;
	top: -35px;
	left: 4px;
	border: 2px dashed;
	border-color: white white white #c9e183;
}

div#footer{
	height: 40px;
	width: 800px;
	border: 2px solid Black;
	background: URL(./img/foot1.jpg) no-repeat center;*/
	text-align: center;
	position: relative;
	top: -45px;
	bottom: -45px;
	margin: 0 auto;
	font-weight: bold;
	color: #ffffcc;
}

/*stili per le img header e footer*/
IMG.headerup{
	margin-top: 0em;
	margin-bottom: 0em;
	width: 800;
	border: 2px solid Black;
}

IMG.headerdown{
	margin-top: 0.5em;
	margin-bottom: 0em;
	width: 800;
	border: 2px solid Black;
	border: 2px solid Black;
}

/*stili per la barra laterale*/
div#navigation ul{
	margin: 1em 0 1em 1em;
	padding: 0;
	list-style-type: none
}

div#navigation li.titolo{
	margin: 0;
	padding: 0;
	padding-top:0.7em;
	font-size:1em;
	font-style: italic;
}

div#navigation li.item{
	margin: 0;
	padding-left: 1.5em;
	padding-top: 0.5em;
	font-size: 1.2em;
	font-weight: normal;
	color: green;
}

div#navigation a{
	text-decoration: none;
	color: green;
}

div#navigation li.item:hover{
	background-color: #F5FF9F;
}

div#navigation li.activeitem{
	margin: 0;
	padding-left: 1em;
	padding-top: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: green;
}

/* stili per il menu */
div#tabnav ul {
	margin: 0;
	list-style: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#tabnav ul li {
	display: inline;
	line-height: 27px;
	height: 35px;
	background-color: #dfe5a9;
	border: 1px solid;
	border-color:#dfe5a9 #bbb #bbb #dfe5a9;
	margin:0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	padding-right: 3em;
	color: green;
	font-size: 110%;
	font-weight: bold;
}

div#tabnav ul li a {
	text-decoration: none;
	color: green;
}

div#tabnav ul li:hover {
	background-color: #ffffcc;
}

div#tabnav li.attivo {
	background-color: #ffffcc;
}

P.body {
	font-size: 110%;
	color: black;
	text-align: center;
	padding: 8px;
	margin: 10px;
}

A.body {
	color: green;
	text-decoration: underline;
	font-weight: bold;
}

P.footertxt {
	color: #ffffcc;
	text-align: right;
	font-weight: bold;
}

P.footertxt:hover {
	color: #ffffee;
}

/* stili immagini */
IMG.thumb {
	border-color: green;
}

IMG.smthumb {
	width: 100px;
	height: 100px;
	border-color: green;
}

IMG.inlineimage {
	border: thin solid green;
	padding: 3px;
	margin: 10px;
}

TABLE.tariffe {
	border: none;
	width: 600px;
	position: relative;
	background-color: #F5FF9F;
	border: thin solid green;	
}

TD.tariffe {
	border: thin solid green;
	padding: 2px;
	height: 3em;
	background-color: #ffffcc;
	font-weight: bold;	
}

TD.tariffeb {
	border: thin solid green;
	padding: 2px;
	height: 3em;
	background-color: #ffffdd;
	font-weight: bold;
}

IMG.flag{
    border: none;
}

IMG.flag a{
    border: none;
}

