html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #ccc;
	color: #444;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

p,code,ul {
	padding-bottom: 7px;
	line-height:20px;
}

li {list-style: none;}

h1 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #be0004;
	font-size:10;
}

#flash {
	background: #FFFFFF;
	height: 215px;
	width: 895px;
}

/* elenco puntato */
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #F16D01;
	color: #666666;
	display: block;
	line-height:20px;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 5px;
	white-space: pre;
	margin-left: 10px;
	padding-left: 10px;
	padding: 10px;
}

blockquote {
	border: 1px solid #EEE;
	background: #FFF;
	border: 1px solid #EEE;
	display: block;
	padding: 10px;
}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background: #FFF;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 895px;
}
.main {
	border-top: 4px solid #FFF;
	width: 895px;
}
.prenotazioni {
	border-top: 4px solid #FFF;
	width: 895px;
}
.hr {
	color: #CCCCCC;
}
.top {
	background: url(img/bg.jpg) repeat-x;
	padding: 50px 10px 0;
}

/* separatore */

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 0em 0em 1.0em 0em;
clear: both;
}
.divider2
{
position: relative;
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin: 0em 0em 1.0em 0em;
clear: both;
}

/* contenuto pagina */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 600px;
}
.content .descr {
	color: #664;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 10px; 
	margin:5px 5px 0px 0px;
}
.orange {
	color: #FF9900;
	font-weight: bold;
}
.green {
	color: #a5d400;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-size:12px;
}
.black {
	color: #333333;
	font-size:12px;
}

/* testo nome appartamento */
.content h1 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #be0004;
	font-size:16px;
	padding-bottom:5px;
}
/* titoletti scheda appartamento */
.content h2 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #9a9999;
	font-size:24px;
	padding-bottom:5px;
}
/* titoletti contatti */
.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #587c00;
}
/* titolo categoria */
.content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #FFFFFF;
}
.content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #FF6600;
	text-decoration: none;
}
/* footer*/
.footer {
	background: #fff url('images/border2.gif') repeat-x;
	padding-top:15px;
	padding-bottom:5px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: center;
}

.footer a,.footer a:hover {
	color: #999999;
}

/* bordo immagine scheda appartamento*/
.img_left {	
	border:#CCCCCC 1px solid;
	margin:8px 8px 0px 8px;
	padding:3px;
	float:left;
}
.img_right {	
	border:#CCCCCC 1px solid;
	margin:8px 8px 0px 8px;
	padding:3px;
	float:right;
}

/* firma studio */
.studio{ 
	margin: 0 auto;
	margin-top:10px;
	width:895px;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
}
.studio a{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
}
.studio a:hover{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:center;
}

