/*
Gardena.Net

Str. Dursan 27
I-39047 S. Cristina (BZ)
Tel. +39 0471 790007
Fax +39 0471 790006
Email: info@gardena.net
http://www.gardena.net

*/

/* SCREEN STYLE */

/* SELETTORE UNIVERSALE */

* {
	line-height: 150%;
}

/* STRUTTURA */

/* ricopiare body-font in form - vedi sotto */

body {
	text-align: center;
	background: #e5a543 url(../images/bg.jpg) no-repeat center top;
	color: white;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px solid #802625;
}

/* Elementi con bordo resettato */

body, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

/* Elementi con bordo inferiore aggiunto */

h1, h2, h3, h4, p, blockquote, form, label, fieldset, #contenuto ul, dl {
	margin-bottom: 10px;
}

/* LINKS */

a:link, a:visited {
	text-decoration: underline;
	color: white;
}

a:hover, a:active {
	text-decoration: none;
	color: #802625;
	background: #e5a543;
}

/* container che raggruppa tutto */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* centro - raggruppa menu contenuto info */

#centro {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
position: relative;}

/* MENU */

#menu {
	background: #802625 url(../images/menu_bg.jpg) no-repeat center bottom;
	width: 220px;
	text-align: center;
	margin-left: 200px;
	padding-top: 50px;
	padding-bottom: 70px;
	text-transform: uppercase;
	font-family: Georgia, Times New Roman, Times, serif;
	float: left;
}

* html #menu {
	margin-left: 100px;
}

#menu ul {
	list-style-type: none;
	text-align: left;
	margin-right: 30px;
	margin-left: 30px;
	border-top: 1px dashed black;
	margin-top: 60px;
}

#menu li {
	margin: 0px;
	background: url(../images/icon_li_menu.gif) no-repeat 10px center;
	padding: 0;
}

/* menu a in block con misura x IE */

#menu a:link, #menu a:visited {
	display: block;
	text-decoration: none;
	width: 130px;
	border-bottom: 1px black dashed;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu a:hover, #menu a:active {
	background: #e5a543 url(../images/icon_li_menu_hover.gif) no-repeat 10px center;
}

/* SCELTA LINGUE */

#language {
	font-size: 11px;
	float: left;
}

#language ul {
	list-style-type: none;
}

#language li {
	padding-left: 20px;
	background: url(../images/icon_li_footer.gif) no-repeat 5px center;
	margin-bottom: 5px;
}

#language a:link, #language a:visited {
	text-decoration: underline;
}

#language a:hover, #language a:active {
	text-decoration: none;
}

/* bandiere */

#language .it {
	background: url(../images/it.gif) no-repeat left center;
}

#language .de {
	background: url(../images/de.gif) no-repeat left center;
}

#language .en {
	background: url(../images/en.gif) no-repeat left center;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	margin-left: 460px;
	width: 540px;
}

* html #contenuto {
	margin-left: 457px;

}

#contenutofoto {
	padding-top: 120px;
}

#contenutotesto {
	background: #802625 url(../images/contenuto_bg.jpg) no-repeat right top;
	padding: 4px 20px 20px;
}

#contenuto p {
	text-align: justify;}

/* INFO COLONNA SECONDARIA */

#info {
	text-align: left;
	width: 160px;
	position: absolute;
	z-index: 10;
left: 0em;
top: 210px;}

* html #info {
	xmargin-left: -710px;

}

/* FOOTER */

#footer {
	background: #ce943c url(../images/footer_texture.gif) repeat-x;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a:hover, #footer a:active {
	background: transparent;
}

/* contenuto footer */

#infofooter {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;}

#logos {
	float: left;
	margin-left: 100px;
}

#logos img {
	margin-right: 10px;
}

/* forza float corretto */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* fine struttura di base */

/* TITOLI */

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, Times, serif;
}

/* h1 riservato x motori di ricerca */

h1 {
}

/* h2 titolo principale */

h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

/* sottotitolo */

h3 {
	font-size: 13px;
}

/* IMMAGINI */

img {
	border-spacing: 0;
	border: 0;
}

/* PARAGRAFO */

p {
	margin-top: 0;
}

/* TESTO */

.indirizzo {
	font-style: normal;
	line-height: 130%;
	margin-left: 460px;
	color: #1f1f1f;
	border-left: 1px solid white;
	padding-left: 20px;
}

.indirizzo a:link, .indirizzo a:visited {
	color: #1f1f1f;
}

.indirizzo:first-line {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: 0;
	height: 1px;
	background: white;
	color: white;
}

blockquote {
}

q {
}

acronym {
}

del {
}

ins {
}

/* LISTE */

ul {
	list-style-type: none;
}

ol {
}

li {
	padding-left: 30px;
	background: url(../images/icon_li.gif) no-repeat 10px 5px;
}

dl {
}

dt {
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e09534;
}

dd {
}

/* FORMS */

/* font da reinserire - vedi body */

form, fieldset, legend, label, input, textarea, select, option {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

form {
}

fieldset {
}

legend {
}

label {
}

input, textarea {
	background: #e09534;
	color: black;
}

textarea {
}

select {
}

option {
}

/* sfondi alternati form */

.form_sfondo1, .form_sfondo2 {
	padding: 4px;
}

.form_sfondo1 {
	background-color: #681317;
}

.form_sfondo2 {
	background-color: #55030d;
}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	border: 1px solid white;
	border-right-width: 0;
	border-bottom-width: 0;
	width: 99%;
	margin-bottom: 10px;
}

table.prezzi caption {
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
}

.prezzi th {
	background: #e09534;
	color: black;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-transform: uppercase;
}

.prezzi td {
	padding: 4px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-align: right;
}

.prezzi tr {
	background: #55030d;
}

/* sfondo alternato tabella */

.prezzi tr.riga2 {
	background: #802625;
}

/* FOTO */

.fotosx, .fotosx2, .fotodx, .fotodx2, .foto {
}

/* foto in float */

.fotosx {
	margin-right: 20px;}

.fotodx {
	margin-left: 20px;
	text-align: right;
	float: right;}

/* foto non in float */

.fotosx2 {
}

.fotodx2 {
}

/* foto standard senza float o margini */

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

/* GOOGLE MAPS */

#map {
	width: 100%;
	height: 400px;
}

#map p, 
#map h3{
color:#333333;
}

#map a:link, #map a:visited {
	text-decoration: underline;
	color: #333333;
}

#map a:hover, #map a:active {
	text-decoration: none;
	color: #333333;
	background: #e5a543;
}


/* POSIZIONE */

dt.auto {
	background: url(../images/icon_car.gif) no-repeat left center;
}

dt.treno {
	background: url(../images/icon_train.gif) no-repeat left center;
}

dt.aereo {
	background: url(../images/icon_fly.gif) no-repeat left center;
}

/* EDITING */

#editing {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#editing, #editing a:link, #editing a:visited {
	color: #d8a963;
}

#editing a:hover, #editing a:active {
	text-decoration: none;
	color: white;
}

/* soluzione problema 3px margine IE - NB - non usare in layout con elementi sfondo margine negativo */

* html #contenuto, * html .indirizzo {
	height: 1%;
}