﻿/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	background:#fff;	
}
a {
	color:#900;	
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
h1 {
	color:#900;
}
h2 {
	color:#999;
}
h3 {
	color:#999;
}
/* template */
#contenitore {
	width:940px; 
	margin:auto;
}
#sx {
	float:left; 
	width:200px;
}
#dx {
	float:left; 
	width:200px;
}
#contenuti {
	float:left; 
	width:500px; 
	text-align:justify; 
	line-height:22px; 
	margin-right:20px; 
	margin-left:20px;
}
/* top */
#top {
	width:auto; 
	height:200px; 
	background:url("images/bg.jpg");
}
#top1 {
	width:940px; 
	height:200px; 
	background:url("images/logo-il-parco-dei-pini-bed-and-breakfast.jpg"); 
	margin:auto;
}
/* menutop */
#menutop {
	width:940px;
	margin:auto;
}
#menutop ul {
	width:940px;
	height:35px;
	line-height:35px;
	padding:0px;
	margin:0px;
	background:#bb0101;
}
#menutop ul li {
	float:left;
	height:35px;
	margin:0px;
	list-style:none;
}
#menutop ul li a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
	height:35px;
	line-height:35px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:8px;
	padding-top:8px;
}
#menutop ul li a:hover {
	color:#444;
}
#menutop ul li:hover {
	background:#fff;
}
#menutop ul li:hover a {
	color:#444;
}
/* banner */
.slideshow { 
	position:relative; 
	height:262px; 
	width:940px; 
	margin:auto;
}
.slideshow img { 
	position:absolute; 
	left:0; 
	top:0; 
}
/*
#slideshow {
    position:relative;
    width:940px; 
    height:262px;
	margin:auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
*/
/* menusx */
#titlesx {
	width:auto; 
	border:1px solid #999; 
	height:30px; 
	line-height:30px; 
	color:#666; font-weight:bold; 
	font-size:13px; 
	padding-left:10px;
	background:url("images/sx.jpg");
}
#sxcontainer {
	width:auto; 
	border:1px solid #999; 
	color:#666; 
	padding:10px;
}
#sxcontainer ul {
	margin:0px; 
	padding:0px; 
	list-style:none;
}
#sxcontainer ul li {
	width:auto; 
	padding-bottom:7px; 
	padding-top:7px; 
	border-bottom:1px solid #aaa;
}
#sxcontainer ul li a {
	color:#666;
	text-decoration:none;
}
#sxcontainer ul li a:hover {
	color:#900;
	text-decoration:underline;
}
/* linkdx */
#titledx {
	width:auto; 
	border:1px solid #999; 
	height:30px; 
	line-height:30px; 
	color:#666; font-weight:bold; 
	font-size:13px; 
	padding-left:10px;
	background:url("images/dx.jpg");
}
#dxcontainer {
	width:auto; 
	border:1px solid #999; 
	color:#666; 
	padding:10px;
}
#dxcontainer ul {
	margin:0px; 
	padding:0px; 
	list-style:none;
}
#dxcontainer ul li {
	width:auto; 
	padding-bottom:7px; 
	padding-top:7px; 
	border-bottom:1px solid #aaa;
}
#dxcontainer ul li a img {
	border:0px;
}
/* prenotazioni */
.pre {
	clear:both;
}
.pre1 {
	float:left;
	width:170px;	
	background:#fff;
}
.pre1 strong {
	font-size:10px;
	color:#666;
}
.pre2 {
	float:left;
	clear:right;
	width:320px;	
	background:#fff;
	border-bottom:10px solid #fff;
}
.pre2 input[type=text] {
	width:300px;	
}
.pre2 textarea {
	width:300px;
	height:150px;	
}
.pre2 span {
	font-size:10px;	
	color:#666;
}
/* bottom */
#bottom {
	width:940px;
	margin:auto;
}
#bottom1 {
	width:720px;
	float:right;
}
#menubottom {
	width:720px;
	background:#bb0101;
	color:#fff;
}
#menubottom ul {
	width:720px;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
}
#menubottom ul li {
	float:left;
	height:25px;
	margin:0px;
	list-style:none;
}
#menubottom ul li a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
	height:25px;
	line-height:25px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	padding-top:6px;
}
#menubottom ul li a:hover {
	color:#444;
}
#menubottom ul li:hover {
	background:#fff;
}
#menubottom ul li:hover a {
	color:#444;
}





















