@charset "utf-8";
/* CSS Document */

/*---------Stile generale ---------*/
		body{
			margin:0px;
			min-width:715px;
			display:table;
			font-size:12px;
			width:100%;
			font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
		}
		
		a:link{
			text-decoration:none;
		}
		
		a:hover{
			text-decoration:underline;
		}
		
		h3, h2 {
			background:url(../images/pattern.png);
			padding:3px;
			margin-top:0px;
		}
		
		.padding20{
			padding:20px;
		}
	
		.padding10{
			padding:10px;
		}	
		
		.box, div.article .img, #article_full .img{
			padding:5px;
			margin-left:5px;
			margin-right:5px;
			margin-bottom:5px;
			background:url(../images/bkg_box.png) repeat-x top left;
		}
		
		#article_full{
			min-height:400px;
		}
		
		div.box div.titolo{
			font-weight:bold;
			text-align:left;
		}
		
		div.footer{
			font-size:10px;
		}
		
		.breadcrumb{
			background:url(../images/bkg_box.png) repeat-x top left;
		}
		
		.breadcrumb, .breadcrumb a{
			padding:5px;
			font-size:12px;
		}
		
		div#menu, div#topmenu{
			background:url(../images/bkg_box.png) repeat-x top left;
			color:white;
		}
		
		div#topmenu{
			font-size:10px;
		}
		
		
		div.article{
			padding:5px;
			background:url(../images/bkg_art.png) repeat-x top left;
			margin:5px;
			border:1px dotted;
		}
		
		div.article div.titolo{
			font-size:18px;
		}
		
		div.article div.snippet, div.article div.immagine{
			padding:5px;
		}
		
		div .opzioni{
			background:url(../images/pattern.png);
			padding:3px;
			font-size:10px;
		}
		
		#dropmenudiv, #dropmenudiv a, ul.ddmenu ul{
			background:url(../images/bkg_box.png) repeat-x top;
		}
		

