/* CSS Document */

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
}
.background1 {
	background: #F0573D url(immagini/fondo.jpg) repeat-x top;
}
.background2 {
	background: #8581ad url(immagini/fondo2.jpg) repeat-x top;
}
.background3 {
	background: #81ad8e url(immagini/fondo3.jpg) repeat-x top;
}
.background4 {
	background: #6abbd8 url(immagini/fondo4.jpg) repeat-x top;
}
.background5 {
	background: #cdaa76 url(immagini/fondo5.jpg) repeat-x top;
}
.header1 {
	background:url(immagini/skyline1.jpg) no-repeat top;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
}
.header2 {
	background:url(immagini/skyline2.jpg) no-repeat top;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
}
.header3 {
	background:url(immagini/skyline3.jpg) no-repeat top;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
}
.header4 {
	background:url(immagini/skyline4.jpg) no-repeat top;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
}
.header5 {
	background:url(immagini/skyline5.jpg) no-repeat top;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
}
.logo {
	position:absolute;
	width: auto;
	height: auto;
	left: 50px;
	top: 50px;
}
.omini {
	position:absolute;
	width: auto;
	height: auto;
	left: 50px;
	top: 450px;
}
.menu {
	position:absolute;
	width: 175px;
	height: auto;
	left: 50px;
	top: 150px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}
.menu a {
	text-decoration:none;
	color:#FFFFFF;
}
.menu a:hover {
	color: #CCCCCC;
}
.contatti {
	position:absolute;
	width: auto;
	left: 615px;
	top: 39px;
	font-size: 1.2em;
	color: #FFFFFF;
	height: 32px;
}
.contatti a {
	width: auto;
	padding-right: 25px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contatti p {
	float: left;
	text-align: right;
}
.contatti a:hover {
	color: #CCCCCC;
}
.sottomenu {
	position:absolute;
	width: 285px;
	height: 150px;
	left: 32px;
	top: 522px;
	background: url(immagini/fondo-sottomenu.jpg) repeat-x #FFFFFF;
}	
.sottomenu a {
	text-decoration:none;
	color: #666666;
}
.sottomenu a:hover {
	text-decoration:none;
	color: #B81C24;
}
.sottomenu p {
	margin-left: 18px;
	font-size: 1.1em;
}
.titolopagina {
	position:absolute;
	width: 601px;
	height: 49px;
	left: 400px;
	top: 140px;
	color: #FFFFFF;
	font-size: 4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.contenuti {
	position:absolute;
	width: 500px;
	height: 500px;
	left: 400px;
	top: 200px;
	color: #FFFFFF;
}
.contenuti a {
	text-decoration:none;
	color:#FFFFFF;
}
.contenuti a:hover {
	color: #CCCCCC;
}
.contenuti h1{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
}
.contenuti h1:hover{
	font-weight: bold;
}
.contenuti h2{
	font-size: 1.1em;
	margin-bottom: 18px;
	margin-top: -9px;
	font-weight: normal;
}
.contenuti h3{
	font-size: 1.2em;
	text-align:right;
}
.contenuti p{
	font-size: 1.2em;
}

