
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : #2F2F2F;
	margin-top: 0px;
	background-color: #CD8451;
	width: 98%;
}

/* struttura e layout pagina */

input[type=text], input[type=password] {
	border: 3px solid whitesmoke;
}
input[type=text], input[type=password]{
	height: 18px;
}
textarea, input[type=submit], textarea, input[type=button] {
}

select, textarea, input[type=submit], textarea, input[type=button], input[type=reset] {
	border: 4px solid whiteSmoke;
	background: white;
	min-width: 253px;
	margin: 1px;
	padding: 1px;
	cursor: pointer;
	border-radius: 1px;
}

input[type=submit]:hover, input[type=button]:hover {
	border: 4px solid silver;
}

#container {
	width: 960px;
	margin: 0 auto;
	box-shadow: 1px 1px 13px 0px #666;
}

#containerint {
		background-color: #E6A97E;
		padding-top: 10px;
}

#maincontent2, .menusx {
	background-color: #E6B999;
}

#headeralto {
	border: 0px solid blue;
	height: 256px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px; 
/* 	background-image: url(bannersopra.jpg); */
}

#headermedio {
	/*border: 1px solid #7d583b;*/
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
}

#headerbasso {
	border: 0px solid purple;
	text-align: center;
	height: 40px;
}

.menusx {
	display: inline;
	float: left;
	width: 170px;
	text-align: center;
	border: 0px solid purple;
	border-radius: 15px;
	margin-bottom: 10px;
	border: 1px solid #666;
	box-shadow: 1px 0px 6px #444;
	
}

.sidebarSx {
	float: left;
	width: 170px;
	margin-left: 15px;
}

#maincontent {
	border: 0px solid green;
	background-repeat: repeat-y;
	background-position: top left;

}

#maincontent2 {
	display: inline;
	float: left;
	width: 730px;
	padding: 10px;
	margin-left: 10px;
	border-radius: 15px;
	border: 1px solid #666;
	box-shadow: 1px 0px 6px #444;
	/*
	background-image: url(sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	border: 0px solid red;
	*/
}



#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	border: 0px solid red;
	font-weight: bold;
	color: #2F2F2F;
	padding-bottom: 12px;
	height: 20px;
	line-height: 33px;
}

#footerint {
	font-size: 11px;
	text-align: center;
	clear: both;
	font-weight: bold;
	color: black;
	height: 46px;
}

#menubottom {
	font-size: 9px;
	text-align: center;
}

#menubottom A, #menubottom A:LINK, #menubottom A:VISITED, #menubottom A:HOVER {
	color: #8a2f07;
}

#cerca {
	float: right;
	width: 320px;
	font-size: 12px;
	margin-top: 10px;
}

#cerca input {
	margin-bottom: 6px;
}

.textcont {
	/*
	padding: 20px;
	margin: 0px;
	position: relative;
	z-index: 50;
	color: black;
	font-size: 15px;
	line-height: 35px;
	*/
	
}

#introsito {
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

#flashintro {
	width: 960px;
	margin: 0 auto;
}

.skipintro {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.skipintro A, .skipintro A:LINK, .skipintro A:VISITED, .skipintro A:HOVER {
	color: black;
}

.skipintrotop {
	font-weight: bold;
	margin-top: 20px;
	position: absolute;
	top: 10px;
	left: 420px;
}

.skipintrotop A, .skipintrotop A:LINK, .skipintrotop A:VISITED, .skipintrotop A:HOVER {
	color: white;
}


iframe {
}


.tit {
	text-align: center;
	padding: 10px;
	font-size: 23px;
	text-shadow: 2px 2px 4px black;
}

.servcatcont {
	overflow: hidden;
	cursor: pointer;
	display: none;
	background-color: whitesmoke;
}

.servcat {
	border: 3px solid whitesmoke;
	background-color: white;
	cursor: pointer;
	text-align: center;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-image: url("/style/catarrowup.png");
	background-position: left center;
}

table.alberghi td{
	border: 4px solid transparent;
}

.alberghi td {
	vertical-align: top;
}

.col1 {
	text-align: right;
	width: 50%;

}

.col2 {
	width: 50%;
}

.error, .messaggi {
	text-align: center;
}