/* CSS Document */

body {
	margin: 0px;
	background-image: url(img/sfondo_ombra.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	width : 755px;
	position : relative;
	margin : 0 auto 0 auto;
	padding : 0;
}
#content {
	width: 755px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5A;	
}
#base {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content a:link, #content a:active, #content a:visited {
	text-decoration:none;
	color:#993300;
}
#content a:hover {
	text-decoration:none;
	color:#333333;
}
#tab_home {
	height: 20px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;	
}
#tab_home h1, #tab_appartamenti h1 {
	margin: 0px;
}
#tab_home p, #tab_appartamenti p {
	margin: 0px;
}
#tab_prodotti p {
	margin: 0px;
	color: #FFEFBC;
}
.testo_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.no_repeat {
	background-repeat: no-repeat;
	background-position: center top;
}
.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFEFBC;
}
.tipologia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#tab_prodotto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

