/*
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 {
	text-align: center;
	background: #f1eac0 url(../images/body_bg.jpg) no-repeat center top fixed;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #404040;
}

/* container che raggruppa tutto */

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

#header {
	
}

#fotoheader {
	float: right;
}

/* raggruppa menu contenuto info */

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

/* SCELTA LINGUE E NAVIGAZIONE */

#language {
	font-size: 10px;
}

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

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

#language a {
	text-decoration: underline;
}

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

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

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

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

#topnav {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 90px;
	font-size: 12px;
}

/* MENU */

#menu {
	width: 218px;
	text-align: left;
	color: #4b4b4b;
	text-transform: uppercase;
}

#menu ul {
	list-style-type: none;
	border-top: 1px solid #b7b499;
	margin-top: 0px;
}

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

#menu a {
	display: block;
	text-decoration: none;
	width: 188px;
	border-bottom: 1px gray;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

#menu a:hover {
	background: #f8f5e0 url(../images/menu_hover.gif) no-repeat 5px center;
}

#menu strong {
	color: #942e48;
	font-size: 1.3em;
}

/* INFO COLONNA SECONDARIA */

#info {
	width: 218px;
	text-align: left;
	position: absolute;
	left: 0em;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	background: #f8f5e0;
	margin-left: 218px;
	width: 560px;
}

#contenutofoto {
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

#contenutotesto {
	padding-top: 20px;
	padding-right: 30px;
	margin-left: 280px;
	padding-bottom: 20px;
}

/* FOOTER */

#footer {
	text-align: left;
	background: #f8f5e0;
	margin-left: 218px;
	clear: both;
	width: 500px;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
}

#logos {
	text-align: right;
}

#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: #404040;
}

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

/* TITOLI */

h1, h2, h3, h4 {
	color: #942e48;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 18px;
	background: #f4efd0;
	padding-left: 30px;
	padding-top: 20px;
	height: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 14px;
}

/* IMMAGINI */

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

/* PARAGRAFO */

p {
	
}

/* TESTO */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
	line-height: 130%;
	border-bottom: 1px solid #dad8c0;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

address:first-line {
	font-weight: bold;
	font-size: 12px;
}

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

blockquote {
	
}

q {
	
}

acronym {
	
}

del {
	
}

ins {
	
}

/* LISTE */

ul {
	list-style-type: none;
}

ol {
	
}

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

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: 12px Geneva, Arial, Helvetica, sans-serif;
}

form {
	
}

fieldset {
	
}

legend {
	
}

label {
	
}

input {
	
}

textarea {
	
}

select {
	
}

option {
	
}

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

.form_sfondo1 {
	background-color: #f7f7f7;
}

.form_sfondo2 {
	background-color: #efefef;
}

/* SHORT REQUEST */

#toprequest {
	margin-bottom: 30px;
}

#toprequest label {
	text-transform: none;
}

#menu h2 {
	text-transform: none;
	letter-spacing: 0;
	margin-top: 23px;
}

#topicon1 {
	margin-right: 10px;
}

#reqsubmit {
	background-color: #f8f5e0;
	width: 100%;
	text-transform: uppercase;
	line-height: 20px;
}

/* TABELLE PREZZI */

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

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

.prezzi th {
	background: #dad8c0;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.prezzi tr {
	background: white;
}

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

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

/* FOTO */

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

/* foto in float */

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

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

/* fotosx2 e fotodx2 non in float */

.fotosx2 {
	
}

.fotodx2 {
	margin-left: 10px;
}

/* foto standard senza float o margini */

.foto {
	
}

/* POSIZIONE */

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

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

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

/* EDITING */

#editing {
	padding-bottom: 10px;
}

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

#editing a {
	text-decoration: underline;
}

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

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

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