/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #356A2C;
	margin: 10px;
	font-family: Trebuchet Ms, Arial, sans-serif;
	font-size: 70%;
	color: #344c5a;
}
a {
	color: #344c5a;
	text-decoration: none;
}
a:hover {
	color: #67b857;
	text-decoration: none;
}
.none {
	display: none;
}
p {
	margin-bottom: 10px;
}
img {
	border: none;
}
.alignright {
	float: right;
	clear: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	clear: left;
	margin-right: 10px;
}
/*struttura*/
div#container { 
	width: 780px;
	margin: 0 auto;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #092404;
	background: url(agroforestale_antincendio/bg.jpg) left top;
}
div#header {
	background: url(agroforestale_antincendio/top.gif) left top no-repeat;
	height: 100px;
	text-align: right;
}
div#wrapper {
	background: url(agroforestale_antincendio/bg_wrapper.gif) top left repeat-y;
}
div#bgbottom {
	background: url(agroforestale_antincendio/bg_nav.gif) bottom left no-repeat;
}
div#content {
	float: right;
	width: 458px;
	padding: 0px 22px 0px 0px;
}
div#navigation {
	float: left;
	width: 210px;
	padding: 0px 0px 300px 90px;
}
div#footwrapper {
	clear: both; 
}
div#container2 { 
	width: 780px;
	margin: 0 auto;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #092404;
	background: url(agroforestale_antincendio/bg.jpg) left top;
}
div#footer {
	background: url(agroforestale_antincendio/footer.gif) left top no-repeat;
	height: 42px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

/*header*/
#header div {
	padding: 57px 32px 0px 0px;
}
#header a {
	color: #FFFFFF;
	font-weight: bold;
}

/*content*/
.border {
	border: solid 2px #344c5a;
	margin: 0px 0px 2px 0px;
}
.tel {
	border: solid 2px #67b857;
	background: #d1eacc url(agroforestale_antincendio/tel.gif) bottom right no-repeat;
	padding: 10px;
	margin: 0px 2px 2px 0px;
}
.corona {
	border: solid 2px #f3e429;
	background: #fbf7be url(agroforestale_antincendio/corona.gif) bottom right no-repeat;
	padding: 20px 10px;
	margin: 0px 2px 2px 0px;
	text-align: center;
}
.tree {
	border: solid 2px #d62c2a;
	background: #f3bfbf url(agroforestale_antincendio/tree.gif) bottom right no-repeat;
	padding: 10px;
	margin: 0px 2px 2px 0px;
	text-align: justify;
}
.green, .yellow, .red {
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	margin: 0px 2px 2px 0px;
	text-align: justify;
}
.green a, .yellow a, .red a {
	text-decoration: underline;
}
.green {
	border-color: #67b857;
	background: #d1eacc;
}
.yellow {
	border-color: #f3e429;
	background: #fbf7be;
}
.red {
	border-color: #d62c2a;
	background: #f3bfbf;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 16px;
}
.item {
	text-align: center;
	padding: 5px;
	border: solid 2px #666666;
	background: #fbf7be;
}
ul.gallery li {
	list-style: none;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0px 6px 6px 0px;
	float: left;
	height: 100px;
	border: solid 1px #d62c2a;
}
ul.gallery img {
	border: solid 1px #666666;
	width: 125px;
}
/*navigation*/
ul.mainmenu li {
	background: url(agroforestale_antincendio/li_menu.gif) left top no-repeat;
	list-style: none;
	padding: 8px 4px 6px 24px;
	font-weight: bold;
}
/*footer*/
#footer a {
	color: #FFFFFF;
}
