/* CSS Document */

body {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eaeaea;
	}

/* riformulazione tag generici */

h1 {
    width: 130px;
    height: 127px;
    float: left;
    margin:0; padding: 0;
    }

h1 span{ display: none; }

h2{	margin:0; padding: 0; display: none; }

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f00;
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-style: italic;
    }
	
h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    padding: 0;
    }
	
p{
    margin: 0 0 10px 0;
    padding: 0;
    }

img {border: 0px;}
    
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold; 
	color: red; 
}

a:hover{
	text-decoration: none;
	font-weight: bold;
	color: red;  
}

/* classi e ID di impaginazione */

#contenitore {
		text-align:left;
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: #eaeaea url(../immagini/sfondo4.gif) no-repeat;
	background-position: top;
	/*
	position: relative;
	left: 24px;
	top: 1px;*/
	}
	
#sito{
    /* height: 440px;*/
	margin: 0; padding: 0;
    }
	
#testa {
	width: 820px;
	height:147px;
	margin: 0; padding: 0;
	background-image: url(../immagini/chisiamo.gif);
	background-repeat: no-repeat;
	background-position: center top;		
	} 


#menu {margin: 0px; padding: 0;clear: both;height: 15px;}

#menuprincipale {
    font-size: 11px;
	width: 560px;
	height: 15px;
	margin : 0 0 0 145px;
	border: 0; padding: 0;
	} 

#menuprincipale ul {
    margin: 0; padding: 0;
    white-space: nowrap;
    float: left;}
    
#menuprincipale .largo{ 
    margin-left: 70px;}

#menuprincipale ul li {
    display: inline;
    list-style: none;
    margin: 0; padding: 0;
	}
	
#menuprincipale a {
    margin: 0;
	padding: 0 10px 0 0;
	width: 80px; height: 24px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
	
#menuprincipale a:hover, #menuprincipale .attivo{ color: red;}

#contenuto {
	height: 448px;
	margin: 0;
	padding: 0 130px 0 130px;
	text-align: left;
	background: url(../immagini/patchsemilavorati.jpg);
	background-repeat: no-repeat;
    background-position:  0 -1px;
    /*background-position: 0 -4px!important;*/
	clear: left;
}

#sottomenubianco {
	width: 560px;
	height: 15px;
	font-size: 11px;
	margin: 3px 0 5px 0;
	padding: 0; border: 0;
	display: block;
	} 

#sottomenu ul {
	float: left;
	font-size: 11px;
	width: 560px;
	list-style: none;
	line-height: 1;
	background: white;
	padding: 0;
	height: 15px;
	border: solid #e4e4e4;
	border-width: 0 0 1px 0;
	margin: 0 0 1em 0;
	z-index: 30;
	/*text-align: right;*/
}

#sottomenu a {
	display: block;
	width: 9em;
	w\idth: 8em;
	color: #333;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

#sottomenu a.daddy { background: url(../immagini/frecciadestra.gif) center right no-repeat; }

#sottomenu li {
	float: left;
	padding: 0;
	width: 9em;
}

#sottomenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 14em;
	font-weight: normal;
	border-width: 0.2em;
	margin: 0;
	text-align: left;
}

#sottomenu li li {
	padding-right: 1em;
	width: 13em;
}

#sottomenu li ul a { width: 11em; }

#sottomenu li ul ul {
	margin: -1.75em 0 0 14em;
}

#sottomenu li:hover ul ul, #sottomenu li:hover ul ul ul, #sottomenu li.sfhover ul ul, #sottomenu li.sfhover ul ul ul {
	left: -999em;
}

#sottomenu li:hover ul, #sottomenu li li:hover ul, #sottomenu li li li:hover ul, #sottomenu li.sfhover ul, #sottomenu li li.sfhover ul, #sottomenu li li li.sfhover ul { left: auto; }

#sottomenu li:hover, #sottomenu li.sfhover {
	background: #e4e4e4;
	color: #f00;
}

#sottomenu .attivo{ color: #f00; }
	
/* #contenuto {
	
	overflow: none;} */
	
.testolargo{
    height: 360px;
    margin: 0px;
	padding: 0 20px 0 100px;
	overflow: auto;
	}

#sinistra {
	width: 160px;
    float: left;
	display: block;
	text-align: left;
	margin: 0; padding: 0;
}

#destra {
    width:425px;
    height: 320px;
    float: right;
	margin: 15px 0 5px 0;
	padding: 0 25px 0 0;
	overflow: auto;
	/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 420px;
	} 

/* Again, "be nice to Opera 5". */
body>#destra  { width: 420px; }

#destra img {
margin: 15px 0 10px 0;}

#tabella {
    width:565px;
    height: 320px;
    float: right;
	margin: 15px 0 10px 0;
	padding: 0 5px 0 0;
	overflow: auto;
	/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 560px;
	} 
/* Again, "be nice to Opera 5". */
body>#tabella  { width: 560px; }

/* tabelle */

caption{ color: #333; }

#playlist {
	font-family: "lucida grande", verdana, sans-serif;
	}

#playlist tbody tr td {
	color: #333333;
	font-size: 10px;
	text-align:center;
	padding: 3px 3px;
	}
	
#playlist tbody th {
		color: white;
		background: #f00;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
	}
	
#playlist .titolo td{
	color: #333;
	font-size:16px;
	}

.testocentrato { text-align: center; }

hr{ margin: 5px 0 8px 0; }

#playlist tbody tr .adestra {
	color: #333333;
	font-size: 10px;
	text-align:left;
	padding: 3px 3px;
	}
