@charset "utf-8";

body { 
	background-color:#ffcbed;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px; 
	color: #044494; 
	margin:0px;
}

a:link,a:visited,a:active { text-decoration:underline; color: #044494; }
a:hover { text-decoration:none; color:#ffcbed; }

input[type=text], textarea, select, input[type=submit]{
	border: 1px solid #3F75BD;
	background-color:#D1E0F1;
	font-family: Tahoma;
	color: #044494;
	font-size: 12px;	
}

img { border: 0; }

form {
	line-height:26px;
	padding-left:20px;
	padding-top: 5px;
	height: 290px;
}

form .sx {
	width: 100px;
	text-align:right;

}
form .dx {
	width: 230px;
	text-align:left;
	float: right;
	padding-right:10px;
}

#sfondo {
	background-image: url(images/side.jpg);
	background-repeat: repeat-x;	
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	position:absolute;
}

#container {
	/*background-color: #FFF; */
	padding: 0px;
	height: auto;
	width: 743px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
}

#side {
	width: 319px;	
}

#content {
	width: 424px;
	float:right;	
}

#side_appartamenti /*a destra*/
{
	width: 364px;	
	float:right;	
}

#content_appartamenti /*a sinistra*/
{
	width: 379px;	
}

#footer {
	margin-top:10px;
	text-align: center;
	padding-top:5px;
	padding-bottom: 10px;
	line-height: 18px;
	background-color:#ffa2dc;
	border-width: 1px;
	border-style: solid;
	border-color: #D27FB5;
}

#banner {
	text-align:center;
	float:right;
	padding-top:30px;
	padding-right:11px;
}

p {
	text-align:justify;
	margin:0px 0px 3px 0px;
	text-indent:6px;
}

h1 {
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0px;
	font-size:12px;
}

h2 {
	font-weight:bold;
	margin-top:15px;
	font-size:12px;
}

ul {
	margin: 6px;
	padding-left: 15px;
}

#bianco li {
	margin-top:2px;
}

.text {	
	padding-top: 3px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.text1 {	
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.text2 {	
	padding-top: 17px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
}

table {
	width:372px;
	table-layout: fixed;
	border-collapse:collapse;
	margin-top:4px;
	margin-bottom: 5px;
}

td {
	height:25px;
	width:50px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #D27FB5; /*#3F75BD;*/
}

td:first-child {
	width:80px; 
	text-align:left;
}

#bianco {	
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	height: 320px; /**323 px - 3px {.text} **/
}

#bianco_attivita {	
	background-image:url(images/villagiada_attivita_content.jpg);
	background-repeat: no-repeat;
	height: 619px; /**622 px - 3px {.text} **/
}

#bianco_territorio1 {	
	background-image:url(images/villagiada_territorio_content1.jpg);
	background-repeat: no-repeat;
	height:191px; /**194 px - 3px {.text}**/
}

#bianco_territorio2 {	
	background-image:url(images/villagiada_territorio_content2.jpg);
	background-repeat: no-repeat;
	height:281px; /* 306 - 25 di padding */
}

#bianco_appartamenti1 {	
	background-image:url(images/villagiada_appartamenti_content1.jpg);
	background-repeat: no-repeat;
	height:204px; /* 207 - 3 di padding */
}

#bianco_appartamenti2 {	
	background-image:url(images/villagiada_appartamenti_content2.jpg);
	background-repeat: no-repeat;
	height:130px; /* 155 - 25 di padding */
}

/******** NAVIGAZIONE *********/
#nav {
	width: 743px;
	height: 40px;
	background-color: #CCC;	
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	height: 40px;
	text-indent: -5555px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
}
#nav li a:link, 
#nav li a:visited, 
#nav li a:hover {
	border-bottom-width: 0;
}

#nav a:hover { background-position: 0 -80px; }

#nav li.active a { background-position: 0 -40px; }

#dovesiamo, #dovesiamo a {
	width: 142px;
	background: transparent url(images/dovesiamo.jpg) no-repeat 0 0;
}
#appartamenti, #appartamenti a {
	width: 189px;
	background: transparent url(images/appartamenti.jpg) no-repeat 0 0;
}

#tariffe, #tariffe a {
	width: 118px;
	background: transparent url(images/tariffe.jpg) no-repeat 0 0;
}

#territorio, #territorio a {
	width: 136px;
	background: transparent url(images/territorio.jpg) no-repeat 0 0;
}

#prenotazioni, #prenotazioni a {
	width: 158px;
	background: transparent url(images/prenotazioni.jpg) no-repeat 0 0;
}


/************* END NAVIGAZIONE ****************/
