/*
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: #2c2c2c;
	color: white;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* container che raggruppa tutto */

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

#header {
	width: 389px;
	height: 595px;
	position: absolute;
}

#fotoheader {
	
}

/* raggruppa menu contenuto info */

#centro {
	text-align: center;
	background: no-repeat url(../images/dx_bg.gif);
	width: 389px;
	height: 595px;
	position: absolute;
	margin-left: 389px;
}

/* SCELTA LINGUE E NAVIGAZIONE */

#language {
	width: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}

#language ul {
	
}

#language li {
	
}

#language a {
	
}

#language a:hover {
	
}

.it {
	
}

.de {
	
}

.en {
	
}

#topnav {
	
}

#topnav ul {
	
}

#topnav ul li {
	
}

/* MENU */

#menu {
	width: 124px;
	text-align: left;
	margin-top: 195px;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../images/menu.png) no-repeat left top;
	height: 226px;
	float: left;
	/* margin-right: 20px; */
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
}

#menu ul {
	list-style-type: none;
	padding-top: 20px;
}

#menu li {
	background: none no-repeat left top;
	height: 20px;
	padding: 0;
	border-bottom: 1px solid #c4994c;
	width: 124px;
}

#menu li a {
	display: block;
	text-decoration: none;
	width: 109px;
	padding-left: 15px;
}

#menu a:hover {
	background: url(../images/bullet.gif) no-repeat 2px;
}

#menubg {
	width: 124px;
	text-align: left;
	margin-top: 195px;
	margin-right: 20px;
	float: left;
	height: 226px;
}

.paginaattuale {
	
}

/* INFO COLONNA SECONDARIA */

#info {
	text-align: center;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	height: 174px;
	overflow: auto;
	background-color: black;
	z-index: 30;
	width: 228px;
	margin-top: 195px;
}

/* corregge scroll orizzontale Firefox */

#contenuto ul {
	overflow: hidden;
}

/* FOOTER */

#footer {
	height: auto;
	text-align: center;
	position: absolute;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 500px;
}

#logos {
	
}

#logos img {
	padding-right: 5px;
	padding-left: 5px;
}

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

/* LINKS */

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

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

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

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

/* TITOLI */

h1 {
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
}

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

address:first-line {
	font-weight: bold;
}

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

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

blockquote {
	
}

q {
	
}

acronym {
	
}

del {
	
}

ins {
	
}

/* LISTE */

ul {
	list-style-type: none;
}

ol {
	
}

li {
	padding-left: 14px;
	background: url(../images/bullet.gif) no-repeat 0px 4px;
}

dl {
	
}

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

dd {
	
}

/* FORMS */

/* font da reinserire - vedi body */

form, fieldset, legend, label, input, textarea, select, option {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

form {
	
}

fieldset {
	
}

legend {
	
}

label {
	
}

input {
	
}

textarea {
	
}

select {
	
}

option {
	
}

textarea, input {
	background-color: #c4994c;
}

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

.form_sfondo1 {
	background-color: #323232;
}

.form_sfondo2 {
	background-color: #414141;
}

/* TABELLE PREZZI */

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

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

.prezzi th {
	color: white;
	padding: 4px;
	text-align: center;
	background-color: #c4994c;
	border-bottom: 1px #2c2c2c solid;
}

.prezzi tr {
	background: #323232;
}

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

.prezzi td {
	padding: 2px;
	border-bottom: 1px solid #c4994c;
	border-right: 1px solid #c4994c;
	text-align: center;
}

/* FOTO */

.fotosx {
	margin-right: 10px;
}

/* POSIZIONE */

/* EDITING */

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

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

#editing a {
	text-decoration: underline;
}

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