@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: 0px 0px;
}


a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}


p.pDescrizione {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

p.pCaratteristiche {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	text-align: justify;
}

.pSmall {
	font-size: 9px;
}


#apDivHeader {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	z-index:1;
	background-image: url(Immagini/fascia_tramonto.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #FFFFFF;
}

#apDivBody {
	position:absolute;
	left:0px;
	top:150px;
	width:100%;
	z-index:2;
	background-image: url(Immagini/sfondo_sabbia.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}

#bodyContent {
	background-color:#FFFFFF;
	height: 100%;
	padding: 10px;
	width: 680px;
}


td.tdFooter {
	font-size: 10px;
	padding: 10px;
}


#navigatorecontainer {
	margin: 0px;
	height: 40px;
	width: 680px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navigatorecontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navigatorecontainer ul li {
	float: left;
}

#navigatorecontainer ul li a {
	text-decoration: none;
	float: left;
	margin: 0px;
	height: 40px;
	width: 90px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	color: #000000;
	font-weight: bold;
	background-image: url(Immagini/sfondo_nav_ombrellone_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigatorecontainer li a:hover {
	background: url(Immagini/sfondo_nav_ombrellone_on.jpg) no-repeat left top;
	color: #000000;
}



/* Tag div per il testo introduttivo della home page in base alla lingua */

#introContainer {
	overflow: hidden;
	position: relative;
	width: 180px;
	height: 800px;
	line-height: 14px;
}

#introContainer div {
	width: 180px;
	height: 800px;
}

#introInglese {
	height: 800px;
	width: 180px;
	visibility: visible;
}

#introItaliano {
	height: 800px;
	width: 180px;
	visibility: hidden;
}

#introTedesco {
	height: 800px;
	width: 180px;
	visibility: hidden;
}

#introRusso {
	height: 800px;
	width: 180px;
	visibility: hidden;
}


img.imgLeftSpace {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

img.imgRightSpace {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}



form input#TestoDaCercare {
	width: 180px;
	height: 16px;
	text-align: left;
	border: 1px solid #CCCCCC;
}


#navcontainer {
	width: 210px;
}

#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 210px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	color: #000000;
}

#navlist li a:hover, #navlist li a:active {
	text-decoration: underline;
	color: #0000FF;
}


form input#clientenome,
form input#clientecognome,
form input#email,
form input#indirizzo,
form input#cap,
form input#citta,
form input#nazione,
form input#telefono,
form input#numeropersone,
form input#numerocamere,
form input#distanzamare {
	width: 490px;
	text-align: left;
}

form select#dataarrivo,
form select#datapartenza {
	width: 190px;
	text-align: left;
}

form input#comeciavetetrovato {
	width: 665px;
	text-align: left;
}

form textarea#richiestespeciali {
	width: 665px;
	text-align: left;
}

