@charset "iso-8859-1";
/* CSS Document */

BODY {
	background-color: #FFFFFF; /* grigio scuro */
	font-family: Tahoma, Arial, Trebuchet;
	font-size: 12px;
	color: #06116e; /* grigio chiaro */
	}

#bianco {
	background-color: #FFFFFF;
	color: #06116e;
	font-size: 90%;
	text-align: justify;
	}

#NB {
	text-align: justify;
	color: #FF0000;
	background-color: #F2F3F4;
	}
	
#pIVA {
	font-size: 90%;
	text-align: left;
	color: #06116E;
	padding: 2px;
	}
		
H2 {
	color: #A5ED0A;
	}
	
H3 {
	color: #A5ED0A;
	text-decoration: underline;
	font-size: 140%;
	}
	
b {
	color: #A5ED0A;
	}

strong {
	color: #06116e;
	}
	
a, a:link, a:visited, a:active {
	color: #06116e; /* celeste/grigio */
	}
	
a:hover {
	color: #A5ED0A; /* carta da zucchero */
	font-weight: bold;
	}
	
hr {
	size: 1px;
	color: #EEEEEE;
	width: 100%;
	text-align: center;
	
	}
	
#container {
	width: 800px;
	min-width: 800px;
	background-color: #FFFFFF; /* bianco */
	text-align: left;
	padding: 10px;
	min-height: 350px;
	}
	
.testata {
	width: 100%;
	background: URL(images/Agriturismo.png) no-repeat;
	height: 190px;	
	text-align: right;
	color: #06116e;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 140%;
	}
	
.denominazione {
	font-weight: bold;
	font-size: 150%;
	color: #f5d543;
	float: right;
	text-decoration: underline;
	padding-right: 15px;
	padding-top: 10px;
	}
	
.agriturismo  {
	background: transparent;
	width: 100%;
	height: 18px;
	z-index: 200;
	margin-top: 176px;
	}
	
.agriturismo ul {
	display: inline;
	list-style-type:none;
	font-size: 11px;
	font-weight: normal;
	}

.agriturismo li {
	float: left;
	padding-left: 3px;
	}

.agriturismo ul li a:hover {
	background-color: #A5ED0A;
	color: #06116E;
	float: left;
	text-decoration: none;
	border: solid 1px #06116E;
	padding: 1px;
	width: 104px;
	text-align: center;
	}
	
.agriturismo ul li a {
	color: #A5ED0A;
	background-color: transparent;
	text-decoration:none;
	border: solid 1px #A5ED0A;
	padding: 1px;
	float: left;
	/* background-color: #06116E; */
	width: 104px; 
	text-align: center;
	}

.centralismo {
	background-color: transparent;
	text-align: left;
	width: 100%;
	border-left: 2px solid #A5ED0A; /* celeste - grigio */
	border-right: 2px solid #A5ED0A; /* celeste - grigio */
	}
	
.sinistra {
	width: 18%;
	min-width: 180px;
	float: left;
	padding: 4px;
	color: #c74b0f;
	background-color: #FAFAFA;
	border-right: 1px dotted #06116e;
	}
	
.sinistra ul {
	list-style-type:none;
	margin-left: -1px;
	color: #f5d543;
	font-size: 110%;
	font-weight: bold;
	}

.sinistra li {
	float: left; 
	margin-bottom: 4px;
	}

.sinistra ul li a:hover {
	background-color:#A5ED0A;
	color:#06116e;
	float:left;
	text-decoration:none;
	border:solid 1px #06116e;
	padding:1px;
	width:176px;
	text-align:right;
	}
	
.sinistra ul li a {
	color: #A5ed0a;
	text-decoration:none;
	border: solid 1px #A5ed0a;
	padding: 1px;
	float: left;
	background-color: #06116E;
	width: 176px;
	text-align: left;
	}
	
#fotogallery { 
position: relative; /*non modificare*/
visibility: hidden; /*non modificare*/
border: 6px solid #a5ed0a;
z-index: 5;
}

.destra {
	width: 75%;
	text-align: justify;
	padding-right: 4px;
	padding-left: 4px;
	color: #06116e;
	background-color: #FFFFFF;
	float: right;
	font-size: 120%;
	}

#menu {
	text-align: right;
	background-color: #f2f2f8;
	width: 90%;
	padding: 10px;
	color: #c74b0f;
	margin-top: 10px;
	}

#menu H4 {
	text-align: center;
	font-size: 150%;
	text-decoration: underline;
	color: #f5d543;
	}
	
#menu i { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 25%; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-weight: bold;
	}
	
#fotografie {
	text-align: center;
	background-color: #FCFCFC;  /* bianco sporco */
	}
	
.basso {
	background-color: #a5ed0a;
	color: #06116e;
	text-align: center;
	}
	
.basso a {
	color: #303030;
	font-weight: normal;
	}
	
.basso a:hover {
	background-color: #FFFFFF;
	color: #06116e;
	font-weight: normal;
	}
	
form {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px dashed #A5ED0A;
	padding: 10px;
	color: #06116E;
	}
	
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 40%; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-weight: bold;
	}

form #bottone {
	border: 1px solid #06116E;
	font-weight: bold;
	background-color: #A5ED0A;
	color: #06116E;
	font-size: 120%;
	text-align: center;
	padding: 4px;
	}

form a {
	background-color: #A5ED0A;
	color: #06116E;
	font-weight: normal;
	}
	
form a:hover {
	background-color: #06116E;
	color: #A5ED0A;
	font-weight: normal;
	}

form TD {	
	font-size: 120%;
	}
	
#Gmaps Form {
	width: 420px;
	}
	
#alert {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 120%;
	font-weight: bold;
	}
	
.conferma {
	background-color: #f2f2f8;
	color: #999999;
	text-align: left;
	}
	
/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body { color: #333; font: 10px/14px Verdana, Helvetica, Arial, sans-serif; }
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 18px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
#container1 { margin: 2px auto 0; overflow: hidden; width: 100%; }

ul#filter { float: left; font-size: 12px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 100%; }
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 128px;
}
ul#portfolio a { display: block; width: 100%; color: #999; font-weight: bold; text-decoration: none; }
ul#portfolio a:hover { text-decoration: none; color: #06116E; }
ul#portfolio img { border: 1px solid #dedede; display: block; }