@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
html, body {
	margin:0px;
	overflow:hidden;
	height:100%;
}

#main_container {
	width:100%;
	background-color:#FFFFFF; 
	height:100%;	
	overflow:auto;	
}

	#main_container .content_wrapper {
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}
	
	#main_container .spacer { 
		height:30px;
	}

#nav_menu_wrapper { 
	height:20px;
	width:100%; 
	
	
	bottom:0px;
	position:absolute;
	
	
	overflow:hidden;
}

	#nav_menu_wrapper .nav_menu { 
		height:18px; 
		width:800px;

		
		margin-left:auto;
		margin-right:auto;	
		
		
		background-color:#EEEEEE;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #EEEEEE;
	}

	
		#nav_menu_wrapper .nav_menu ul {
			margin-top:3px;	
		/*	margin-left:auto;
			margin-right:auto;*/
			list-style:none;
			
		}
		
		#nav_menu_wrapper .nav_menu li {
			display:inline;
		}
		
		#nav_menu_wrapper .nav_menu li a {
		/*	padding-top:3px; 
			padding-bottom:5px;
			padding-left:9px;			
			padding-right:9px; */
			margin-left:10px;
			margin-right:10px;
		}
		
		#nav_menu_wrapper .nav_menu a:link, #nav_menu_wrapper .nav_menu a:visited {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			color:#333333;
			text-decoration:none;
			background-color:#EEEEEE;
		}

		#nav_menu_wrapper .nav_menu a:hover {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			color:#333333;
			text-decoration:none;
			background-color:#FFFFFF;
		}

/*Codice originale*/
body{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}

#menu{
padding:5px;
}

a{
color:#999999;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.titolo{
font-size:14px;
font-weight:bold;
}
.titolo_argomento{
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0px 0px 8px 0px !important;
color:#999999;
}

.form_norm{
border:2px solid #333333;
width:500px;
background-color:#F0F0F0;
padding-top:10px;
padding-bottom:10px;
}

th{
background-color:#999999;
}

#menu{
font-size:12px;
line-height:20px;
}

.nobordo{
border:0px;
padding:0px !important;
width:100px;
background-color:#999999;
}

.importante{
color:#990000;
}

.argomento{
color:#999999;
}

.argometnocliccato{
color:#333333;
}

.foto{
width:150px;
float:right;
border:2px solid #999999;
margin-left:10px;
margin-bottom:10px;
}

.foto2{
width:200px !important;
border:2px solid #999999 !important;
margin:0px 0px 11px 0px !important;
}

.data{
color:#999999;
font-size:8px;
}

.autore{
color:#999999;
}

.notizia{
clear:both;
margin:0px 0px 0px 0px;
}

.box_dx{
width:200px;
float:right;
margin:0px 4px 10px 10px;
}
.box_dx img{
border:0px;
margin:0px 0px 0px 0px;
}

.indietro{
margin:0px 0px 24px 0px;
clear:both;
}
.indietro div{
margin:0px !Important;
height:10px;
width:100%;
clear:both;
}

.separatore_home{
width:100%;
height:30px;
margin:6px 0px 10px 0px;
background-image:url(img/strip_elemento.gif);
background-repeat:repeat-x;
}

.check_div{
width:60px;
height:60px;
margin-right:4px;
float:left;}

/*Footer*/

#footer{
width:750px;
height:50px;
background-image:url(img/foot-stri.gif);
background-repeat:repeat-x;


}

.p_footer{
color:#999999;
margin:0 auto;
text-decoration:none;
}
.link_footer{
color:#999999;
text-decoration:none;
}
.link_footer:hover{
color:#333333;
text-decoration:none;
}

#cerca{
width:167px;
padding-top:20px;}
#cerca span{
font-size:11px;
font-weight:bold;
}

.formcerca{
width:167px;
padding-bottom:6px;
padding-top:6px;
}
.formcerca a{
cursor:pointer;
}

.in_search{
height:15px;
border:1px solid #CCCCCC;
}
.sub_sea{
margin-top:2px;
background-color:#FFFFFF;
width:30px;
color:#999999;
font-size:10px;
text-align:center;

}




