/* CSS Document */
body {
background-color:#9a141b;
margin:0;
padding:0;
text-align:center;
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#060000;
}

#sfondo {
background-color:#e2b900;
margin:0;
margin-top:5%;
padding:0;
text-align:center;
height:568px;
}

#boxes {
position:relative;
width:969px;
height:568px;
text-align:left;
margin:0 auto;
padding:0;
background-color:#1a171b;
}
#boxes #logo {
position:absolute;
top:-31px;
left:-9px;
width:250px;
height:215px;
z-index:5;
}
#boxes #fotoSepp {
position:absolute;
top:359px;
right:10px;
}

/*********************************************************  MENU */
#boxes #menu {
width:241px;
height:568px;
margin:0;
padding:0;
}
ul#nav {
color:#FFFFFF;
margin:0;
padding:190px 0 0 0;
width:241px;
}
#nav, #nav ul {
padding:0;
margin:0;
list-style:none;
}
#nav li {
margin:0;
padding:0;
float:left;
width:241px;
}
#boxes #menu ul a {
color:#FFFFFF;
text-decoration:none;
display:block;
line-height:18px;
padding:0;
padding-left:40px;
background:url(punto.gif) no-repeat 30px center;
margin-top:1px;
}
#boxes #menu ul a:hover, #boxes #menu ul a.evid {
color:#1a171b;
background:#8d8b8d url(puntox.gif) no-repeat 30px center;
}



#boxes #menu ul ul a {
padding-left:60px;
background:none;
}
#boxes #menu ul ul a:hover, #boxes #menu ul ul a.evid {
background:none;
background-color:#8d8b8d;
}

/*********************************************************  fine MENU */


/*********************************************************  CONTENUTO */
#boxes #contenuto {
position:absolute;
top:0;
left:241px;
width:727px;
height:566px;
background: #fff url(sfondo01.jpg) no-repeat right bottom;
margin:1px 1px 1px 0;
}
#boxes #contenuto ul {
padding-top:0;
padding-bottom:0;
margin-top:0;
margin-left:25px;
padding-left:0;
}

#boxes #contenuto h1 {
font-size:16px;
color:#0073aa;
margin:40px 0 10px 23px;
}
#boxes #contenuto span {
color:#a40233;
}
#boxes #contenuto #text {
margin:0 23px;
padding-right:5px;
line-height:17px;
width:680px;
height:490px;
overflow:auto;
text-align:justify;
}

#boxes #contenuto a {
color:#a40233;
text-decoration:underline;
}
#boxes #contenuto a:hover {
text-decoration:none;
}

table.listini {
border:1px solid #0073aa;
}
table.listini th {
padding:2px 5px;
font-weight:bold;
text-align:center;
color:#a40233;
background-color: #fff;
filter: alpha (opacity=70); /* IE */
-moz-opacity: 0.70; /* Netscape, Mozilla */
opacity: 0.70; /* Safari */
}
table.listini td {
padding:2px 5px;
text-align:center;
}

#boxes #contenuto a#booking:link, #boxes #contenuto a#booking:visited, #boxes #contenuto a#booking:hover, #boxes #contenuto a#booking:active {
display:block;
margin:20px auto 0 auto;
width:140px;
padding:1px auto;
text-align:center;
background-color: #fff;
filter: alpha (opacity=70); /* IE */
-moz-opacity: 0.70; /* Netscape, Mozilla */
opacity: 0.70; /* Safari */
color:#1a171b;
border:1px solid #1a171b;
text-decoration:none;
font-size:10px;
}
#boxes #contenuto a#booking:hover {
color:#a40233;
border:1px solid #a40233;
font-weight:bold;
}

#sponsor img {
border:1px solid #0073aa;
}
/*********************************************************  fine CONTENUTO */

#service {
position:absolute;
top:-15px;
right:0;
color:#fff;
font-size:10px;
}
#service a {
text-decoration:none;
color:#1a171b;
font-weight:bold;
}
#service a:hover {
color:#e2b900;
}

a#copy {
position:absolute;
top:566px;
right:0px;
color:#fff;
text-decoration:none;
font-size:10px;
}
a#copy:hover {
text-decoration:underline;
}

/* ******************************************************************* RICHIESTA */
#richiesta {
	width: 97%;
}
#richiesta td {
	font-size: 11px;
}
#richiesta .titoloform {
	padding-top: 8px;
	color:#a40233;
	font-weight: bold;
}
#form {
	margin: 0;
}
input, textarea, select {
	border: 1px solid #000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
input.no_color {
	border: 0;
}
input.invia {
	background-color: #666666;
	color: #fff;
	padding: 0px 17px;
	font-size: 12px;
}
input.red, select.red, textarea.red {
	border: 1px solid #eb3426;
}
#ris_form {
	display: none;
	margin: 3px 0;
	border: 2px solid #eb3426;
	color: #000;
	padding: 7px 15px;
}
#ris_form p {
	margin: 2px 0;
}
/* ******************************************************************* FINE RICHIESTA */

/******************************************************** CALENDARIO */
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 0 3px 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
/**************************************************** fine CALENDARIO */
