/*
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: 12px Georgia, Times New Roman, Times, serif;
	color: #2e2e2e;
	background: silver;
}

/* 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, ul, dl, blockquote, form, label, fieldset {
	margin-bottom: 10px;
}

/* LINKS */a:link, a:visited {
	text-decoration: underline;
	color: black;
}

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

/* container che raggruppa tutto */#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom: 1px silver dashed;
}

/* HEADER */#header {
	text-align: left;
	height: 244px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	position: relative;
}

/* centro - raggruppa menu contenuto info */#centro {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
}

/* MENU */

ul#nav {
	margin-top: 9px;
}

#nav a:link, #nav a:visited {
	color: white;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: white;
}

#nav li {
	background-image: url(../images/menu_top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	position: relative;
	width: 246px;
	margin-right: 20px;
}

ul#nav a {
	padding-left: 30px;
	background-image: url(../images/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#nav li ul li {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	font-size: 12px;
	border-bottom: 1px black solid;
	height: auto;
}

/* sfondi alternativi x IE */

* html #nav li ul li {
	background-image: url(../images/menu_bg_ie.gif);
}

#nav li ul li a:link, #nav li ul li a:visited {
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

#nav li ul li a:link, #nav li ul li a:visited {
	background-image: url(../images/icon_menu_off.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	width: 216px;
}

#nav li ul li a:hover, #nav li ul li a:active {
	background-image: url(../images/icon_menu_on.gif);
	background-color: #696969;
	display: block;
}

/* lista di secondo livello */

#nav li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
}

/* sovrascrive posizione top e left, tranne IE, che posiziona il contenuto in alto e a destra del contenitore li, invece che in fondo a sinistra */

#nav li>ul {
	top: 35px;
	left: 0;
}

/* visualizza liste annidate con comando hover */

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav img, #nav2 img {
	margin-top: 10px;
}

/* SCELTA LINGUE */#language {
	font-size: 10px;
	float: left;
}

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

#language li {
	padding-left: 15px;
	padding-right: 10px;
	display: inline;
	background: url(../images/icon_li_footer.gif) no-repeat left center;
}

#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-right: 414px;
	height: auto;
}

#contenuto p {
	text-indent: 10px;
	text-align: justify;
}

/* INFO COLONNA SECONDARIA */#info {
	float: right;
	text-align: left;
	width: 384px;
	position: relative;
	padding-top: 71px;
}

#wappen {
	position: absolute;
	right: 0;
	top: -124px;
}

/* FOOTER */#footer {
	clear: both;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* contenuto footer */#infofooter {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font: 11px Arial, Helvetica, sans-serif;
	width: 738px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
}

#infofooter a:link, #infofooter a:visited {
	text-decoration: underline;
	color: #939393;
}

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

#logos {
	text-align: right;
	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 {
	color: white;
}

/* h1 riservato x motori di ricerca */h1 {

}

/* h2 titolo principale */h2 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 20px;
}

/* sottotitolo */h3 {
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px dashed;	}

h4 {
	font-size: 13px;
}

/* IMMAGINI */img {
	border-spacing: 0;
	border: 0;
}

/* PARAGRAFO */p {
	margin-top: 0;
	margin-bottom: 10px;
}

/* TESTO */.indirizzo {
	font-style: normal;
	line-height: 130%;
	background: url(../images/icon_indirizzo.gif) no-repeat left 3px;
	padding-left: 10px;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: 0;
	height: 1px;
	background: gray;
	color: gray;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 99%;}

blockquote {

}

q {

}

acronym {

}

del {

}

ins {

}

/* LISTE */ul {
	list-style-type: none;
}

ol {

}

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 Georgia, Times New Roman, Times, serif;
	color: #2e2e2e;
}

form {

}

fieldset {

}

legend {

}

label {

}

input {
	margin-top: 10px;
}

textarea {
	display: block;
}

select {

}

option {

}

/* sfondi alternati form */.form_sfondo1, .form_sfondo2 {
	padding: 4px;
}

.form_sfondo1 {
	background-color: #f7f7f7;
}

.form_sfondo2 {
	background-color: #efefef;
}

/* FOTO */.fotosx, .fotosx2, .fotodx, .fotodx2, .foto {
	margin-bottom: 9px;
}

/* foto in float */.fotosx {
	margin-right: 9px;
	float: left;
}

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

/* foto non in float */.fotosx2 {
	margin-right: 9px;
}

.fotodx2 {
	margin-left: 9px;
}

/* foto standard senza float o margini */.foto {
	float: none;
}

/* EDITING */#editing {
	font-size: 10px;
	float: left;
	clear: left;
	padding-bottom: 5px;
}

#editing, #editing a:link, #editing a:visited {
	color: #7f7f7f;
}

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

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

