﻿/*********************** PROJECT BY GRAFFITI 2000 - G2K *********************************************/

/*********************** STILI PER IL BODY **********************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #60a443 url("/images/back.jpg") repeat-x;
	font-size: 0.7em;
	}
	
a { text-decoration: none; outline: none; color:white; }

.hoover{
	color:white;
}

.hoover:hover{
	color:#3b7d29;
	font-weight:bold;
}

h2 {
	margin: 0;
	font-size: 1.3em;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	border-right: 5px solid #428030;
	border-left: 5px solid #428030;
	}

	
p { padding: 0; margin: 10px 0px; }
	
/*********************** STILI PER IL LAYOUT *******************************************************/

div#layoutHome {
	width: 1000px;
	margin: 0 auto;
	background: url("/images/layoutHome.jpg") no-repeat;
	min-height: 580px;
	}
	
div#layoutPage {
	width: 1000px;
	margin: 0 auto;
	background: url("/images/layoutPage-trans.png") top no-repeat;
	min-height: 950px;
	}

/*********************** STILI PER L'INTESTAZIONE **************************************************/

div#headerHome {
	width: 869px;
	height: 135px;
	margin: 0 auto;
	background: url("/images/header.jpg") no-repeat;
	}
				
/*********************** STILI PER I CONTENUTI *****************************************************/

div#contentHome {
	width: 855px;
	height: 316px;
	border: 7px solid #FFFFFF;
	margin: 0 auto;
	background: url("/images/contentHome.jpg") no-repeat;
	}
	
div#pageWrapper {
	width: 855px;
	height: 150px;
	}
	
div#contentPage {
	width: 855px;
	border: 7px solid #FFFFFF;
	margin: 0 auto;
	background: #6aa958 url("/images/contentPage.jpg") top no-repeat;
	}
	
div#slideHome {
	width: 572px;
	height: 275px;
	margin: 41px 0px 0px 283px;
	}
	
/*********************** STILI PER LA NAVBAR *********************************************************/

div#navbar {
	height: 80px;
	}

div.button {
	padding: 50px 0px 9px 18px;
	float: right;
	text-align: center;
	}
	
div.button a {
	border-right: 1px solid #FFFFFF;
	padding: 30px 18px 0px 0px;
	color: #FFFFFF;
	}
	
div.button:hover {
	background: url("/images/listhover.jpg");
	cursor: pointer;
	}




div.button02 {
	padding: 50px 0px 9px 18px;
	background: url("/images/listhover.jpg");
	float: right;
	text-align: center;
	}
	
div.button02 a {
	border-right: 1px solid #FFFFFF;
	padding: 30px 18px 0px 0px;
	color: #FFFFFF;
	}
	
div.button02:hover {
	background: url("/images/listhover.jpg");
	cursor: pointer;
	}






/*********************** STILI PER IL MENU *********************************************************/

div#menu {
	width: 162px;
	float: left;
	margin: 150px 0px 50px 0px;
	line-height: 28px;
	}
	
div.menubox {
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 0px 30px;
	border-left: 8px solid #3b7d29;
	}

/*********************** STILI PER L'AREA DEI CONTENUTI DINAMICA ***********************************/

div#container {
	width: 672px;
	float: right;
	margin: 150px 0px 50px 0px;
	}
	
div#containerFull { /* usato per la pagina HOTEL */
	padding: 0px 20px;
	color: #FFFFFF;
	}
	
div.imgbox {
	border: 1px solid #FFFFFF;
	width: 289px;
	height: 236px;
	float: left;
	margin-right: 21px;
	margin-bottom: 42px;
	}
	
div.imgbox img {
	width: 289px;
	height: 236px;
	}
	
div.pagetitle {
	height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 20px 15px 0px 15px;
	text-align: center;
	}
	
div.offersbox { width: 50%; float: left; text-align: left; }
div.currentpage { width: 50%; float: right; text-align: right; font-size: 1.6em; }
	
div.text {
	width: 270px;
	float: left;
	padding: 0px 15px;
	margin-bottom: 20px;
	}

div.img {
	width: 500px;
	height: 450px;
	float: left;
	background: #3399FF;
	margin-bottom: 20px;
	}

div#hoteluno { background: url('/images/hotel1.jpg') no-repeat; }	
	
div.mapbox {
	width: 280px;
	padding: 0px 10px 20px 10px;
	float: left;
	}
	
div.bookingbox {
	width: 465px;
	padding: 0px 20px 20px 20px;
	float: left;
	}
	
div.thumbnailsJunior {
	text-align: center;
	padding: 30px 15px;
	clear: both;
	}
	
div.thumbnailsJunior img {
	width: 90px;
	height: 70px;
	border: 4px solid #FFFFFF;
	margin: 5px;
	}
	
div.thumbnailsJunior img:hover {
	border: 4px solid #9ae386;
	}

	
table.pricetable {
	width: 100%;
	margin: 0px 0px 40px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
table.pricetable td { padding: 10px; }
.pricetableFirst { background: #7ab669; }	
.pricetableSecond { background: #89c279; }
.pricetableSpecial { font-size: 1.2em; font-weight: bold; background: #89c279; }

div.leftthumb { float: left; width: 150px; height: 550px; text-align: center; }
div.leftthumb img { width: 114px; height: 68px; border: 2px solid #FFFFFF; margin: 0px 0px 5px 0px; }
div.leftthumb img:hover { border: 2px solid #4d8c3b; cursor: pointer; }
div.bigimg { float: right; width: 665px; height: 550px; }
div.bigimg img { width: 652px; height: 550px; }
div.bottomthumb { clear: both; margin-bottom: 30px; padding: 10px 0px 0px 16px; }
div.bottomthumb img { width: 114px; height: 68px; border: 2px solid #FFFFFF; margin: 0px 11px 11px 0px; }
div.bottomthumb img:hover { border: 2px solid #4d8c3b; cursor: pointer; }

/*********************** STILI PER IL FOOTER *******************************************************/

div#footerHome {
	width: 855px;
	color: #c5e9b4;
	margin: 0 auto;
	margin-top: 10px;
	text-align: right;
	font-size: 0.9em;
	}
	
div#footerPage {
	width: 810px;
	color: #c5e9b4;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.9em;
	}
	
div#footerPage a { color: #265918; }
div#footerPage a:hover { text-decoration: underline; }
	
div#enterHome {
	margin: 0 auto;
	margin-top: 30px;
	font-size: 1.1em;
	color: #c5e9b4;
	text-align: center;
	}
	
div#enterHome a { color: #c5e9b4; }
div#enterHome a:hover { font-weight: bold; }
	
span.g2k {
	text-align: left;
	background: url("/images/pulsante.gif") center right no-repeat;
	font-size: 9px;
	padding-bottom: 5px;
	padding-right: 8px;
	}
	
div.ita { width: 16px; height: 11px; background: url('/images/it.png') no-repeat; padding-right: 5px; float: left; }
div.ger { width: 16px; height: 11px; background: url('/images/de.png') no-repeat; padding-right: 5px; float: left; }
div.eng { width: 16px; height: 11px; background: url('/images/gb.png') no-repeat; padding-right: 5px; float: left; }
	
/******************** WRAPPING TIME! **************************************************************/

div.wrapper {
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	}
	
div.clear {
	clear: both;
	margin-top: 10px;
}

