body {
	line-height: 1;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	color: #363635;
	font: 11px Arial, Helvetica, sans-serif;
}
hr {
        border: none;
        border-bottom: 1px solid #b2ae9c;
}

/* STRUCTURE */
div#container {
	margin: 0px auto;
	width: 918px;
}
div#foot {
        color: black;
        margin: 0px auto;
        text-align: center;
}
div#topbar {
	height: 54px;
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#head {
	background-image: url(../images/head2.jpg);
	height: 261px;
	width: 918px;
	position: relative;
	top: -15px;
}
div#content {
	background: #e3dfd4;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 40px;
	position: absolute;
	top: 246px;
	width: 848px; /*918-70*/
	position: relative;
	top: -15px;
}
div#menu {
	height: 30px;
	margin-left: 50px; 
	margin-top: 105px;
	text-transform: uppercase;
	font-size: 12px;
}
div#left {
	float: left;
	width: 465px;
}
div#right {
	float: right;
	width: 364px;
}
div#left2 {
	float: left;
	width: 576px;
}
div#right2 {
	float: right;
	width: 253px;
}
div#footer {
	min-height: 30px;
	width: 918px;
	margin: 0px auto;
}
div#leftmid {
	float: left;
	width: 410px;
}
div#rightmid {
	float: right;
	width: 410px;
}

/* FORMS */
input[type="submit"] {
	background: #56370f;
	color: white;
	border: none;
	padding: 6px;
	font-weight: bold;
	cursor: pointer;
}
input[type="text"], select {
	border: 1px solid #56370f;
}
textarea {
	border: 1px solid #56370f;
	width: 280px;
	height: 150px;
}
input#item_price {
    background: #5f0d02;
    text-align: center;
}
div#prenota input[type="submit"], div#avanzata input[type="submit"], div#cercahotel input[type="submit"] {
	background: #280604;
	border: 1px solid #676565;
	color: white;
	text-transform: uppercase;
	width: 252px;
	padding: 3px;
	font-weight: normal;
}
div#prenota input[type="text"], div#cercahotel input[type="text"] {
	border: 1px solid #676565;
	color: white;
	width: 120px;
	color: black;
}
div#prenota2 input[type="submit"] {
	background: #280604;
	border: 1px solid #676565;
	color: white;
	text-transform: uppercase;
	margin-top: 8px;
	width: 180px;
	padding: 3px;
}
div#prenota2 input[type="text"] {
	border: 1px solid #676565;
	color: white;
	width: 160px;
	color: black;
}
div#newsletter input[type="text"], div#newsletter2 input[type="text"] {
	border: none;
	color: white;
	width: 130px;
	color: black;
	height: 16px;
}
div#newsletter input[type="submit"], div#newsletter2 input[type="submit"] {
	border: none;
	color: white;
	background: #191918;
	height: 18px;
	padding: 2px;
	font-weight: normal;
}

/* LINKS & TEXT */
h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
        font-size: 12px;
        font-weight: bold;
}
a:link, a:active, a:visited {
	color: #524e30;
	text-decoration: underline;
}
a:hover {
	color: #a48038;
}
div#topbar a:link, div#topbar a:active, div#topbar a:visited {
	color: #dfddcc;
	text-decoration: none;
}
div#topbar a:hover {
	color: #dfddcc;
	text-decoration: underline;
}
div#menu span {
	height: 14px;
	width: 100px;
	background: #e3dfd4;
	display: block;
	text-align: center;
	padding: 8px;
}
div#menu a:link, div#menu a:visited, div#menu a:active {
	color: #dfddcc;
	text-decoration: none;
}
div#menu a:hover {
	color: #d6c360;
	text-decoration: none;
}
div#menu a.y {
	color: #d6c360;
	text-decoration: none;
}
div#eventi td span, div.evento span {
	color: #5f0c02;
	font-size: 11px;
	font-weight: bold;
}
div#eventi td a:link, div#eventi td a:visited, div#eventi td a:active, div.evento a:link, div.evento a:visited, div.evento a:active {
	color: #a48038;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
