/*stili struttura stampa */
#testata
{
	background-image: url(../immagini/grafica/cielo_stampa.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 120px;
	overflow: hidden;
	background-position: top;
}

#content
{
	overflow: visible;
	padding-top: 0px;
	position: static;
}

#container
{
	width: 650px;
	height: 100%;
	margin: 0px auto;
	overflow: visible;
	position: static;
	height: auto;
}

#main
{
	position: static;
	height: auto;
	overflow: visible;
}

#menuBg
{
	display: none;
}

#slideImg
{
	height: 407px;
}

#menu
{
	margin-left:25px;
	margin-top:25px;
	border: 0px;
	padding: 0px;
	width: 200px;
}

#menu #logo
{
	display: block;
	position: static;
	width: 200px;
}

#menu div
{
	display: none;
}

#menuSx
{
	display: none;
}

#content
{
	background-color: white;
	background-image: none;
	
}

#mainContent
{
	margin-left: 20px;
	margin-right: 20px;
	overflow: visible;
	position: static;
	height: auto;
}

#mainContent h1
{
	color: #1D2C6D;
}

#underContent
{
	display: none;
}

#toolsCat
{
	display: none;
}

#intestazioni
{
	display: block;
	color: white;
	/*position: absolute;
	left: 220px;*/
	float:right;
	font-weight: bold;
	margin-top:47px;
	margin-right: 90px;
}
