﻿@import url("layout.css");
body {
	background-color: #ffffff;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
 /* layout pagina */
#top{
	background-image: url('images/top1.jpg');
	background-repeat:no-repeat;
}
#corpo {
	background-image: url('images/corpo.jpg');
	background-repeat:repeat-y;
}
#bottom {
	background-image: url('images/footer-1.jpg');
	background-repeat:no-repeat;
}
/* fine layout pagina */
 /* layout menù sx */
testa{
	background-image: url('images/menù1.gif');
	background-repeat:no-repeat;
	background-position:right;
}
centro {
	background-image: url('images/menù2.jpg');
	background-repeat: repeat-y;
	background-position:right;
}
base {
	background-image: url('images/menù4.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
 /* fine layout menù sx */
#navigation ul {
	 margin: 0;
}
#navigation li {
text-align: left;
color: #407B43;

}
#navigation a {
   font-size: medium;
	text-decoration: none;
	color: #407B43;
}

#navigation a:hover {
    font-size: medium;
	text-decoration: underline;
	color: #ffff33;
	background-color: #336600;
}
#navigation a:visited {
    font-size: medium;
	text-decoration:none;
	color: #33CC33;
}
#navigationtop  {
    text-align:center;
}

#navigationtop a {
    text-align:center;
	text-decoration: none;
	color: #3E9342;
}
#navigationtop a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #336600;
}

h1 {
	font-size: xx-large;
	color: green;
}
h2 {
	font-size: x-large;
	color: green;
}
h3 {
	font-size: large;
	color: green;
}
h4 {
	font-size: medium;
	color: green;

}
ul {
	font-size: small;
	color: #fff;
}
ol {
	font-size: small;
	color: #fff;
}
h5 {
	font-size: large;
}
h6 {
	font-size: medium;
}
#p  {
 text-align:center;
 font-size:11px;
}
/* Piè di pagina */
#footer{
    text-align:center;
	font-size: 11px;
	color: #000000;
}
/* Collegamenti mail*/
#mail a {
	color: #284D28;
	text-decoration: underline;
}
#mail a:hover {
	color: #448044;
	text-decoration: none;
}

/* Collegamenti */
a {
	color: #448044;
	text-decoration: underline;
}
a:hover {
	color: #9BCA9B;
	text-decoration: none;
}
/* CONTENITORI DEI BORDI E DEL CONTENUTO DEL BOX */

div.BORDI {width: 330px;}

div.CONTENUTO{background-color:  #99CC66;
font-size: small;
color: #ffffff;
width: 320px;
padding: 5px;}

/* CREAZIONE DEGLI ANGOLI SMUSSATI */

span.BOTTOM{display: Block;
background-color: #FFFFFF;}

span.TOP{display: Block;
background-color: #FFFFFF;}

span.BOTTOM span{display: Block;
overflow: Hidden;
background-color: #3E933E;
height: 1px;}

span.TOP span{display: Block;
overflow: Hidden;
background-color: #3E933E;
height: 1px;}

span.RIGA1{margin: 0 5px;}

span.RIGA2{margin: 0 3px;}

span.RIGA3{margin: 0 2px;}

span.BOTTOM span.RIGA4{margin: 0 1px;
height: 2px;}

span.TOP span.RIGA4{margin: 0 1px;
height: 2px;}
