/* @override http://www.gardena.net/entwurf/belaval/style/stylebyGardenaNet.css */

/* Elementi con bordo inferiore aggiunto */

iframe, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, form, label, legend, fieldset {
	margin-bottom: 10px;
}

/**** STILI GENERALI *****/

body {
	background-color: #FBF1C0;
}

body, table, tr, th, td, select, input {
	font-family: Verdana;
	font-size: 12px;
	color: #3f3f3f
}

p {
	line-height: 150%;
}

li {
	line-height: 20px;
	list-style-type: none;
	background: url(../images/icon-li.gif) no-repeat left 5px;
	padding-left: 20px;
}

h1 {
	color: #8D2F40;
	font-weight: bold;
	font-size: 18px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #8D2F40;
}

a:hover, a.active {
	text-decoration: underline;
	color: gray;
}

.info {
	
}

a.info {
	
}

a.info:hover {
	
}

table.header {
	background: url(../images/header-texture.gif) repeat-x 0 top;
}

/**** MENU *****/

ul#menu {
	list-style-type: none;
	padding: 20px 0 0;
	width: 195px;
	height: 220px;
	background: url(../images/menu-bg.jpg) no-repeat left top;
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

ul#menu li {
	margin: 0px;
	padding: 0px;
	background: none;
	line-height: 19px;
}

ul#menu li a {
	display: block;
	border-bottom: 1px solid #b8b8a2;
}

ul#menu li a:link, ul#menu li a:visited {
	text-decoration: none;
	color: #314565;
	background: url(../images/icon-menu-on.gif) no-repeat right center;
}

ul#menu li a:hover, ul#menu li a:active {
	background-color: #314565;
	color: white;
	background-image: none;
}

/* POSIZIONE */

p.auto, p.treno, p.aereo, p.bus, p.googleearth {
	background: url(../images/icon_car.gif) no-repeat left center;
	text-transform: uppercase;
	margin-bottom: 0em;
	display: block;
	padding-left: 30px;
}

p.auto {
	background-image: url(../images/icon_car.gif);
}

p.treno {
	background-image: url(../images/icon_train.gif);
}

p.aereo {
	background-image: url(../images/icon_fly.gif);
}

p.bus {
	background-image: url(../images/icon_bus.gif);
}

p.googleearth {
	background-image: url(../images/icon_googleearth.gif);
}

/* FOTO */

/* foto elementi comuni */

.fotosx, .fotosx2, .fotodx, .fotodx2, .foto {
	margin-bottom: 10px;
}

/* foto in float */

.fotosx {
	margin-right: 10px;
	float: left;
}

.fotodx {
	margin-left: 10px;
	float: right;
}

/* foto non in float */

.fotosx2 {
	margin-right: 10px;
}

.fotodx2 {
	margin-left: 10px;
}

/* foto standard senza float o margini */

.foto {
	margin: 0px;
	padding: 0px;
	float: none;
}

/**** FOOTER ****/

table.footer {
	background: url(../images/footer-texture.gif) repeat-x 0 top;
}

.footer {
	color: #707070;
	text-decoration: none;
	font-size: 11px;
}

.footer a:link, .footer a:visited {
	color: #707070;
}

.footer a:hover, .footer a:active {
	color: #314565;
	text-decoration: underline;
}

.editing, .editing a:link, .editing a:visited {
	color: #c9c19a;
	font-size: 11px;
}

/* GOOGLE MAPS */

#map {
	overflow: hidden;
	width: 100%;
	height: 400px;
	color: #333333;
}

/* COVER */

table.coverheader {
	background: url(../images/cover-texture.jpg) repeat-x 0 top;
}

/* x menu in block IE inserire misura fissa */

* html ul#menu a {
	width: 195px;
}