<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#333;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#470F11;
	line-height:20px;
}

#contenitore {
	margin:0 auto;
	width:990px;
}

#testata {
	width:970px;
	height:165px;
	margin:0;
	padding:0 10px;
	float:left;
	background-color:#FFF;
	background-image: url("../images/template/bg_testata.gif");
	background-repeat:no-repeat;
}

#testata h1{
	width:577px;
	height:165px;
	margin:0;
	padding:0;
	background-image: url("../images/template/osteria-la-sosta-di-pio-vii.gif");
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}

#testata h1 a{
	width:394px;
	height:65px;
	display:block;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#470F11;
	font-weight:normal;
	padding:100px 0 0 183px;
	text-decoration:none;
}

#testata h1 span{
	display:none;
}

#testata #dx{
	width:393px;
	height:165px;
	margin:0;
	padding:0;
	float:right;
}

#testata #dx #primo{
	width:167px;
	height:160px;
	margin:0;
	padding:5px 0 0 30px;
	float:left;
}

#testata #dx #secondo{
	width:186px;
	height:160px;
	margin:0;
	padding:5px 10px 0 0;
	float:right;
}

#slideshow {
	width:990px;
	height:300px;
	margin:0;
	padding:0;
	float:left;
	background:#333 url("../images/template/bg-slide.gif") no-repeat;
	overflow: hidden;
	position: relative;
}

#slideshow img {
	width:990px;
	height:300px;
	margin:0;
	padding:0;
}

#contenuto {
	width:970px;
	height:auto;
	margin:0;
	padding:0 10px;
	float:left;
	background-color:#FFF;
	background-image: url("../images/template/bg_contenuto.gif");
	background-repeat:repeat-y;
}

#contenuto #contenuto01 {
	width:910px;
	height:auto;
	margin:0;
	padding:30px;
	float:left;
}

#contenuto #contenuto01 #testo {
	margin:0;
	padding:25px 20px 15px 20px;
	text-align:center;
	float:left;
	background-image:url("../images/template/bg_testo.jpg");
	background-repeat:no-repeat;
}

#contenuto #galleria-foto {
	width:968px;
	height:190px;
	margin:0;
	padding:0;
	float:left;
	background-color:#ADA094;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

#contenuto #galleria-foto ul{
	width:910px;
	height:160px;
	margin:0;
	padding:10px 29px 10px 29px;
	list-style-type:none;
	float:left;
}

#contenuto #galleria-foto ul li{
	width:170px;
	height:160px;
	margin:0 5px 0 5px;
	padding:0;
	float:left;
	display:inline;
	background-color:#FFFFFF;
	border:1px dotted #470F11;
}

#contenuto #galleria-foto ul li a img{
	width:150px;
	height:138px;
	margin:10px;
	border:0;
}

#contenuto #footer {
	width:970px;
	height:auto;
	margin:0;
	padding:50px 10px 30px;
	float:left;
	background-color:#333;
	background-image:url("../images/template/bg_footer.jpg");
	background-repeat:no-repeat;
	color:#FFF;
	text-align:center;
}

#contenuto #footer a {
	color:#FFF;
	text-decoration:none;
}

#contenuto #footer a:hover {
	color:#ADA094;
	text-decoration:none;
}</pre></body></html>