/*

 ------------------------------------------------------------

	CMS_CONTENT_STYLE.CSS	Foglio stile per TestCMS



	Data:  07-09-2005

 ------------------------------------------------------------

*/

div#mainarea {
	background-image: url(/custom_cms/images/sf-pag.gif);
	background-attachment: fixed;
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 399px;
	overflow: hidden;
	z-index: auto;
}
div#contimgarea {
	background-color: gray;
	border-bottom: 1px solid #d1d0d0;
	height: 280px;
	position: absolute;
	top:0;
	left: 0;
	width: 760px;
	overflow: hidden;
	z-index: auto;
}
div#maincontarea {
	height: 93px;
	width: 760px;
	position: absolute;
	top: 280px;
	right: 0;
	z-index: auto;
	overflow: auto;
	margin-top: 13px;
	padding-left: 16px;
}

#maincontarea a:link, #maincontarea a:visited {
	color: #545151;
}

#maincontarea a:hover {
	color: gray;
}

.contimg {
cursor: pointer;
}

