/* @override http://www.aaritz.com/style/style.css */

@import url("forms.css");

/*
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 */

body {
	background: white url(../images/bg.jpg) no-repeat center top fixed;
	text-align: center;
	font: 14px Georgia, Times New Roman, Times, serif;
	color: #7a7a7a;
}

/* container che raggruppa tutto */

#bigcontainer {
	width: 1004px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

#header {
	text-align: center;
	clear: both;
}

#fotoheader {
	margin-right: auto;
	margin-left: auto;
	background: no-repeat url(../images/header_logo.gif) center center;
	height: 50px;
}

/* raggruppa menu contenuto info */

#centro {
	text-align: center;
	height: auto;
}

/* SCELTA LINGUE E NAVIGAZIONE */

#language {
	font-size: 12px;
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

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

#language li {
	padding-left: 15px;
	display: inline;
	margin-right: 10px;
	background-position: left center;
}

#language a {
	text-decoration: underline;
	color: #b2b2b2;
}

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

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

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

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

/* MENU */

#menu {
	width: 180px;
	text-align: center;
	text-transform: uppercase;
	padding-right: 37px;
	padding-left: 37px;
	border-right: 1px solid #f2e8d9;
	border-left: 1px solid #f2e8d9;
	margin-bottom: 20px;
	color: #bf8d3f;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	list-style-type: none;
	border-top: 1px dotted #b2b2b2;
}

#menu li {
	margin: 0px;
	padding: 0px;
	background: none;
	border-bottom: 1px dotted #b2b2b2;
}

#menu a {
	display: block;
	text-decoration: none;
	width: 180px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #bf8d3f;
	font-weight: bold;
}

#menu a:hover {
	background: #f2e8d9;
	color: gray;
}

#menu ul li ul li a {
	display: inline;
	text-transform: none;
}

#menu ul li ul li a:hover {
	background-color: transparent;
}

/* INFO COLONNA SECONDARIA */

#info {
	float: right;
	text-align: left;
	width: 256px;
}

info img {
	text-align: center;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	background: white;
	height: auto;
	width: 256px;
	float: left;
}

#zona4 {
	text-align: left;
	display: block;
	clear: both;
	margin-bottom: 30px;
}

/* FOOTER */

#footer {
	clear: both;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 844px;
}

#footeraddress {
	text-align: center;
	width: 844px;
	clear: both;
}

#logos {
	text-align: center;
	padding-bottom: 20px;
}

#logos img {
	padding: 0;
	padding-left: 10px;
}

/* forza float corretto */

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

/* fine struttura di base */

/* Elementi con bordo resettato */

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

/* Elementi con bordo inferiore aggiunto */

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

/* LINKS */

a:link, a:visited {
	text-decoration: underline;
	color: #7a7a7a;
}

a:hover, a:active {
	color: #bf8d3f;
}

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

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

/* TITOLI */

h1 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #bcbcbc;
	font-weight: lighter;
	clear: both;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

/* IMMAGINI */

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

/* PARAGRAFO */

p {
	
}

/* TESTO */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b2b2b2;
	color: #b2b2b2;
	border-top: 1px #b2b2b2 dotted;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

address a:link, address a:visited {
	color: #b2b2b2;
}

legend {
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #f9f9f9;
	border: 1px solid silver;
	padding: 1px 5px;
	color: #505050;
	font-size: 0.8em;
}

address a:hover, address a:active {
	color: #bf8d3f;
}

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

blockquote {
	
}

q {
	
}

acronym {
	
}

del {
	
}

ins {
	
}

/* LISTE */

ul {
	list-style-type: none;
}

ol {
	
}

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

dl {
	
}

dt {
	text-transform: uppercase;
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

/* FORMS */

/* font da reinserire - vedi body */

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

form {
	
}

form table {
	width: 256px;
}

fieldset {
	
}

legend {
	
}

label {
	
}

input {
	background-color: white;
}

textarea {
	width: 247px;
}

select {
	
}

option {
	
}

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

.form_sfondo1 {
	background-color: #f7f7f7;
}

.form_sfondo2 {
	background-color: #efefef;
}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	border: 1px solid silver;
	border-right-width: 0;
	border-bottom-width: 0;
	font-size: 10px;
	width: 254px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

table.prezzi caption {
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

.prezzi th {
	background: #f2e8d9;
	padding: 4px;
	text-align: left;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-weight: normal;
	width: 60%;
}

.prezzi tr {
	background: white;
}

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

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

h4.offerte {
	color: #bf8d3f;
}

/* FOTO */

.fotosx, .fotosx2, .fotodx, .fotodx2, .foto, .fotocentro {
	margin-bottom: 10px;
	background: url(../images/zoom.gif) no-repeat right bottom;
	padding-bottom: 14px;
}

/* foto in float */

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

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

/* foto non in float */

.fotosx2 {
	margin-right: 20px;
}

.fotocentro {
	text-align: center;
	margin-left: 73px;
}

/* foto standard senza float o margini */

.foto {
	
}

/* POSIZIONE */

dt.auto {
	background: url(../images/icon_car.gif) no-repeat left 3px;
	padding-left: 30px;
}

dt.treno {
	background: url(../images/icon_train.gif) no-repeat left top;
	padding-left: 30px;
}

dt.aereo {
	background: url(../images/icon_fly.gif) no-repeat left top;
	padding-left: 30px;
}

/* EDITING */

#editing {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}

#editing, #editing a, #editing a:hover {
	color: #e5e5e5;
	font-size: 10px;
}

#editing a {
	text-decoration: underline;
}

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

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

* html #contenuto {
	height: 1%
}