body, html {
	background-color: #F5DB86;
	font-size: 0.8em;
	color: #5e402a;
	margin: 0;
	padding: 0;
}

div#box {
	background-color: white;
	width: 940px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	margin: 0 auto;
	border: 3px double #5e402a;
	position: relative;
	background-image: url(images/bandone.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

a {
	color: #5e402a;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover, a:focus {
	color: #F5DB86;
	background-color: #5e402a;
}

.rollover {
        color: #F5DB86;
        background-color: #5e402a;
}


.linkinterno {
        color: #f47d0c;
  //      background-color: #5e402a;
}


h1 {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 100px;
	font-size: 40px;
	color: white;
	text-indent: -9999px;
}

h2 {
	position: absolute;
	text-indent: -9999px;
}

ul#menulist {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 2em;
	list-style-type: none;
	text-align: center;
}

ul#menulist a {
	display: block;
	width: 188px;
	height: 1.8em;
	padding-top: 0.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

ul#menulist li {
	font-size: 1.2em;
	position: absolute;
	width: 188px;
	background-color: #f5bc00;
}

ul#menulist li#chisiamo {
	left: 0;
}
ul#menulist li#chisiamo a {
	border-left-width: 0px;
}

ul#menulist li#dovesiamo {
	left: 188px;
}

ul#menulist li#menu {
	left: 376px;
}

ul#menulist li#album {
	left: 564px;
}

ul#menulist li#contatti {
	left: 752px;
}

ul#menulist li#contatti a {
	border-right-width: 0;
}

div#content {
	margin-bottom: 130px;
	position: relative;
	top: 130px;
	left: 0;
	padding: 20px;
	background-image: url(images/logobg.jpg);
	background-position:  right 160px;
	background-repeat: no-repeat;
        min-height: 450px;
        height: auto !important;
        height: 450px;
}

div#content h3 {
	color: #f5bc00;
	font-size: 2em;
	border-bottom: 1px solid #f5bc00;
}

div#content h4 {
	color: #f5bc00;
        font-size: 1.5em;
	clear: both;
}

address {
	position: absolute;
	bottom: 0;
	height: 2em;
	text-align: center;
	background-color: #f5bc00;
	width: 940px;
}

/* ----------------- CONTATTACI --------------- */

div#content form {
	height: 500px;
}

fieldset {
	width: 40%;
	height: 180px;
	position: absolute;
	text-align: right;
}

fieldset#anagrafica {
	left: 5%;
}

fieldset#richieste {
	left: 50%;
}

fieldset#privacy {
	top: 300px;
	height: 230px;
	left: 5%;
	text-align: left;
}

fieldset#privacy div {
	height: 180px;
	overflow: auto;
	white-space: pre-wrap;
	border: 1px solid #bbb;
	padding: 5px;
	margin-bottom: 10px;
}

p#obblig {
	position: absolute;
	left: 50%;
}

label {
	position: static;
	display: inline;
	width: 180px;
	height: 20px;
}

input {
	width: 300px;
}

textarea {
	width: 300px;
	height: 140px;
}
form {
	height: 250px;
}

/* ----------------- I MENU ---------------- */

dl#menulist {
	margin: 0;
	padding: 0;
}

dl#menulist dt {
	width: 100%;
	height: 2em;
	font-size: 1em;
	font-weight: bold;
	padding-top: 20px;
	border-bottom: 1px solid #5e402a;
}

dl#menulist dd {
	position: relative;
	top: 1em;
	left: 20%;
}

/* ----------------------- ALBUM ------------------- */

ul#album {
	list-style-type: none;
}

ul#album li {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
}

ul#album li a img {
	margin: 0;
	padding: 0;
	border: 2px solid #5e402a;
}

ul#album li a:hover img, ul#album li a:focus img {
	border: 2px solid #f5bc00;
}

ul#album a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
}

