/* menu primo livello */
@import url(menu_uno.css);
/* /menu primo livello */
@import url(news.css);

body{
	background-color: #f2eae0;
	text-align: center;
}


	
#contenitore {
	position: absolute;
	width: 900px;
	height: 500px;
	left: 50%;
	top: 30px;
	margin: auto;
	margin-top: 0px;
	margin-left: -450px;
	text-align: left;
	/*background-color: #fff;*/
}

#titolo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 80px;
	background-image: url(../img/titolo-trans.png);
	background-repeat: no-repeat;

	margin: 0px;
	padding: 0px;
}

#titolo_en{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 80px;
	background-image: url(../img/titolo_en-trans.png);
	background-repeat: no-repeat;

	margin: 0px;
	padding: 0px;
}

#titolo, #titolo_en a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}

#titolo h1, #titolo h2, #titolo_en h2, #titolo_en h1{ visibility: hidden; }

#contenuti{
	position: absolute;
	top: 90px;
	left: 150px;
	width: 750px;
	height: 500px;
	margin: 0px;
	background-color: #fff;
}

#sidebar{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 150px;
	height: 500px;
	margin: 0px;
	text-align: center;
}

#language{
	display: block;
	position: absolute;
	left: 40px;
	top: 135px;
	z-index: 999;
	
	width: 150px;
	height: 20px;
	
	
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	color: #333333;
	font-style: italic;
}

#language a, #lang a:active, #lang a:link, #lang a:visited{
	color: #333333;
	text-decoration: none;
}

#language a:hover{
	color: #000000;
	text-decoration: underline;
}

#pre_foto {
	display: block;
	margin-top: 10px;
	width: 750px;
	height: 168px;
		
	background-image: url(../img/intro.gif);
}

#pre_foto_en {
	display: block;
	margin-top: 10px;
	width: 750px;
	height: 168px;
		
	background-image: url(../img/intro.gif);
}

#testo, #second_box {
	display: block;
	 
	width: 340px;
	min-height: 350px;
	
	padding-left: 25px;
	
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	float: left;
	color: #333;
}

#testo a, #testo a:link, #testo a:visited, #testo a:active{
	color: #333;
	text-decoration: underline;
}

#testo a:hover{
	color: #000;
	text-decoration: underline;
} 

#footer{
	font-size: 9px;
	color: #666;
	font-family:Arial; 
	
	display: block;
	position: static;
	width: 750px;
	height: 100px;
	background-color: #f2eae0;
	clear: both;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover{
	color: #666;
	text-decoration: underline;
} 

.filler {
	display: block;
	background-color: #ffffff;
	min-height: 500px;
}

#zoes {
	width: 96px;
	height: 86px;
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 50%;
	margin-left: 345px;
}

/*ul, li, div, span, p { behavior: url(http://www.bcpt.com/user/demo/cmd/iepngfix.htc) }*/