/* CSS Document */

body {
	background: url(../images/layout/bk-top.jpg) top left repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	margin: 0 auto;
	}
	
#container {
	width: 745px;
	margin: 0 auto;
	padding: 0;
	}
	
#top {
	width: 745px;
	height: 64px;
	background: url(../images/layout/top.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	color: #FFF;
	}
	
#top img {
	float: left;
	margin: 0;
	padding: 0;
	}
	
/* NAVIGATOR */

#navcontainer {
	width: 745px;
	height: 30px;
	background: url(../images/layout/nav-bk.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	}
	
#navcontainer ul {/*
	float: left;*/
	margin: 0;
	padding-left: /*22px*/ 0;
	padding-top: 7px;
	list-style-type: none;
	text-align: center;
	}
	
#navcontainer ul li {
	display: inline;/**/
	padding-left: 8px;
	padding-right: 8px;
	}
	
#navcontainer a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
	}
	
#navcontainer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #FF0000;
	}
	
	
/* HEADER */
	
#header {
	width: 745px;
	height: 204px;
	background: url(../images/layout/header.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#contents {
	width: 745px;
	background: url(../images/layout/bk-contents.jpg) top left repeat-y;
	margin: 0;
	padding-top: 10px;
	float: left;
	clear: both;
	}

	
/* LEFTCOL */
	
#leftcol {
	width: 192px; /* originale 215px */
	background: transparent;
	float: left;
	padding-left: 23px;
	margin: 0;
	position: relative;
	text-align: center;
	}
	 
#leftcol img {/*
	float: left;*/
	padding: 0;
	margin: 0;
	}
	
#leftcol h3 {
	float: left;
	padding: 0 0 6px 0;
	margin: 0;
	font-weight: bold;
	color: #ff0000;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 100%;
	}
	
.turistica {
	width: 180px;
	float: left;
	border: 1px dotted #009933;
	margin-bottom: 10px;
	padding: 10px 0;/*
	background: #ECF1EF;*/
	background: url(../images/layout/bk-tur.jpg) bottom center no-repeat #fff;
	}
	
#leftcol a {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	}
	
#leftcol a:hover {
	color: #009933;
	text-decoration: underline;
	}
	
#leftcol p {
	clear: both;
	text-align: center;
	}
	
.img {
	float: left;
	}
	

	
/* RIGHTCOL */
	
#rightcol {
	width: 496px; /* originale 530px */
	background: transparent;
	float: left;
	padding-left: 10px;
	padding-right: 23px;
	margin: 0;
	border-left: 1px dotted #999;
	color: #6C6C6C;
	height: auto !important;  /* per i browser moderni */
    height: 400px;      /* per IE5.x e IE6 */
    min-height: 400px;  /* per i browser moderni */
	}
	 
#rightcol img {
	float: left;
	margin-right: 10px;
	padding: 0;
	border: none;
	}

#rightcol h1 {
	float: left;
	clear: both;
	color: #FF0000;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
#rightcol p {/*
	float: left;*/
	padding-top: 15px;
	margin: 0;
	width: 100%;
	clear: both;
	}
	
#rightcol a {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	}
	
#rightcol a:hover {
	color: #009933;
	text-decoration: underline;
	}
	
/* GALLERIA */

#galleria {
	width: 722px; /* originale 745px */
	height: 163px; /* originale 180px */
	background: url(../images/layout/galleria-bk.jpg) top left no-repeat;
	clear: both;
	float: left;
	padding-top: 17px;
	padding-left: 23px;
	margin: 0;
	text-align: center;
	}
	
#galleria h4 {
	float: left;
	padding: 7px 0 6px 16px;
	margin: 0;
	font-weight: bold;
	color: #ff0000;
	width: 100%;
	clear: both;
	text-align: left;
	font-size: 100%;
	}
	
#galleria-bk {
	width: 683px; /* originale 699px */
	height: 135px;
	background: transparent;
	float: left;
	padding-left: 16px;
	margin: 0;
	text-align: center;
	}
	
