/*
 * Copyright hotelaldini.com
 * - 2009 -
 * 
 * PRINT VERSION
 * 
 * */


/* GLOBAL ELEMENTS */

* {margin:0;padding:0;}  
img {border:0;}

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size: small;
}

a:link, a:visited {
	color:#7A4142;
	text-decoration:underline;
}



/*  HEADER  */

div#header {
	width:682px;
	height:70px;
	padding-top:30px;
	background:#FFF5E5 url(../img/footer_bk.gif) repeat-x top left;
	text-align:center;
	font-size:large;
	font-weight:bold;
}

div#site_url {
	font-size:small;
	font-weight:normal;
}


/* HEADER NAVIGATOR */

div#header_nav {
	display:none;
}


/* PHOTO BAR */

div#photo_bar {
	height:125px;
}

/* CONTENT  */

div#content {
	width:682px;
	vertical-align:top;
	min-height:500px;
	height:auto !important; /* per correggere bug min-height IE5 e IE6 */
	height:500px;
	background:#FFFFFF url(../img/content_bk.gif) repeat-x top left;
}



div#content div.title {
	float:left;
	padding:25px 0px 0px 30px;
	width:140px;
	color:#F28729;
	font-size:large;
}

div#content div.text {
	padding:30px 40px 30px 190px;

}


/* PRENOTAZIONE */


div#prenotazione iframe {
	border:none;
	width:690px;
	height:1200px; 
	margin-left:35px;

}

.bk_white {
	background:#FFFFFF !important;
}

/* FOOTER */

div#footer {
	width:682px;
	min-height:58px;
	height:auto !important; /* bug IE5 e IE6 */
	height:58px;
	background:#FFF5E5 url(../img/footer_bk.gif) repeat-x top left;
	text-align:center;
	color:#39372A;
}

div#footer img {
	vertical-align:middle;
	margin-left:4px;
	margin-right:4px;
	text-decoration:none;
}

div#footer a:link,div#footer a:visited {
	color:#984950;
	text-decoration:none;
}


div#footer span {
	position:relative;
	top:5px;
}

span#language, span#print, span.separator {
	display:none;
}


div#foot_line2 span.separator {
	display:inline;
	margin-left:6px;
	margin-right:6px;
}

div#contact {
	margin-top:8px;
}



