
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : black;
	margin-top: 0px;
	background-color: #b0cff9;
	width: 98%;
}

/* struttura e layout pagina */

#container {
	width: 960px;
	margin: 0 auto;
}

#containerint {
}

#headeralto {
	border: 0px solid blue;
	height: 222px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(bannersopra.jpg);
}

#headermedio {
	border: 0px solid red;
	margin: 0px;
	width: 960px;
	height: 150px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(bannermedio.jpg);
}

#headerbasso {
	border: 0px solid purple;
	text-align: center;
	height: 40px;
}

#maincontent {
	border: 0px solid green;
	/*
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(fettasfondo.jpg);
	*/
	background: #d8e7fc;
}

#maincontent2 {
	padding: 0px;
	/*
	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: black;
	padding-bottom: 12px;
	height: 20px;
	/*
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(footer.jpg);
	*/
}

#footerint {
	font-size: 11px;
	text-align: center;
	clear: both;
	font-weight: bold;
	color: black;
	height: 46px;
}

#footerlinfa {
	text-align: right;
	padding: 5px;
}

#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 {
	margin-left: 50px;
}
