

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#1176C4;
	font-size:16px;
}

a
{
	text-decoration:none;
}

label, input
{
	display:block;
}

a.login
{
	background-color: #FFFFFF;
	color: #1176C4;
	display: block;
	float: left;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	margin-top: 8px;
	padding: 9px;
	text-align: center;
	width: 64px;
}

a:hover
{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

div#main-site
{
	width: 828px;
	height: 690px;
	
	background-image:url(../images/bgr_site.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -446px;
	margin-top: -375px;
	padding:35px;
}

@media screen and (max-height: 726px) {
        div#main-site
		{
			top:0;
			margin-top:0;
		}
} 

header
{
	text-align:center;
	height:130px;
	border-bottom:solid 1px #1176C4;
}

#main-container
{
	width:100%;
	float:left;
}

#main-container
{
	width:100%;
	float:left;
}

section.left-section
{
	background-color:#1176C4;
	float:left;
	width:268px;
	padding:18px;
	color:#FFF;
	height:225px;
	position:relative;
	z-index:100;
}

.address
{
	line-height:18px;
}


.address a
{
	color:#FFF;
}

section.main-section
{
	width:488px;
	padding:18px;
	float:right;
}

section.main-section h1
{
	font-size:34px;
	font-weight:bold;
}

section.main-section h2
{
	font-size:26px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
}

section.main-section ul
{
	font-size: 24px;
	margin: 0;
	padding: 0;
	list-style:none;
}

section.main-section ul li
{
	margin-bottom:10px;
	list-style:none;
}

article.reserved p
{
	border-bottom: 1px solid #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 13px;
	padding-bottom: 4px;
}

article.reserved input[type=text],
article.reserved input[type=password]
{
	background-color: #FFF;
	border: 0 none;
	font-size: 13px;
	padding: 3px;
	width: 260px;
	color:#1176C4;
	margin-bottom:7px;
}

p.orari {
    font-size: 20px;
    line-height: 25px;
    padding-top: 40px;
}

span.firma
{
	float:right;
	font-size:14px;
	margin-top:20px;
}

footer
{
	background-image:url(../images/footer.jpg);
	width:820px;
	height:300px;
	float:left;
}

.bottone_submit{
	background-color:#1176c4;
	padding:8px 15px;
	color:#ffffff;
	font-family:arial;
	border-color:#ffffff;
	border-width:1px;
	margin-top:10px;
	float:right;
	
}








