@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(../img/bg_body3.gif) repeat-x center top;
	text-align: center;
	font-size: 69%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#header {
	background: transparent url(../img/bg_top_body.jpg) repeat-x left top;
}
h1{font-size: 2em; font-weight:normal;}
h2{font-size: 1.8em; font-weight: normal;}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}
h5{font-size: 1em;}
h6{font-size: 0.85em;}
input, textarea {font-size:1em; font-family: Verdana, Arial, Helvetica, sans-serif;}

a, a:link {color: #600;}
a:visited {color: #600;}
a:hover {color: #f00;}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height:1.3em;}

/* margini e padding */
html, body{margin: 0;padding: 0}
h1, h2, h3, h4, h5, h6{margin: 0; }
address, blockquote, dl, form,
fieldset, table, pre, div {margin: 0; padding:0;}
p {margin: 0.2em 0;}
ul {margin-top: 0.2em; margin-bottom: 0.2em;}


/*** classi generiche ***/

.color-red {color: #FF0000;}
.color_1 {color: #FF6500;}
.color_2 {color: #EDB340;}
.color_3 {color: #FFCC66;}
.big {font-size: 1.3em;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}
.smaller {font-size: 0.85em; line-height: 1.2em;}

img {border:0;}
.foto {padding:2px; border: 1px solid #FF6500; background-color: #FFFFFF;}

.clr {clear: both; }
.clr_left {clear: left;}
.no-dim {	height:0;	line-height: 0;	margin:0 !important;	padding: 0 !important;}
.fl-left {float:left;}
.fl-right {float: right;}

.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align: center !important;}

.sp-top {margin-top: 0.5em;}
.sp-bottom {margin-bottom:0.5em;}
.sp-left {margin-left:0.5em;}
.sp-right {margin-right:0.5em;}

.dsp-top {margin-top:1em;}
.dsp-bottom {margin-bottom:1em;}
.dsp-left {margin-left:1em;}
.dsp-right {margin-right:1em;}

.box_50 {width:48%;}

.border-dot { border-bottom: 1px dotted #999; }

/********/

#page {
/*	background: transparent url(../img/bg_header2.jpg) no-repeat -8px 28px;*/
	background: transparent url(../img/bg_header3.gif) no-repeat 14px 28px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#cielo {
	position: absolute;
	top:0;
	left:0;
}
#right_col {
	float: right;
	width: 442px !important;
	width: 397px;
}
#left_col {
	margin-right: 442px !important;
	margin-right: 0;
	float: none !important;
	float:left; /* IE6 */
	color: #FFF;
	padding-top: 130px;
}
#logo {
	height: 208px;
	width: 100%;
	background: transparent url(../img/bg_logo2.gif) no-repeat left top;
	padding: 37px 0 0 45px;
}
#link_home {
	display: block;
	height: 30px;
	margin: 0 62px 0 -25px;
}

/*** bottoni ****/
#group_btn_top {
	height: 104px;
	padding-top: 6px;
}
.btn_menu {
	float: right;
	margin-right: 10px;
}
.btn_menu a,
.btn_menu a:link,
.btn_menu a:visited {
	display: block;
}
.btn_menu a:hover {}
#group_btn_bottom .btn_menu a,
#group_btn_bottom .btn_menu a:link,
#group_btn_bottom .btn_menu a:visited,
#group_btn_bottom .btn_menu a:hover {

}

/*** news ***/
#news {
	color:#FFFFFF;
	position:absolute;
	right:0;
	top:291px;
	width:173px;
}

/*** sinistra ***/
#content_left {
	margin-left: 141px;
	border: 3px solid #FFF;
	border-right: 0;
	height: 404px;
	margin-bottom: 12px;
	background-color: #000;
	padding: 1em;
}
#foto_home {
	width: 294px !important;
	width: 290px;
}

/*** destra ***/
#content_right {
	background: transparent url(../img/bg_right.gif) repeat-y left top;
	padding: 1em 185px 0 1em !important;
	padding-right: 140px;
	height: 510px;
	position: relative;
}
#right_bottom {
	background: transparent url(../img/bg_right_bottom.gif) no-repeat left bottom;
	height: 10px;
}
#in_right {
	height: 86%;
	padding-right: 10px;
	overflow: auto;
}
#in_right p {
	padding: 0.3em 0;	
	text-align: justify;
}
#content_right #ferrara {
	background: transparent url(../img/ferrara.gif) no-repeat center bottom;
	height: 60px;
	position:absolute;
	bottom:0;
	left: 0;
	width: 257px;
}

