
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family: 'arial', sans-serif;

}

body {
	font-size: 14px;
	background-color: #aa0000;
/*
	background-color: #3f3f3f;
	background-image: url('../gfx/bg.jpg');
	background-repeat: repeat-x;
*/
}

body {
	behavior: url("/style/css/csshover3.htc");
}

/* struttura e layout pagina */

#titolo {
	font-size: 30px;
	color: #A00;
	margin-top: 40px;
	float: left;
	margin-left: 72px;
	border: 2px solid #A00;
	height: 55px;
	line-height: 55px;
	width: 725px;
	text-indent: 10px;
	text-align: center;
}

#containerext {
	border: 0px solid green;
	width: 1090px;
	margin: 0 auto;
	box-shadow: 0px 0px 35px 5px #fff;
	margin-top:80px;
}

#container {
	border: 0px solid green;
/* 	width: 1090px; */
	background-color: #fff;
}

#containerint {
	border: 0px solid purple;
/* 	border: 1px solid #444; */
}

#headerfirst{
	position: relative;
	width: 960px;
	height: 87px;
	background-image: url('../gfx/header.jpg');
}

#headeralto {
	position: relative;
	height: 100px;
	/*
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../header/foto1.jpg);
	*/
}

#headermedio {
	position: relative;
	border: 0px solid purple;
	height: 470px;
	/*background: #191919;*/
}

#headerbasso {
	border: 0px solid red;
	position: relative;
	height: 440px;
	padding: 0;
}


#maincontentext {
	
	position: relative;
}

#maincontent {
	border: 0px solid white;
padding-bottom: 10px;
padding-top: 10px;
	/*
	min-height: 643px;
	height: auto !important;
	height: 643px;
	*/
}

#maincontent2 {
	margin-left: 12px;
	border: 0px solid white;

}

.nocol_lat {
}

.okcol_lat {

	float: left;
	display: inline;
}

#col_lat {
	border: 0px solid yellow;
	float: left;
	display: inline;
	width: 350px;
	margin-left: 10px;
	text-align: center;
}

#col_lat_2 {
	border: 0px solid green;
	float: left;
	display: inline;
	width: 190px;
}

#footer {
	font-size: 18px;
	text-align: center;
	clear: both;
	color: #aa0000;
	border: 0px solid red;
/* 	padding-bottom: 5px; */
}

#footer A, #footer A:LINK, #footer A:VISITED, #footer A:HOVER {
	color: #3594db;
}

#footerfade {
	font-size: 1px;
	border: 0px solid red;
	height: 11px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/style/fixed/fadebottomhite.png');
}

#footerfade[id] {
	background-image: url(../fixed/fadebottomwhite.png);
}

#footerint {
	
	font-size: 10px;
	height: 25px;
	line-height: 24px;
   
}

#menubottom {
	font-size: 9px;
	text-align: center;
}

#menubottom A, #menubottom A:LINK, #menubottom A:VISITED, #menubottom A:HOVER {
	color: #8a2f07;
}

.textcont {

	color: #000;
    
    position: relative;
	width: 870px;
	margin: 0 auto;
}

.textcont A, .textcont A:LINK, .textcont A:VISITED {
	color: #696969;
}

.textcont A:HOVER {
	text-decoration: underline;
}

/*
.textcont {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/style/fixed/nero.png');
}

.textcont[class] {
	background-image:url(../fixed/nero.png);
}
*/

.skipintro {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

.skipintro A, .skipintro A:LINK, .skipintro A:VISITED, .skipintro A:HOVER {
	color: #fff;
}

#logo {
	float: left;
	width: 192px;
	height: 52px;
	top: 10px;
	position: relative;
	left: 25px;
}



