@charset "UTF-8";
/* CSS Document */
body  {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #CCC;
	margin: 0;
	padding: 0;
	color: #000000;
}
ul {
    padding: 15px;
}
a:link img{
	border:0px;
}
a:visited img{
	border:0px;
}
a:hover img{
	border:0px;
}
a:active img{
	border:0px;
}

#sidebar1 {
	position:fixed;
	top:0px;
	left:0px;
	width: 180px; 
	height:100%;
	background: #000; 
}
#container {
	position:absolute;
	padding:opx;
	top:0px;
	left:180px;
	width: 800px;
	height: 6200px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
} 
#container2 {/* container pagina nel container frame */
	width: 800px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#green_right {/* container pagina nel container frame */
	position:absolute;
	left:950px;
	top:0px;
	width: 200px;
	height: 500px;
	background-color:#666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 


#mainContentLeft {/* barra lat sfondo righe */
	float:left;
	width:100px;
	border:0px;
} 
#ContentLeft{/* contenuto barra lat */
	border:0px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
} 

#mainContentRight {
	float:right;
	width:700px;
} 
#ContentRight{/* div contenuto principale */
	top:0px;
	left:0px;
	border:0px;
	padding-left:20px;
	padding-right:20px;
	height:auto;

} 
/* ++PAGINA TIPO++ */
#Title{/* titolo pagina */
	border:0px;
	padding-left:20px;
	padding-right:20px;
	font-size:24px;
	font-weight:bold;
} 
#Picture{/* foto pagina */
	border:0px;
	padding-left:20px;
	padding-right:20px;
} 
#ContentPage{/* div contenuto principale */
	border:0px;
	padding-left:0px;
	padding-right:0px;
	font-size:12px;
	font-weight:normal;
	height:auto;
	background-color:#fff;
} 

/* ++IL MENU PRINCIPALE++ */
#line1px {
	width:100%;
	height:1px;
	background-color:#fff;
	padding:0px;
}
#menu,
#menu a
{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	color: #fff;
}
#menu a:hover {/*mouse over*/
}

/* ++IL MENU SECONDARIO++ */

#menu2,
#menu2 a
{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	background-color:#000;
	color: #fff;
}
#menu2 a:hover {/*mouse over*/
	color: #000;
}
/*++VOCI DEL MENU++*/


#menuPag1 a:hover {/*mouse over*/
	background-color: #42B649;/*culoare fond*/
}
#menuPag2 a:hover {/*mouse over*/
	background-color: #09F;/*culoare fond*/
}
#menuPag3 a:hover {/*mouse over*/
	background-color: #C6F;/*culoare fond*/
}
#menuPag4 a:hover {/*mouse over*/
	background-color: #FF0;/*culoare fond*/
}
#menuPag6 a:hover {/*mouse over*/
	background-color: #09F;/*culoare fond*/
}




#menu2Text a:hover {/*mouse over*/
	background-color: #fff;/*culoare fond*/
}

#linkVideo, #linkVideo a, #linkVideo a:hover {
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	display:inline;
	background-color:#000;
	color: #FF0;
}


/*++CLASSES++*/
/*links menu principale*/
.link1 {
height:40px;
line-height:40px;
width:100%;
}
.link1 a:hover {
display:block;
}
.spaceMenu {/*spazio destra per i testi del menu principale*/
margin-right:20px;
}

/*links menu secondario*/
.link2 {
height:20px;
line-height:20px;
width:100%;
}
.link2 a:hover {
display:block;
}
.spaceMenu2 {/*spazio destra per i testi del menu secondario*/
margin-left:5px;
}

.pag1 {
	color: #42B649;
}
.pag2 {
	color: #09F;
}
.pag3 {
	color: #C6F;
}
.pag4 {
	color: #0F0;
}
.pag5 {
	color: #F90;
}
.pag6 {
	color: #09F;
}
