/*
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: #25384f url(../images/texture.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
}

/* 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: white;
}

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

/* container che raggruppa tutto */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	background: url(../images/bg.jpg) no-repeat center top;}

/* HEADER */

#header {
	margin-right: 130px;
	margin-left: 160px;
}

/* centro - raggruppa menu contenuto info */

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

/* MENU */

#menu {
	width: 160px;
	text-align: right;
	position: absolute;
	top: -260px;
	font-weight: bold;
	text-transform: uppercase;	font-size: 11px;	left: 0em;}

#menu ul {
	list-style-type: none;	padding-right: 4px;}

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

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

#menu a {	text-decoration: underline;}	

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

/* SCELTA LINGUE */

#language {
	font-size: 12px;
	text-transform: uppercase;
	top: 10px;
	margin-bottom: 40px;
}

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

#language li {
	padding-left: 15px;
}

#language a {
	text-decoration: underline;
}

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

/* bandiere */

.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;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	margin-left: 160px;
	margin-right: 130px;
	height: auto;
	padding-top: 30px;	padding-top: 70px;
	font-size: 13px;
}

/* INFO COLONNA SECONDARIA */

#info {
	width: 120px;
	font-size: 11px;
	position: absolute;
	top: -310px;
	margin-left: 650px;
	text-align: left;
	padding-left: 10px;	right: 0em;}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px dashed silver;
	background: url(../images/domain.gif) no-repeat left 4px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}

#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 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffa800;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: url(../images/titolo_bg.jpg) no-repeat;
	height: 70px;
	position: absolute;
	top: 0px;
	width: 490px;
}

* html h3 {
	position: absolute;
	top: -3px;
}

h4 {
	font-size: 18px;	clear: both;}

/* IMMAGINI */

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

/* PARAGRAFO */

p {
}

/* 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;
	border-top: 1px dashed silver;	clear: both;}

blockquote {

}

q {

}

acronym {

}

del {

}

ins {

}

/* LISTE */

ul {
	list-style-type: none;
}

ol {

}

li {
	padding-left: 30px;
	background: url(../images/icon_ul.gif) no-repeat 13px 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 Arial, Helvetica, sans-serif;
}

form {

}

fieldset {

}

legend {

}

label {

}

input {

}

textarea {

}

select {

}

option {

}

/* sfondi alternati form */

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

.form_sfondo1 {
	background-color: #1b304a;
}

.form_sfondo2 {
	background-color: #15273b;
}

/* TABELLE PREZZI */

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

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

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

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

.prezzi tr {
	background: white;
}

/* sfondo alternato tabella */

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

/* FOTO */

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

/* foto in float */

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

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

/* fotosx2 e fotodx2 non in float */

.fotosx2 {
	margin-right: 10px;
}

.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 {
	font-size: 10px;
	text-align: left;
}

#editing, #editing a, #editing a:hover {
	color: #516072;
}

#editing a {
	text-decoration: underline;
}

#editing a:hover {
	color: white;
}

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

/* nasconde testi */

#nascundu {
	display: none;
}