/**** footer ***/
#footer {
	clear: both;
	color: #FFF;
	padding: 1em 183px 1em 0 !important;
	padding-top: 0;
	font-size: 1em;
	text-align: right;
}
*:first-child+html #footer {
	padding-top:0 !important;
}

/*** bandiere ***/
#flag_it,
#flag_en,
#no_smoking,
#btn_home {
	position:absolute;
	top: 252px;
	
}
#flag_it {
	right: 117px;
	z-index: 100;
}
#flag_en {
	right: 150px;
	z-index: 101;
}
#no_smoking {
	right: 80px;
	z-index: 102;
}
#btn_home {
	right: 0px;
	z-index: 103;
}

/*** camere ***/
.foto_camera {
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}
.foto_camera img {
	display: block;
	margin: 0 auto 10px;
}
#foto_thumb {
	margin-top: 10px;
}
#foto_thumb td {
	text-align: center;
	vertical-align: bottom;
	padding-top: 6px;
}
.link_thumb,
.link_thumb:link,
.link_thumb:visited {
	color: #ffcc66;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.link_thumb:hover {
	color: #FFF;
}
.link_thumb img {
	display: block;
	margin: 0 auto 5px;
}
#camera_4,
#camera_5,
#camera_6,
#camera_7,
#the {
	display: none;
}

/*** dove siamo ***/
#cartina_italia {
	padding: 0 20px 10px 0;
	float: left;
}
#t_dove {
	margin-top: 2px;
}
#t_dove td {
	text-align: center;
	width: 50%;
	padding: 5px 0;
}

/**** Ferrara ****/
#img_ferrara {
	margin: -12px;
	text-align: center;
}
#img_ferrara .ferrara_img {
	display: block;
	margin: 0 auto;
	border-bottom: 2px solid #FFF;
	padding: 4px 0;
}
#img_ferrara .last{
	border: 0;
}
.ferrara h4 {
	margin-top: 0.5em;
}
#link_divertimento,
#link_eventi,
#link_mostre,
#link_sport {
	display: none;
}

/*** Link utili ***/
.link_utili td {
	padding-bottom: 7px;
}
.link_utili td.l {
	vertical-align: middle;
	padding-left: 10px;
}
#in_left .link_utili td.l h4 {
	color: #FC6;
}
#in_left .link_utili td.l a,
#in_left .link_utili td.l a:link,
#in_left .link_utili td.l a:visited {
	color: #FFF;
}
#in_left .link_utili td.l a:hover {
	color: #FC6;
}
#in_left .link_utili {
	margin:0 !important;
	margin-left: -5px;
}


/**** OFFERTE ****/
.offerte td {
	padding-bottom: 7px;
}
.offerte td.l {
	vertical-align: middle;
	padding-left: 10px;
}
#in_left .offerte td.l h4 {
	color: #FC6;
}
#in_left .offerte td.l a,
#in_left .offerte td.l a:link,
#in_left .offerte td.l a:visited {
	color: #FFF;
}
#in_left .offerte td.l a:hover {
	color: #FC6;
}

/*** Contatti ***/
#contact_form input {
	width: 135px;
	height: 1.2em;
	font-size: 0.9em;
}
#contact_form input.small {
	width: 50px;
}
#contact_form textarea {
	width: 100%;
	height: 30px;
	font-size: 0.9em;
	font-family:Verdana, Geneva, sans-serif;
}
#contact_form td.label {	
	padding-right: 10px;
}
#conferma_invio {
	text-align: center;
	padding-top: 20px;
	font-size: 1.2em;
}
#conferma_invio a,
#conferma_invio a:link,
#conferma_invio a:visited {
	color: #FC6;
}
#conferma_invio a:hover {
	color: #FFF;
}
#tratt_dati input {
	width: auto;
}
input#submit {
	width: 89px;
	height: 33px;
	padding-left: 15px;
}

/**** POPUP *****/

body.popup {
	background-color: #000;
	color: #FFF;
	background-image: none;
	text-align: left;
	line-height: 1.3em;
	margin: 15px;
}
body.popup h3 {
	margin-bottom: 1em;
	line-height:1.5em;
}
body.popup p {
	line-height: 1.5em;
	padding: 0.3em 0;;
}

/* MENU HOME */
a.btnRed, a.btnOcra, a.btnOrange {width: 80px; height: 40px; text-decoration: none; padding: 25px 5px; text-align: center;font-size: 14px; font-weight: bold; letter-spacing: -1px; line-height: 20px; vertical-align: middle; color: white;  background-repeat: no-repeat}
a.btnRed {background-image: url(../img/btn_red.gif);}
a.btnOcra {background-image: url(../img/btn_ocra.gif);}
a.btnOrange {background-image: url(../img/btn_orange.gif);}