div#eventi td a:hover, div.evento a:hover {
	text-decoration: underline;
}
div.entry span {
	color: #6b8e66;
	font-style: italic;
}
div.entry a.tit:link, div.entry a.tit:visited, div.entry a.tit:active {
	color: #221503;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
div.entry a.tit:hover {
	color: #5f0c02;
	text-decoration: none;
}
div.entry a.info {
	float:right; 
	line-height:1.4;
}
div#avanzata span, div#avanzata label, div#cercahotel span {
	font-size: 12px;
}
a.bluebar {
	background: url(../images/bluebar.jpg);
	height: 64px; /* 76-12 */
	padding-left: 70px;
        padding-right: 4px;
	display: block;
	color: #aab8db;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-top: 12px;
	margin-bottom: 8px;
}
a.bluebar span {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a.bluebar:hover span {
	color: #f0e6b2;
}
div#categories a {
	display: block;
	height: 27px; /* 40-13 */
	background: url(../images/brownbutton.jpg);
	width: 318px; /* 330-12 */
	margin: 0px auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #2d2004;
	font-size: 12px;
	padding-top: 13px;
	padding-left: 12px;
	margin-bottom: 8px;
	margin-top: 8px;
}
div#categories a:hover {
	color: #5f0c02;
	text-decoration: none;
}
div#categories a span {
	color: white;
}
div#bbbox span {
	display: block;
	color: #5f0c02;
	font-style: italic;
}
div#bbbox a:link, div#bbbox a:active, div#bbbox a:visited, div#bbbox a:hover {
	color: white;
}
div.tappa span, div#tappa span {
	color: black;
	font-size: 12px;
}
div.tappa span b {
	font-weight: normal;
	color: #8c6f15;
}
div.tappa span a:active, div.tappa span a:link, div.tappa span a:visited,
div#tappa span a:active, div#tappa span a:link, div#tappa span a:visited {
	color: #605208;
	font-size: 12px;
}
div.tappa span a:hover, div#tappa span a:hover {
	color: #8c6f15;
}
div.tappa a.tit, div#tappa a.tit {
	color: #8c6f15;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
a.button:link, a.button:active, a.button:visited {
	display: block;
	padding-top: 2px;
	height: 15px; /* 17-2 */
	width: 146px;
	background-image: url(../images/button.jpg);
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
}
div#tappa div.r span {
	color: black;
}
span.black {
	color: black;
}
div#categorieslist span {
	color: black;
}
div#categorieslist a:link, div#categorieslist a:visited, div#categorieslist a:active {
	color: #a48038;
	text-decoration: none;
}
div#categorieslist a:hover {
	text-decoration: underline;
}
div#titlebox h1 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
div#detail a:link, div#detail a:visited, div#detail a:active {
	text-decoration: underline;
}
div#detail a:hover {
	text-decoration: underline;
}
div#tabs span {
	background: #f0dc83;
	display: block;
	padding: 8px;
	margin-right: 8px;
}
div#tabs a:link, div#tabs a:active, div#tabs a:visited  {
	background: #393e1c;
	display: block;
	color: #f0dc83;
	padding: 8px;
	text-decoration: none;
	margin-right: 8px;
}
div#tabs a:hover {
	background: #393e1c;
	display: block;
	color: white;
	padding: 8px;
	text-decoration: none;
	margin-right: 8px;
}
div.redbox span {
	font-size: 15px;
}
div#availability a:link, div#availability a:visited, div#availability a:active {
	font-size: 10px;
	text-decoration: underline;
}
div#availability a:hover {
	font-size: 10px;
	text-decoration: underline;
}
div#check, div#bookmail {
	margin-bottom: 15px;
}
div#detail div.text h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
a#car {
	height: 53px; /* 83-30 */
	color: #ddb944;
	padding-right: 8px;
	padding-left: 155px;
	padding-top: 30px;
	background-repeat: no-repeat;
        line-height: 1;
	display: block;
	text-decoration: none;
}
div#bookmail span {
	color: #5f0c02;
	font-weight: bold;
}
div#singlevent span {
    color: #5f0c02;
    font-size: 12px;
    font-weight: bold;
}
div#singlevent b {
    color: #a48038;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

