/*
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;
	font: 14px Times New Roman, Times, serif;
	color: #545454;
	background: url(../images/bg.jpg) no-repeat center top;
}

/* 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 {
	margin-bottom: 10px;
}

/* LINKS */

a:link, a:visited {
	text-decoration: underline;
	color: #05659d;
}

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

/* container che raggruppa tutto */

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

/* HEADER */

#header {
	height: 320px;
	border-bottom: 1px solid #a7a9ac;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#fotoheader {
	padding-top: 30px;
	width: 773px;
	margin-left: auto;
	margin-right: auto;	text-align: right;position: relative;}

/* centro - raggruppa menu contenuto info */

#centro {
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;}

/* MENU */

#menu {
	width: 207px;
	text-align: left;
	height: 230px;
	background: url(../images/menu_bg.jpg) no-repeat;	text-transform: uppercase;	position: absolute;	padding: 20px;	top: 30px;	left: 0em;
}

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

#menu li {
	margin: 0px;
	background: none;
	padding: 0;
}

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

#menu a:link, #menu a:visited {
	display: block;
	text-decoration: none;
	padding: 1px 1px 1px 20px;
	border-bottom: 1px #545454 dashed;
	background: url(../images/icon_ul_menu.gif) no-repeat left center;	width: 185px;
}

#menu a:hover, #menu a:active {
	color: #FFF;
	background: url(../images/menu_hover.gif);
}

/* SCELTA LINGUE */

#language {
	font: 11px Arial, Helvetica, sans-serif;
}

#language li {
	display: inline;
	padding-right: 20px;
	padding-left: 15px;
}

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

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

/* bandiere */

.it {
	background: url(../images/it.gif) no-repeat left 2px;
}

.de {
	background: url(../images/de.gif) no-repeat left 2px;
}

.en {
	background: url(../images/en.gif) no-repeat left 2px;
}

/* ZONA INSERIMENTO TESTI */

.contenuto {
	text-align: left;
	clear: both;
}

.contenuto p {
	text-indent: 20px;
}

.infosx {
	width: 227px;
	float: left;
}

.infodx {
	margin-left: 247px;
}

/* INFO COLONNA SECONDARIA */

#info {
	text-align: left;
	width: 773px;
	margin-left: auto;
	margin-right: auto;
}

/* FOOTER */

#footer {
	clear: both;
	height: auto;
	border-bottom: 1px solid #a7a9ac;
	border-top: 1px solid #a7a9ac;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#infofooter {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#logos {
	float: right;
}

#logos img {
	margin-left: 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 {	letter-spacing: 1px;}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
	color: #bbbdc0;
	font-style: italic;
	background: url(../images/logo.gif) no-repeat left center;
	padding-left: 267px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

h4 {
	font-size: 14px;
}

/* IMMAGINI */

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

/* PARAGRAFO */

p {
	margin-top: 0;
}

/* TESTO */

.indirizzo {
	font-style: normal;
	line-height: 130%;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

#logos hr {
	color: white;
	background-color: transparent;
}

blockquote {

}

q {

}

acronym {

}

del {

}

ins {

}

/* LISTE */

ul {
	list-style-type: none;
}

ol {

}

li {
	background: url(../images/icon_ul.gif) no-repeat left center;
	padding-left: 20px;
}

dl {

}

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

dd {

}

/* FORMS */

/* font da reinserire - vedi body */

form, fieldset, legend, label, input, textarea, select, option {
	font: 14px Times New Roman, Times, serif;
	color: #545454;
}

form {

}

fieldset {

}

legend {

}

label {

}

input {

}

textarea {

}

select {

}

option {

}

/* sfondi alternati form */

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

.form_sfondo1 {
	background-color: #f7f7f7;
}

.form_sfondo2 {
	background-color: #efefef;
}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	border: 1px solid #bbbdc0;
	border-right-width: 0;
	border-bottom-width: 0;
	width: 99%;
}

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

.prezzi th {
	background: #05659d;
	color: white;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #bbbdc0;
	border-right: 1px solid #bbbdc0;
}

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

.prezzi tr {
	background: white;
}

/* sfondo alternato tabella */

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

/* FOTO */

.fotosx, .fotosx2, .fotodx, .fotodx2, .foto {
	margin-bottom: 20px;
	background: url(../images/zoom.gif) no-repeat right bottom white;
	padding: 4px 4px 13px;
	border: 1px solid #a7a9ac;
}

/* foto in float */

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

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

/* foto non in float */

.fotosx2 {
	margin-right: 18px;
}

.fotodx2 {
	margin-left: 18px;
}

/* foto standard senza float o margini */

.foto {	margin-right: 0px;	margin-left: 0px;}

/* 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: 10px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: gray;
	padding-top: 10px;
}

#editing a {
	text-decoration: underline;
}

#editing a:hover {
	text-decoration: none;
	color: black;
}

/* soluzione problema 3px margine IE - NB - non usare in layout con elementi sfondo margine negativo */
 
* html .infodx {
	height: 1%;
}


