﻿body{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #ffffff;
		color: #000000;
		}
		
		html{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #ffffff;
		color: #000000;
		}
		
		h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}


h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #60010c;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #60010c;
	text-align: center;
	background-color: #cccccc;
}
	

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-align:center;
    margin-top:1px;
	 background-color: #E4E4E4;
	 height: 25px;
	 vertical-align: middle;
	 text-align: center;
	 padding-top: 5px;
	 margin-bottom: 0px;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:  #000000;
    text-align:center;
    margin-bottom:5px;
    
}
	#container{
	background-color: #ffffff;

	width: 994px;
	margin: auto;
}
		#header{
background-color: #993300;
height: 114px;
text-align: center;
}

#logo{
float: left;

}
#scritta{
float: right;

}
		#sfondo-css{
		position:absolute;
		background-color: #151515;
		left: 0px; 
		top: 0px;
		height:100%;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 1;
		}
		
		
	#css{
		position: absolute;
		z-index: 2;
		top:0px;
		left: auto;
		color: white;
		overflow: auto;
		height: 100%;
		width: 100%;
		}
		

		#css a{
		color: white;
		}

#maincontainer{
margin: auto;
padding: 0;
margin-top:20px;
width: 1012px;
}


#top{
background-image: url(../bodytop.png);
width: 1012px;
height: 11px;}

#general{
background-image: url(../bodymain.png);
width: 1012px;

}
#bottom{
background-image: url(../bodybottom.png);
width: 1012px;
height: 16px;
}



#content{
background-color: #ffffff;

}

#sponsor{
	background-color: #ffffff;
	width: 150px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px dotted;
	border-color:#C0C0C0;
	

}
#slideshow{
background-color: #ffffff;
margin-left: 100px;

}

#textbox{
	margin-left: 150px;
	background-color: White;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	border-left:1px dotted;
	border-color:#C0C0C0;

	}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 280px;
}
ul { list-style-type: none;}



.read{
    text-align: right;
    padding-right: 10px;
}


p.info
{
padding: 0;
margin: 0;
}
#separatore {
background-color: #ffffff;
height: 10px;
}

#modulo {
background-color: #C40000;
float:right;
height:20px;
padding:5px;
color:#FFFFFF;
}
.button {
 
	/*basic styles*/
	width: 250px;  height: 50px;  color: white; background-color: #99CF00;
	text-align: center;  font-size: 30px;  line-height: 50px;
 
 
	/*gradient styles*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
	background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
 
	/*border styles*/
	border-left: solid 1px #c3f83a;
	border-top: solid 1px #c3f83a;
	border-right: solid 1px #82a528;
	border-bottom: solid 1px #58701b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700))
 
}
 
.button{
	font-size: 20px;
	line-height: 35px;
	font-family: helvetica, sans-serif;

}

.button p {
	font-size: 18px;
	line-height: 10px;
	font-family: helvetica, sans-serif;
}
 
a {
	text-decoration: none;
	color: #FF0000;
}
 
.button:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB700), to(#99CF00));
	background: -moz-linear-gradient(19% 75% 90deg,#99CF00, #6DB700);
}



#footer {
	background-color: #993300;
	height: 30px;
	color: #E3E3E3;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 12px;
}
