@import "gen_home.css";
@import "gen_listino.css";
@import "gen_invia.css";
@import "gen_sospesi.css";
@import "gen_contact.css";
@import "gen_galleria.css";

html,body {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
form {
	display: inline;
}
input {
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#C3D9EA;
	border: 1px solid #000000;
}

h5 {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 0px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	color: #2952A5;
}
#pagina {
	width: 100%;
	height: 100%; 
	min-height: 100%;
}
.img_rosso {
	border: 1px dotted #FF0000;
}
.img_blu {
	border: 1px dotted #2661DD;
}
#header {
/*	position:relative;*/
	width: 100%;
	height: 90px;
	border-bottom: 3px solid #2952A5;
}
#header #logo {
	background: #FFF url(sf_header_logo.gif) no-repeat top left;
	position: relative;
	width: 232px;
	height: 87px;
	float: left;
}
#header #logo img {
	margin: 20px 14px 0 0;
}
#header #banner {
	background: #2952A5 url(sf_header_banner.gif);
	position: relative;
	height: 87px;
}

/*------ NAVIGAZIONE ----------*/
#navigazione {
/*	position: relative;*/
	background-color: #00802D;
	border-top: 1px solid #9CD773;
	border-bottom: 1px solid #9CD773;
	width: 100%;
	height: 16px;
	font-size: 11px;
	margin-top: 3px;
}
#navigazione #principale {
	position: relative;
	width: 560px;
	left: 10px;
	float: left;
}
#navigazione #lingua {
	position: relative;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a.lingua {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
a.lingua:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #FFF;
}

a.principale {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #9CD773;
	float: left;
	padding: 3px 7px 3px 5px;
}
a.principale:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #C0F699;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #9CD773;
	float: left;
	padding: 3px 7px 3px 5px;
}
/*------ NAVIGAZIONE FINE ----------*/
/*------ CORPO -----*/
#corpo {
	position: relative;
	margin-top: 5px;
	width: 100%;
	background:transparent url(sf_corpo.gif) no-repeat top left;
}
#corpo #contenuto1 {
	position: relative;
	width: 230px;
	float: left;
}

#corpo #contenuto1 #descr {
	position: relative;
	top: 10px;
	left: 5px;
	width: 225px;
}
#t_descr {
	height: 100px;
}
#corpo #contenuto1 #descr #t_descr, #corpo #contenuto1 #descr #riep_ord {
	margin: 10px 0 0 10px;
}

#corpo #contenuto2 {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 225px;
}
/*------ CORPO FINE -----*/
/*------ BOTTOM -----*/
#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 5px;
	width: 100%;
	background: #2954A2 url(sf_bottom.gif) left top;
	height: 90px;
}
/*------ BOTTOM FINE -----*/
/*----- TESTI -----*/
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2952A5;
	font-weight: bold;
}
.errore {
	color:#FF0000;
	font-weight: bold;
}
/*----- TESTI FINE -----*/

#gallery_foto {
	width: 650px;
	height: 330px;
	position: relative;
	top: 10px;
	left: 30px;
	overflow: auto;
}
.elenco_foto {
	float: left;
	text-align:center;
}