/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px;
	background-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8B008B;
}

strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: Green;
}

#titles {
	background-color: #8B008B;
	visibility: hidden;
	position: absolute;
	top: -100px;
}

#banner_dx {
	width: 488px;
	font-size: 9pt;
	background-color: #0717D0;
	background-image: url(images/logo_sfondo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	color: #FFE239;
}

.indice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	color: #D2691E;
}

#menu {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: White;
	border-bottom: 2px solid Gray;
	border-top: 2px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #4682B4;
	text-align: center;
}

#menu_piante {
	background-color: #CFE89D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4682B4;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	text-align: center;
}

.menulink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #CFE89D;
	border-left: 1px solid Black;
}

.menulink a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: Maroon;
	background: #CFE89D;
	display: block;
	padding: 5px;
	width: 160px;
} 

.menulink a:hover {
	color: Blue;
	text-decoration: none;
	background: #9CCEFF;
}

.tipo_pianta {
	background-color: Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: Yellow;
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid Black;
}

#container {
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	height: auto;
}

.categoria {
	background-color: White;
	font-size: 8pt;
	color: navy;
	height: auto;
	height: 20px;
}

.categoria a {
	font-size: 8pt;
	text-decoration: none;
	color: navy;
	background-color: transparent;
} 

.categoria a:hover {
	color: blue;
	text-decoration: none;
	background-color: transparent;
}

.skeda_on {
	background-color: White;
	font-size: 8pt;
	color: Navy;
}

.skeda {
	background-color: White;
	font-size: 10pt;
	color: Gray;
}

.skeda a {
	background-color: White;
	font-size: 10pt;
	color: Navy;
	text-decoration: none;
}

.skeda a:hover {
	background-color: White;
	font-size: 10pt;
	color: Blue;
	text-decoration: underline;
}

.cella_1 {
	background-color: silver;
	font-size: 9pt;
	color: navy;
	height: 25px;
	border-left: 1px solid navy;
	border-top: 1px solid navy;
	border-right: 1px solid navy;
}

.cella_2 {
	background-color: white;
	font-size: 9pt;
	height: 55px;
	border-left: 1px solid navy;
	border-bottom: 1px solid navy;
}

.cella_3 {
	background-color: white;
	font-size: 9pt;
	height: 55px;
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
}

.footer {
	background-color: White;
	font-size: 8pt;
	color: Gray;
	width: 520px;
	height: auto;
	padding: 10px;
	border: 1pt dotted Silver;
	text-align: center;
}

.footer a { color:gray; text-decoration:none }

