*
{
	margin: 0;
	padding: 0;
}

a
{
	/*color: #963;*/
}
a:hover
{
	color: #C60;
}

body
{
	background: #D7EE96;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.title
{
	font-size: 24px;
	font-family: "Comic Sans MS" , cursive;
}

p, code, ul
{
	padding-bottom: 1.2em;
}

li
{
	list-style: none;
}

h1
{
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h11
{
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1, h2, h3, h11
{
	padding-top: 6px;
	color: #126DA2;
}

.clear
{
	clear: both;
}

/* structure */
.container
{
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top
{
	background: url(images/clouds.jpg) repeat-x;
	padding: 90px 10px 0;
}

/* title */
.header
{
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

#logo
{
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

#logo h1, #logo h2
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1
{
	padding: 20px 5px 0 400px;
	font-size: 32px;
	color: #fff;
}

#logo h2
{
	padding: 0px 0 0 400px;
	font-size: 18px;
	color: #0272BA;
}


#logo a
{
	color: #fff;
}

/* navigation */
.navigation
{
	background: #D9E1E5 url(images/menu.gif);
	border: 1px solid #DFEEF7;
	height: 41px;
}
.navigation a
{
	background: #D9E1E5 url(images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover
{
	background: #319EDD;
	color: #ffffff;
	text-decoration: underline;
}

/* main */
.main
{
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav
{
	float: right;
	width: 210px;
}
.sidenav h2
{
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul
{
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav p
{
	font-size:11px;
}

.sidenav li
{
	border-bottom: 1px solid #EAEADA;
}
.sidenav li a
{
	font-size: 1.1em;
	/*color: #554;*/
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover
{
	background: #DCEFFF;
	color: #4AA02C;
}

.rifcontatti
{
	font-size: 0.8em;
	font-weight:bold;
	color:#4AA02C;
	text-decoration:underline;
	
	
}
.rifcontattiTel
{
	font-size: 0.8em;
	font-weight:bold;
	padding-left:8px;
	
	
}

/* content */
.content
{
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 500px;
}

#lingue {
	height: 24px;
	width: 175px;
	float: right;
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom:30px;
	font-size: 11px;
	color: #002C71;
}

#lingue a {
	color: #002C71;	
	text-decoration:none;
}

.content .descr
{
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li
{
	list-style: none;
	margin-left: 18px;
}
.content p
{
	font-family: "Comic Sans MS" , cursive;
}

/* Stile tabella booking */

.content .TabBooking
{
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	display: block;
	margin-bottom: 6px;
	padding: 2px 2px 2px 10px;
}

.content .LabelBooking
{
	padding-right: 5px;
	padding-top: 20px;
	color: #444;
	font: normal 1.1em Tahoma,sans-serif;
	font-weight: bold;
	vertical-align: top;
}

.content .SubLabelBooking
{
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #444;
	font: normal 1.1em Tahoma,sans-serif;
}

.content .CheckBooking
{
	padding-right: 5px;
	padding-top: 20px;
	color: #444;
	font: normal 1em Tahoma,sans-serif;
	font-style: italic;
}








#wheremap
{
	/*	width:508px;*/ /*	height:190px;*/ /*	position: absolute;*/
	top: 170px;
	left: 6px;
}

/* footer */
#footer
{
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 30px;
}
#footer p
{
	padding: 0px;
	margin: 0px;
}
#footer a, #footer a:hover
{
	color: #FFF;
}

