<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Onsitus.it - template css gratuito - esempio 11:
Altri layout gratuiti:
http://css.flepstudio.org/css-templates/
Copyright: Se usate questo template, grazie per lasciare queste informazione o un link back ad onsitus.it Ã¨ sempre il benvenuto*/

body{
	margin:0;
	padding:0;
	background-color:#FFF;
	font:12px/18px Arial, Sans Serif;
	text-align:justify;
	color:#25262A;

}
/*link style*/
a{
	outline:none;
	color:#000;
	
	font:12px/18px Arial, Sans Serif;;
}
/*read more link*/
a.read_more{
display:block;
margin-top:10px;
text-align:right;
color:#2A5372;
}
.left_item a.read_more{
color:#FFF;
}
/*general style image*/
img{
	border:none;
	text-align: center;
	text-decoration: none;
}
/*title style*/
h1,h2,h3{
margin:0;
padding:0;
font-family:"Arial Narrow", Arial, Sans Serif;
}
h1{
	font-size:12px;
}
h2{
font-size:20px;
}
h3{
font-size:18px;
margin-bottom:20px;
}
/*list style*/
ul{
list-style:square;
}
/*clearfix - http://css.flepstudio.org/css-tutorials/clearfix.html*/
.clearfix{
clear:both;
}
/*main contenitore*/
#contenitore{
	width:500px;
	margin:auto;
	text-align: center;

	
}
/*header*/
#header{
margin-top:40px;
position:relative;
}
#logo{
	text-align: center;
	width: 472px;

}
/*menu header-footer*/
#menu{
position:absolute;
right:0;
top:0;
}
#menu a, #footer_menu a{
	padding:0 25px;
	border-right:1px solid #CCCCCC;
	text-decoration:none;
	font-size:13px;
	color:#333333;
	text-align: center;
}
#menu a:hover, #menu a.selected, #menu a:hover.selected{
color:#B61616;
}
#menu a.last{
border-right:none;
}

/*images row*/
#images{
	margin:0;
	text-align: center;
}
#images a{
	padding:5px 3px;
	float:left;
	position:relative;
	text-decoration:none;
	color:#333333;
	margin-left: 3px;
	width: 400;
}
#images a.last_img{/*x Internet Explorer 6 - impostato a l'ultima immagine - applied to the last image*/
padding-right:0;
}
#images a img{
padding:5px;
border:1px solid #CCCCCC;
}
#images a span{
display:none;
}
#images a:hover span{
display:block;
width:156px;
height:20px;
position:absolute;
bottom:8px;
left:1px;
background:url(../img/images_bg.jpg) repeat-x;
line-height:18px;
}
#images a:hover img{
	opacity:0.7; /*proprietÃ&nbsp; opacity - http://css.flepstudio.org/css3/opacity.html*/
	filter: alpha(opacity=60);
}
/*left column-colonna sinistra*/
#left_col{
float:left;
width:440px;
}
.left_item{
background:#7D0F0F url(../img/left_item_bg.jpg) repeat-x top left;
padding:20px;
margin-bottom:20px;
border:2px solid #CCC;
font-size:11px;
color:#FFF;
}
/*right column-colonna destra*/
#right_col{
float:left;
width:400px;
padding:20px;
}
.right_item{
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #CCC;
}
.right_item img{
float:left;
padding:5px;
margin-right:10px;
border:1px solid #CCC;
}
/*footer*/
#footer{
	text-align:center;
	padding:0px;
	border-top:1px solid #CCC;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
#contenitore #images table tr td p {
	text-align: center;
}
</pre></body></html>