/* VARIOUS */
div.loc_interest {
    background: #8a0b0b;
    padding: 4px;
}
div.loctop {
    height: 6px;
    background-image: url(../images/loctop.gif);
}
div.locbot {
    height: 6px;
    background-image: url(../images/locbot.gif);
}
a#home {
	width: 190px;
	height: 120px;
	display: block;
	margin-left: 60px;
}
div#topbar_content {
	width: 918px;
	margin: 0px auto;
	height: 39px;
	background-image: url(../images/topbar_back.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: right;
	color: #dfddcc;
}
div#menu table {
	height: 30px;
}
div#menu td {
	font-weight: bold;
	height: 30px;
	background-image: url(../images/menuback.jpg);
	background-repeat: repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 4px;
}
div#menu td.active {
	background: #e3dfd4;
	height: 30px;
}
div#caput {
	background: url(../images/caput.jpg);
	height: 207px; /*399-24*/
	padding: 12px;
	padding-top: 180px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	position: relative;
	color: black;
}
div#caput img {
	position: absolute;
	bottom: 12px;
}
div#eventi {
	padding: 3px;
}
div#eventi td {
	font-size: 12px;
	font-weight: bold;
}
div.box {
	background: url(../images/boxback.jpg);
	background-repeat: repeat-y;
}
div.boxtop {
	background: url(../images/boxtop.jpg);
	height: 9px;
}
div.boxbot {
	background: url(../images/boxbot.jpg);
	height: 9px;
}
div.entry {
	width: 440px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
img.th {
	height: 80px;
        width: 90px;
	border: 1px solid white;
}
div.entry div {
	width: 335px;
	float: right;
}
table#pagin {
	margin-top: 20px;
	margin-bottom: 10px;
}
div#map1 {
	width: 295px;
	height: 150px;
	border: 1px solid white;
	margin: 0px auto;
}
div#avanzata {
	color: white;
	min-height: 320px;
	padding-top: 60px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
div#prenota {
	color: white;
	height: 83px; /*133-50*/
	padding-top: 50px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
div#newsletter {
	height: 30px; /*81-51*/
	padding-top: 51px;
	background-repeat: no-repeat;
	padding-left: 170px;
	margin-bottom: 16px;
}
div#mappa {
	height: 166px; /*214-48*/
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-top: 48px;
}
div#cercahotel {
	color: white;
	min-height: 450px;
	padding-top: 50px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
div.greybar {
	background: url(../images/greybar.jpg);
	height: 32px; /*48-16*/
	padding-left: 70px;
	padding-top: 16px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
}
div.evento {
	margin-top: 10px;
	margin-bottom: 20px;
}
hr.blue {
	border: 1px solid #5c78bc;
	background: none;
	margin: 12px;
}
div.testabar {
	background: url(../images/testa.jpg);
	height: 17px; /* 23-6 */
	background-repeat: no-repeat;
	color: #5c78bc;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	padding-top: 6px;
	margin-bottom: 8px;
}
div#categories {
	background: url(../images/categback.jpg);
	background-repeat: repeat-y;
}
div#categorieslist {
	text-align: center;
	font-weight: bold;
}
div#categoriestop {
	background: url(../images/categtop.jpg);
	height: 50px; /* 68-18 */
	color: #a48139;
	padding-top: 18px;
	padding-left: 58px;
	padding-right: 12px;
}
div#categoriesbot {
	background: url(../images/categbot.jpg);
	height: 10px;
}
div#categoriestop span {
	color: #5d5839;
	font-weight: bold;
	text-transform: uppercase;
}
div#prenota2 {
	color: white;
	height: 129px; /*179-50*/
	padding-top: 50px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
