/*STRUTTURA CONTENITORE*/

.conten
{
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 200px;
	top: 4%;
	font-size: 20px;
  	color: #9f9db6;
	border:0.1px solid #000;
	
}

.header
{
	width: 924px;
	height: 100px;
	float: left;
	text-align: center;
	background-image: url(imgs/header1.png);
}

.logo
{
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
 	background-color:#3300CC;
	
}

/*menu' alto*/

.menu
{
	width: 1024px;
	height: 25px;
 	background-color:#336aff;
}

.qualepagina
{
	width: 499px;
	height: 25px;
 	background-color:#336aff;
	float:right;
 	color: #9f9dff;
	text-align: center;
}

.menuElem
{
	width: 100px;
	height: 25px;
	float: right;
 	background-color:#336aff;
 	color: #9f9db6;
	text-align: center;
	
}

.menuSpace
{
 	width: 5px;
 	height: 25px;
 	background-color:#3300CC;
 	float:right;
}

/*menu' laterale*/

.menul
{
	width: 200px;
	height: 643px;
 	background-color:#336aff;
	float: left;
	border:0.1px solid #3300CC;
}
.menulSpace
{
	width: 200px;
	height: 5px;
 	background-color:#3300CC;
	float: left;
}
.menulElem
{
	width: 200px;
	height: 25px;
	background-color:#336aff;
 	color: #336aff;
	float: left;
	
}



.footer
{
	width: 1024px;
	height: 50px;
	float:left;
}

/*STRUTTURA CONTENUTO*/

.text
{
	width: 800;
	height: 630;
  	color: #9f9db6;
	font-size: 16;
	float:right;	
	position: absolute;
	left: 210px;
	top: 131px;
}


/*SFONDI*/

.bgblue
{
	background-color:#000066;
}
/*testo*/

.colore1
{
	color:#9999CC
}


a:link    {text-decoration: none; color:#0000c0}
a:visited {text-decoration: none; color:#400060}
a:hover   {color:#000040}
