﻿body {
	font-family: Tahoma;
	font-size: 14px;
	text-align: justify;
	background-color: #ffcc66;
	margin-top: 0px;
	margin-bottom: 0px;
}
#div_contenitore {
	position: absolute;
	width: 760px;
	left: 50%;
	margin: 0 0 0 -380px;
}
#div_header {
	position: absolute;
	width: 760px;
	margin: 0 0 0 0;
	background-image: url('../../images/header_animated.gif');
	height: 171px;
	background-repeat: no-repeat;
}
#div_saluto {
	position: absolute;
	margin-top: 200px;
	padding-left: 15px;
}
#content_pre {
	position: absolute;
	width: 760px;
	height: 121px;
	margin-top: 196px;
	text-align: center;
	background-image: url('../../images/header.gif');
	background-repeat: no-repeat;
	background-color: White;
}
#div_menu
{
	position: absolute;
	width: 760px;
	margin-top: 170px;
	height: 26px;
	text-align: center; 
}
#contenuto
{
	position: absolute;
	width: 760px;
	text-align:center;
	margin-top:315px;
	background-color:#BDE032;

}
H1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: Maroon;
}
.testonero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.testoNormale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
#div_copyright
{
	position:relative; top: 80px;
}

#div_footer
{
	margin-bottom:0px;
	width:760px;
	height:119px;
	background-color:#FFFFFF;
	background-image:url('../../images/footer.gif');
}

/* CSS Accettazione Cookie */
div#cookieChoiceInfo {
	background-color: #1fe0c9 !important;
	color: #f72c1d;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia;
}

#cookieChoiceInfo > a:nth-child(2), a#cookieChoiceDismiss {
	color: #FFF;
	background: linear-gradient(to bottom, #fedede 4%, #e50909 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
	box-shadow: 2px 2px 2px #aaa;
	text-shadow: 1px 1px 1px #ccc;
	text-align: center;
	padding: 3px 12px;
	text-decoration: none;
	border-radius: 8px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
}

#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
	color: #FFF;
	box-shadow: 1px 1px 1px #aaa;
	text-shadow: 0px 0px 0px #ccc;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
