/* Elementi Generali */
h1
{
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	color: #edc03d;
	padding-top: 10px;
	margin: 0;
	text-align: center;
}
h2
{
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	color: #edc03d;
	padding-top: 10px;
	margin: 0;
}
h3
{
	font-family: Impact;
	font-size: 16px;
	font-weight: normal;
	color: #edc03d;
	padding-top: 10px;
	margin: 0;
}
h4
{
	font-size: 14px;
	font-weight: normal;
	color: #edc03d;
	padding: 0;
	margin: 0;
}
h6
{
	color: #edc03d;	
	font-size: 12px;
	font-style: italic;
	padding: 0;
	margin: 0;
}
p
{
	text-align: justify;
	color: #ffffff;
}
a
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	color: #edc03d;
	width: 100%;
}
img
{
	border: solid 2px #edb922;
}
.barra
{
	background-image: url(../images/BarraOrizzontale.png);
	background-repeat: no-repeat;
	background-position: center center;
    height: 12px;
    padding-top: 20px;
}
/* Elementi immagini */

Div#DivMenu
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
}
Div#DivContatti
{
	background-image: url(../images/contatti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	padding-top: 10px;
}
Div#DivAreaPrivata
{
	background-image: url(../images/areaprivata.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	padding-top: 10px;
}
Div#DivNewsletter
{
	background-image: url(../images/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	padding-top: 10px;
}
Div#Div5xMille
{
	background-image: url(../images/5xmille.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	padding-top: 10px;
}
Div#DivIntro
{
	 margin-left: auto;
	 margin-right: auto;
	 padding-top: 200px;
	 width: 600px;
}
.DivImageFrameDx
{
    width: 180px;
    height: 130px;
    float: right;
	margin-right: 5px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.DivImageFrameProfilo
{
    width: 180px;
    height: 220px;
    float: right;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.BoxPiccoloMiddle #submitbutton {
    background-image: url(../images/Button.png);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    background-color:transparent;
    padding-bottom:4px;
    float:left;
    margin-left:4px;
    margin-top:6px;
    width:152px;
    height:35px;
    text-align:center;
    cursor:pointer;
}
.BoxMedioMiddle #submitbutton {
    background-image: url(../images/Button.png);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    background-color:transparent;
    padding-bottom:4px;
    float:left;
    margin-left:26px;
    margin-top:6px;
    width:152px;
    height:35px;
    text-align:center;
    cursor:pointer;
}
#submitbutton:hover {
    background-image: url(../images/ButtonHover.png);
    background-position: center center;
    background-repeat: no-repeat;
}