div#bbbox {
	background: url(../images/b&bbox.jpg);
	background-repeat: no-repeat;
	height: 38px; /* 86-48 */
	text-transform: uppercase;
	color: white;
	padding-top: 48px;
	padding-left: 30px;
}
div#newsletter2 {
	height: 30px; /*109-79*/
	padding-top: 79px;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	text-align: center;
}
div.bluebar2 {
	background: url(../images/bluebar2.jpg);
	height: 32px; /*48-16*/
	padding-left: 70px;
	padding-top: 16px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
div.yellowbar {
	background: url(../images/yellowbar.jpg);
	height: 32px; /*48-16*/
	padding-left: 70px;
	padding-top: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #656146;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
div.tappa {
	padding-bottom: 10px;
	margin-top: 18px;
}
div.tappa a img {
	width: 196px;
	max-height: 150px;
	border: 1px solid #345197;
}
div.tappa div {
	float: right;
	width: 365px;
}
div.tappa div div {
        float: none;
}
div#tappa div.l {
	width: 310px;
	float: left;
}
div#tappa div.r {
	float: right;
	width: 250px;
}
div#tappa div#lmap {
	width: 250px;
	height: 180px;
	border: 1px solid #b2ae9c;
	margin-bottom: 10px;
}
div#tappa hr {
	margin-top: 12px;
	margin-bottom: 12px;
	border: none;
	border-bottom: 1px solid #b2ae9c;
}
div#tappa table.image img {
	border: 1px solid #345197;
	width: 110px;
	margin-bottom: 10px;
}
div#tappa table.image {
	float: right;
	width: 250px;
}
div#tappa img.big {
	border: 1px solid #345197;
	width: 310px;
	max-height: 500px;
}
div#titlebox {
	background: #5f0c02;
	padding: 10px;
	min-height: 30px; /* 50-20 */
	font-size: 12px;
	color: #ddb944;
	margin-bottom: 15px;
}
div#detail {
	background: #d4d3ba;
	padding: 14px;
	margin-bottom: 25px;
	color: #3f3f3f;
}
div#imagepane {
	width: 300px; /* 320-20 */
	background: white;
	padding: 10px;
	padding-bottom: 3px;
	margin: 0px auto;
	margin-bottom: 20px;
}
div#imagepane img#main {
	max-width: 300px;
	height: 250px;
	margin: 0px auto;
}
div#imagepane table img {
	width: 50px;
	height: 50px;
}
div#detail div.text {
	background: #f0dc83;
	padding: 10px;
	margin-bottom: 15px;
}
div.redbox {
	background: #5f0c02;
	padding: 14px;
	min-height: 22px; /* 50-28 */
	font-size: 13px;
	color: white;
	margin-bottom: 15px;
	vertical-align: middle;
}
div.redbar {
	padding: 4px;
	background: #5f0c02;
	color: white;
	margin-bottom: 8px;
	font-size: 12px;
}
div#availability {
	margin-bottom: 25px;
}
div#mapbig {
	height: 300px;
	border: 1px solid #56370f;
}
img.ev {
    width: 180px;
    max-height: 300px;
    margin-bottom: 8px;
    margin-left: 8px;
    border: 1px solid #345197;
}

/* LANGUAGE */
div.prenota_it {
	background: url(../images/it/prenota.jpg);
}
div.prenota_en {
	background: url(../images/en/prenota.jpg);
}
a.car_it {
	background: url(../images/it/car.jpg);
}
a.car_en {
	background: url(../images/en/car.jpg);
}
div.prenota2_it {
	background: url(../images/it/prenota2.jpg);
}
div.prenota2_en {
	background: url(../images/en/prenota2.jpg);
}
div.newsletter_it {
	background: url(../images/it/newsl.jpg);
}
div.newsletter_en {
	background: url(../images/en/newsl.jpg);
}
div.newsletter2_it {
	background: url(../images/it/newsl2.jpg);
}
div.newsletter2_en {
	background: url(../images/en/newsl2.jpg);
}
div.mappa_it {
	background: url(../images/it/mappa.jpg);
}
div.mappa_en {
	background: url(../images/en/mappa.jpg);
}
div.avanzata_it {
	background: url(../images/it/avanzata.jpg);
}
div.avanzata_en {
	background: url(../images/en/avanzata.jpg);
}
div.cercahotel_it {
	background: url(../images/it/cercahotel.jpg);
}
div.cercahotel_en {
	background: url(../images/en/cercahotel.jpg);
}
