/* CSS Document */

html,body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(img/sfondo.png) top left repeat-y;

	}
	
/* contenitore complessivo a 800x600 */

#wrapper{
	position: absolute;
	width:780px;
	height:480px;
	top:0px;
	left:0px;
	background:url(img/sfondo.png) top left repeat-y;
}
	

/* colonna sinistra con loghi e menu verticale */

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:480px;
	text-align:left;
}
	
	#menuvert {
		position:absolute;
		left:90px;
		top:50px;
		width:160px;
		text-align:left;
		}
	#menuvert-finestre {
		position:absolute;
		left:90px;
		top:50px;
		width:260px;
		text-align:left;
		}
	

	#pupa{
		float:left;
		width:100%;
		height:160px;
		padding-left:5px;
		padding-top:4px;
		background:url(img/pupattola.png) top left no-repeat;
		text-align:left;
		top:320px;
	}

	#n3 {
		position:absolute;
		width:80px;
		height:auto;
		top: 490px;
		left: 0px;
		padding-left:5px;
	}
	
	#menuoriz {
		position:absolute;
		right:3px;
		top:0px;
		height:30px;
		width:400px;
		}
		
	#highlight {
		position:absolute;
		right:10px;
		top:50px;
		width:268px;
		height:45;
		}
	
	#contenuto {
		position:absolute;
		text-align:left;
		width: 350px;
		top: 120px;
		left: 160px;
		}

	#contenuto-finestra {
		position:absolute;
		text-align:left;
		width: 350px;
		top: 150px;
		left: 160px;
		}

	#contenuto_sponsor{
		position:absolute;
		text-align:left;
		width: 550px;
		top: 120px;
		left: 160px;
		}
	
	
	#colonna_form {
		position:absolute;
		width:198px;
		height:350px;
		top:125px;
		right:10px;
		}
		
	
			#form {
				background:url(img/red.png);
				height:20px;
				width: 198px;
				text-align:right;
			}
			
			#form.img {
				vertical-align:middle;
				}
			
			li {
				list-style: url(img/spacer.gif);
				}
				
			input {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#A7081A; 	
				border: 1px solid #fff;
			}
			
			select {
				width:134px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#A7081A;
				text-align:left;
				border: 1px solid #fff;
				}
				
			td.left {
				background:url(img/reg.png);
				}
			
			td.right {
				background:url(img/white.png);
			}	

			td.finestra {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				text-align: left;
				font-size:11px;
				color:#FFF;
				vertical-align: top;
				border: 2px solid #FF0000;

			}
	
		
/* fine colonna destra con menu orizzonatale e form di ricerca */
	
	#interno {
		position:absolute;
		right:26px;
		top:150px;
		width:75%;
		text-align:left
		}
		
.testo {
	font-size:11px;
	color:#FFF;
}

	
.testomenu{		
	font-size: 10px;
	font-weight: bold;					
	color: #B0081B;		
	text-decoration: none;		
	}		

.testomenu:hover{		
	color:#FFF;		
	text-decoration: overline;		
	background:#B0081B;	
	}
	
.testo_credit {
	font-size:10px;
	color:#FFF;
}

.testo-scheda-eng {
	font-size:11px;
	color:#CCCCCC;
	font-style:italic;

}

.credit_link {		
	font-size: 10px;
	font-weight: bold;					
	color: #FFF;		
	text-decoration: none;
	}
	
.credit_link:hover {		
	color:#B0081B;		
	text-decoration: overline;		
	background:#FFF;	
	}	

/* tag stylati */

a {	
	font-weight:bold;
	color:#B0081B;
	text-decoration:underline;
	}

a:hover {
	background:#B0081B;
	color:#FFFFFF;
	text-decoration: overline;
	}
.tabella-programma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.data-programma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B0081B;
	background-color: #FFFFFF;

}
