/* CSS Document */

body{
	background-image:url(../img/sfondo.jpg);
	background-repeat:repeat-x;
	background-color:#530101;
	font-family:"Trebuchet MS", "Trebuchet MS Bold", Arial;
	font-size:11px;
	color:#666666;
	margin:0;
}

#wrapper{
	width:714px;
	margin-left:auto;
	margin-right:auto;
}


#language{
	text-align:right;
	height:20px;
}
#language a{
	color:#660000;
	text-decoration:none;
}

#language a:hover{
	color:#ffffff;
}

#logo{
	text-align:center;
	padding-top:30px;
}


#menu{
	height:27px;
	text-align:left;
}
#menu ul{
	padding:0;
	width:710px;
	float: left;
	margin:0;
}
#menu ul li{
	display:inline;
	text-align:center;
	width:115px;
	height:27px;
	line-height:25px;
	float:left;
}
#menu a{
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:none;
	font-weight: bold;
}

#menu a:hover{
	color:#E59744;
}


#fotoTop{
	width:714px;
}

#fotoTop .foto{
	width:156px;
	height:235px;
	border:solid 4px #E59744;
	float:left;
	margin-right:17px;
}
#fotoTop  #last{
	margin-right:0;
}

#content{
	text-align:left;
	clear:both;
	padding-top:15px;

}
#left{
	width:233px;
	height:260px;
	border: solid 3px #530101;
	display:block;
	float:left;
	margin-right:50px;
}

#tabellaPrenotazioni{
	margin-top:20px;
}

#testo{
	text-align:left;
	float:left;
	width:400px;
	padding-right:10px;
	text-align:justify;
	height:358px;
	overflow:auto;
	margin-bottom:8px;
}
#testo p.eventi{
	line-height:20px;
}

#testoLungo{
	text-align:left;
	float:left;
	width:710px;
	min-height:365px;
}

#testoLungo p.left{
	width:380px;
	float:left;
}
p.left input{
	width:250px;
	border:solid 1px #530101;
}
#testoLungo p.right{
	width:330px;
	float:left;
	height:140px;
}

#testo a{
	color:#530101;
	text-decoration:none;
	font-weight:bold;
}

.photocontainer{
	width:350px;
}

.photocontainer img{
	border:none;
	width:100px;
	height:69px;
}

#testo a:hover{
	color:#E59744;
}

table#prezzi{
	width:360px;
	border:solid 1px #E59744;
}

table#prezzi th{
	background-color:#E59744;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	color:#530101;	
}


table#prezzi td{
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	color:#666666;	
	border:solid 1px #E59744;
}


#footer{
	margin:auto;
	width:714px;
	text-align:center;
	color:#FFFFFF;
}