/* Copyright 2007 Lightage */ 
html, body{
	margin: 0; 
	padding: 0;
	border: 0;
	background: #eeeeee url(gfx/gradiente_bottom.jpg) repeat-x;
	background-position: 0% 104%;
} 

h1,h2 {
	text-align: center;
	font: 15px arial, sans-serif;
	color: #5FBFDF;
	font-weight: bold;
	border-bottom: 1px dotted #C4AE7C;
	padding-bottom: 6px;
}

.contenuti h1 a {
	color: #5FBFDF;
	text-decoration: none;
}

.contenuti h1 a:hover {
	color: #777777;
	text-decoration: none;
}

h3 {
	text-align: center;
	font: 12px arial, sans-serif;
	color: #777777;
	font-weight: bold;
	border-bottom: 1px dotted #C4AE7C;
	padding-bottom: 6px;
}

h3 a {
	color: #777777;
	text-decoration: none;
}

h3 a:hover {
	color: #5FBFDF;
	text-decoration: underline;
}

img {
	padding: 2px;
	border: 1px solid #676767;
}

img:hover {
	padding: 2px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

input, textarea {
	border: 1px solid #e6ead5;
	background: #ffffff;
	font: 12px arial, sans-serif;
	color: #777777;
	padding: 0 3px;
	margin-bottom: 6px;
}


#pagina{
	width:994px;
	min-height: 250px; 
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto; 
}

#logo{
	float: left;
	width:200px;
	height: 200px;
	padding: 0;
	margin: 4px 4px 0 4px;
	background: #FFFFFF url(gfx/logo.jpg) no-repeat center center;
}

.finestralogin{
	float: left;
	width:180px;
	padding: 10px;
	margin: 4px 4px 0 4px;
	background: #FFFFFF;

	font: 12px arial, sans-serif;
	color: #777777;
}

.finestralogin ul {
	display: block;
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(gfx/bullet_star.png);
}

.finestralogin a:link, a:active, a:visited {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

.finestralogin a:hover {
	color: #5FBFDF;
	text-decoration: none;
}

#sotto{
	float: left;
	width:944px;
	height: auto;
	padding: 4px 0 4px 8px;
	margin: 4px 0 0 4px;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #777777;
}

#sotto a {
	color: #777777;
	text-decoration: none;
}

#sotto a:hover {
	color: #777777;
	text-decoration: underline;
}

#colonnasx{
	width:200px;
	min-height: 250px;
	padding: 0;
	margin: 0;
	float:left; 
	position:relative;
}

#colonnadx{
	float: left; 
	display:inline; 
	position: relative; 
	width:750px;
	margin: 2px 2px 0 8px;
}





.menutop{
	float: left;
	width: 250px;
	height: 90px;
	padding: 0;

}

.menutop UL {
	display: block;
	margin: 0; 
	padding: 0;
}

.menutop UL LI {
	display: block;
	margin: 2px 2px 2px 0;
	padding: 0;
}

.menutop UL LI A {
	font: 15px arial, sans-serif;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 224px;
	padding: 12px;
	background: #FFFFFF;
}

.menutop UL LI A:hover {
	color: #5FBFDF;
}





#paginazione_top{
	float: left; 
	width:748px;
	height: 20px;
	text-align: center;
	font: 10px arial, sans-serif;
	color: #777777;
}

.paginazione_bottom{
	float: left; 
	width:748px;
	height: 20px;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #777777;
}

.contenuti{
	float: left; 
	width:728px;
	margin: 2px 0 2px 0;
	background: #FFFFFF;
	font: 12px arial, sans-serif;
	color: #777777;
	padding: 10px;
}

.contenuti ul {
	display: block;
	margin-left: 10px;
	padding-left: 20px;
	list-style-image: url(gfx/bullet_star.png);
}


.contenuti a:link, a:active, a:visited {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

.contenuti a:hover {
	color: #5FBFDF;
	text-decoration: none;
}

.schedapiccola{
	position: relative;
	margin: 10px;
	float:left;
	width: 220px;
	text-align:center;
	background: url(gfx/gradiente.jpg) repeat-x;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
