@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.hide {
	display: none;
}

.clear {
	clear:both;
	}
	
ul {
	list-style-type: square;
	margin: 15px;
}

ol {
	margin: 15px;
}

p {
	margin-bottom: 10px;
}

html, body {
	height: 100%;
	background-color: #2F2423;
	}
	
a:link, a:visited {
	font-size: 18px;
	color: #CCC;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	}
	
.continua a:link, .continua a:visited {
	font-size: 12px !important;
	color: #F00 !important;
	}
	
.continua a:hover {
	color: #ccc !important;
	}
	
#singola a:link, #singola a:visited {
	font-size: 18px !important;
	color: #F00 !important;
	}
	
#singola a:hover {
	color: #666 !important;
	}
	
#sottomenu_campioni a:link, #sottomenu_campioni a:visited {
	font-size: 14px;
	}
	
.little-link a:link, .little-link a:visited {
	font-size: 9px !important;
	color: #F00 !important;
	}
	
.little-link a:hover {
	color: #ccc !important;
	}
	
.normal-link a:link, .normal-link a:visited {
	font-size: 13px !important;
	color: #F00 !important;
	}
	
.normal-link a:hover {
	color: #ccc !important;
	}
h4 a:link, h4 a:visited {
	font-size: 20px !important;
	color: #666 !important;
	}
h4 a:hover {
	color: #ccc !important;
	}
	
#contenitore {
	width: 820px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px; /* il valore negativo indica il valore del footer TENGO CONTO DI 2px di border-bottom */
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	}
	
#header {
	height: 312px;
	margin: 0 5px 70px 5px;
	padding-top: 10px;
	background: url("../images/background-header.png") top left repeat-x;
	text-align: center;
	}
	
#contenuto {
	height: auto;
	}
	
#menu {
	float: left;
	width: 240px;
	height: auto;
	border-right: 1px solid #FF0000;
	padding: 0px 28px 200px 0px;
	text-align: right;
	letter-spacing: 1px;
	line-height: 23px;
	color: #F00;
	font-size: 18px;
	text-decoration: none;
	}
	
#menu ul {
	margin: 0;
	list-style-type: none;
	}
	
#menu li {
	padding-top: 8px;
	border-bottom: 1px solid #ebebeb;
	}
	
#sottomenu_campioni {
	color:#F00;
	font-size: 14px;
	}
	
#campioni {
	color:#F00;
	}
	
#singola {
	font-size: 14px;
	}
	
#testo {
	width: 490px;
	float: left;
	padding: 5px 28px 30px 28px;
	border-left: 1px solid #FF0000;
	margin-left: -1px;
	height: auto;
	}

#testo h3 {
	color:#F00;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
	}
	
#testo h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 25px;
	}
	
.h4-testo {
	color: #999;
}
	
#testo h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 25px;
	}
	
.dati {
	padding: 10px 0px 25px 0px;
	border-bottom: 1px solid #CCC;
	line-height: 19px;
	}
	
.dati img {
	width: 135px;
	float: left;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 3px 13px 8px 0;
	}
	
#footer {
	clear: both;
	position: relative;
	width: auto;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	padding: 100px 0px 20px 0px;
	background: url("../immagini/back-footer.jpg") bottom left repeat-x;
	margin:0 5px;
	}
	
fieldset {
	border:0;
	padding:0;
	margin:0;
	}
	
input {
	width: 98%;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	background-color: #ebebeb;
	margin-bottom: 1px;
	padding:3px 0;
	}
	
textarea {
	width: 98%;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
	background-color: #ebebeb;
	margin-top:0;
	padding:3px 0;
	}
	
.submit{
	color: #333;
	background-color: #DDD;
	text-align: left;
	padding-left: 0;
	font-size: 13px;
	cursor: pointer;
	}
