@font-face {
	font-family: "Century Gothic";
	src: url('fonts/Gothic.TTF');
}
body,html {
	margin:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#fdbf2b;
	color:#030303;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#layout {
	border:2px solid #015325;
	width:1008px;
	margin:auto;
	background-color:#fdfedc;
	margin-top:8px;
	margin-bottom:8px;
	overflow:hidden;
	position:relative;
}
div#footer {
	text-align:center;
	position:relative;
	width:1012px;
	margin:auto;
}
div#header {
	overflow:hidden;
}
h1#logo {
	display:block;
	margin:0px;
	position:relative;
	font-size:30px;
	width:404px;
	height:165px;
	float:left;
}
h1#logo span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:404px;
	height:165px;
	background:url('img/logo.jpg') no-repeat;
}
h2#descrizione {
	display:block;
	margin:0px;
	position:relative;
	font-size:20px;
	width:604px;
	height:165px;
	float:left;
	z-index:2
}
h2#descrizione span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:604px;
	height:165px;
}
h2#descrizione.IT span {
	background:url('img/descrizione-IT.jpg') no-repeat;
}
h2#descrizione.EN span {
	background:url('img/descrizione-EN.jpg') no-repeat;
}
h2#descrizione.DE span {
	background:url('img/descrizione-DE.jpg') no-repeat;
}
h2#descrizione.FR span {
	background:url('img/descrizione-FR.jpg') no-repeat;
}
div#lingua {
	height:42px;
	position:relative;
	z-index:5;
	text-align:center;
	width:130px;
	margin:auto;
	padding-right:6px;
	margin-bottom:4px;
}
div#lingua span {
	display:none;
}
div#lingua a {
	display:block;
	width:30px;
	height:30px;
	float:left;
	overflow:hidden;
	position:relative;
	line-height:30px;
	margin:6px;
	font-size:6px;
	z-index:0;
	text-align:center;
}
div#lingua a span {
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	z-index:20;
	cursor:pointer;
}
div#lingua a#EN span {
	background:url('img/EN.png') no-repeat;
}
div#lingua a#DE span {
	background:url('img/DE.png') no-repeat;
}
div#lingua a#FR span {
	background:url('img/FR.png') no-repeat;
}
div#lingua a#IT span {
	background:url('img/IT.png') no-repeat;
}
div#menu {
	border-right:2px solid #015325;
	width:187px;
	float:left;
	min-height:646px;
	background:url('img/menu-sf.jpg') repeat-x left top;
	height:100%;
        font-weight:bold;
}
div#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:8px;
	padding-left:35px;
}
div#menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:17px;
	filter:Shadow(Strength=2, direction=135, Color = #3f3f3f);
	padding-top:10px
}
div#menu ul li a {
	color:#064e25;
	text-shadow: 2px 2px 5px #fff;
}
div#container {
	float:left;
	width:819px;
	border-left:2px solid #015325;
	margin-left:-2px;
}
div#right {
	width:204px;
	float:left;
	background:url('img/content-sf.jpg') no-repeat right top;
	padding-top:70px;
	padding-left:6px
}
div#content {
	width:559px;
	float:left;
	min-height:616px;
	padding-left:30px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px
}
div#box-header {
	width:198px;
	height:14px;
	background:url('img/box-header.gif');
}
div#box-footer {
	width:198px;
	height:19px;
	background:url('img/box-footer.gif');
}
div#box {
	width:168px;
	background:url('img/box-sf.gif');
	overflow:hidden;
	padding:0px 18px 0px 12px;
}
div#box h4 {
	margin-top:0px;
	margin-bottom:12px;
	font-style:italic;
	font-size:16px;
	color:#014b22
}
div#box p {
	margin-top:0px;
	margin-bottom:12px;
	font-size:14px
}
div#box p span {
	font-size:11px;
	font-style:italic;
}
div#box div.link  {
	text-align:right;
	font-style:italic;
}
div#box div.link a {
	color:#030303;
}
div#footer a {
	color:#030303
}
div#copyright p {
	font-size:15px;
}
div#copyright {
	font-size:10px
}
div#content h1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight:normal;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0.75em;
	color:#014b22;
}
div#content h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0.70em;
	color:#014b22;
}
div#content h3 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0.65em;
	color:#014b22;
}
div#content a {
	color:#030303;
	font-weight:bold;
}
form#frmBooking table {
	border-collapse:collapse;
}
form#frmBooking table td {
	padding:0px;
	vertical-align:top;
	padding-top:6px;
	padding-bottom:6px
}
form#frmBooking input[type=text] {
	width:140px;
}
form#frmBooking textarea {
	width:140px;
	overflow:auto;
	height:70px	
}
form#frmBooking select {
	width:146px;
	margin:0px
}
form#frmInfo {
	width:440px;
	margin:auto;
}
form#frmInfo div.campoform {
	clear:left;
	padding-top:8px;
	padding-bottom:8px
}
form#frmInfo div.campoform div {
	float:left;
}
form#frmInfo div.campoform div.etichetta {
	width:180px
}
form#frmInfo input[type=text] {
	width:180px;
}
form#frmInfo textarea {
	width:180px;
	overflow:auto;
}
div#footer div.glifo {
	width:223px;
	height:265px;
	position:absolute;
	top:-240px;
	left:-31px;
	background:url('img/glifo-footer.png') no-repeat;
}
div#layout-glifo {
	width:1012px;
	margin:auto;
	position:relative;
	height:0px;
	margin-top:0px;
}
div#layout-glifo div.glifo {
	position:absolute;
	width:215px;
	height:247px;
	top:-9px;
	right:-62px;
	background:url('img/glifo-header.jpg') no-repeat;
	
}
*:first-child+html div#layout-glifo div.glifo /* solo IE 7.0 */ 
{ 
  top: -1px
}