#galleria img {
	float: left;/*
	padding-left: 24px;*/
	padding-bottom: 3px;
	margin: 0;
	border: none;
	}
	
#galleria p {
	float: left;
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
	color: #ff0000;
	width: 100%;
	clear: both;
	text-align: left;
	}
	
#galleria a {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
#galleria a:hover {
	color: #009933;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
.galleria-foto {
	width: 100px; /* originale 139px*/
	height: 30px;
	float: left;
	margin: 0;
	padding: 0 16px;
	background: transparent;
	text-align: center;
	}
	
/* FOOTER */
	
#footer {
	clear: both;
    background: url(../images/layout/footer-bk.jpg) repeat-x top left;
	color: #fff;
	height: 77px;
	text-align: center;
	width: 100%;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
	
#footer1 {
    background: url(../images/layout/footer.jpg) no-repeat;
	color: #fff;
	width: 745px;
	height: 62px;/* originale 77px*/
	margin: 0 auto;
	padding-top: 15px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
/* PER PARTI DINAMICHE */

.formstyle {
	margin:0px;
	float: left;
	clear: both;
	}

.text {
	width:200px;
	border:#CCCCCC 1px solid;
	margin-top:3px;
	}
	
.text2 {
	width:440px;
	height:80px;
	border:#CCCCCC 1px solid;
	margin-top:3px;
	}
	
.bg_formt {
	width: 476px; /*originale 496px*/
	float: left;
	clear: both;
	background: url(../images/layout/bk-Tmask.jpg) top left repeat-x #20A23B;/*
	background-color:#DDDEDC;*/
	border-bottom:#0F8627 1px solid;
	border-top:#FFFFFF 1px solid;
	margin: 0;
	padding: 10px;
	color: #000;
	}

.bg_form {
	width: 476px; /*originale 496px*/
	float: left;
	clear: both;
	background: url(../images/layout/bk-mask.jpg) center left repeat-x #AECBDE;/*
	background-color:#DDDEDC;*/
	border-bottom:#83AAC3 1px solid;
	border-top:#FFFFFF 1px solid;
	margin: 0;
	padding: 10px;
	color: #000;
	}
	
.bg_form2 {
	width: 476px; /*originale 496px*/
	float: left;
	clear: both;
	background: url(../images/layout/bk-mask2.jpg) center left repeat-x #DFEAF2;/*
	background-color:#DDDEDC;*/
	border-bottom:#ACC7DA 1px solid;
	border-top:#FFFFFF 1px solid;
	margin: 0;
	padding: 10px;
	color: #000;
	}
	
.margini {
	padding:5px;
	}
	
.dividi {
	height:15px;
	border-bottom:#999999 1px dashed;
	}
	
.cantieri1 {
	height: 100px;
	border-bottom: #999999 1px dashed;/*
	background: #999;
	margin-bottom: 5px;*/
	background: url(../images/bk-cantieri.gif) bottom left repeat-x #fff;
	}
	
.white {
	color:#fff;
	font-weight:bold;
	}

.asterisco {
	color:#ff0000;
	font-weight:bold;
	}

.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
.submit1 {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: left;
	clear: both;
	margin-right: 5px;
	}
	
.submit2 {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: left;
	}
	
.bordino_foto {
	border:#FFFFFF 1px solid;
	}
	
.bordino_foto2 {
	border:#cccccc 1px solid;
	}
	
.bordino_foto3 {
	border:#cccccc 1px solid;
	float:left;
	margin-right:10px;
	}
	
.bordino_foto4 {
	border:#B10034 1px solid;
	padding:1px;
	}
	
.spazio {
height:5px;
}

#fotogallery {/*
	background: #999;*/
	float: left;
	clear: both;
	}

#fotogallery img {
	margin-top: 10px;
	float: left;
	}
	
.piantina {
	width: 150px;
	float: left;
	margin-right: 15px;
	}
	
.contatti {
	width: 320px;
	float: left;
	}
	

