/*
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;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #49407b;
	color: #222222;
}

/* container che raggruppa tutto */

#container {
}

#header {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	text-align: left;
}

#fotoheader {
	z-index: 10;
	position: absolute;
	top: 10px;
}

/* raggruppa menu contenuto info */

#centro {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #9d98ba repeat-y left url(../images/texture.jpg);
	border: 1px solid white;
	height: auto;
}

#fiori {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* SCELTA LINGUE E NAVIGAZIONE */

#language {
	position: absolute;
	margin-top: 30px;
	margin-left: 258px;
}

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

#language li {
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	padding-left: 15px;
	display: inline;
}

#language a {
	text-decoration: underline;
}

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

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

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

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

.tipo {
	background: none;
}

#topnav {
	text-align: left;
	padding-top: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

#topnav ul {
	list-style-type: none;
	text-align: right;
}

#topnav ul li {
	background: url(../images/icon_topnav.gif) no-repeat left 2px  transparent;
	padding-left: 13px;
	padding-right: 10px;
	display: inline;
}

/* MENU */

#menu {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 10px;
	color: white;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 13px;
	z-index: 20;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

#menu li a {
	display: block;
	text-decoration: none;
	width: 180px;
	color: white;
	padding-left: 20px;
}

#menu li a:hover {
	color: silver;
	background: url(../images/bullet.gif) no-repeat 0px 4px;
}

.paginaattuale {
}

/* INFO COLONNA SECONDARIA */

#info {
	text-align: left;
	display: none;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	height: auto;
	margin-left: 215px;
	margin-right: 10px;
	margin-top: 10px;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 10px;
	height: auto;
	margin-bottom: 10px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}

#logos {
	float: 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: white;
}

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

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

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

/* TITOLI */

h1, h2, h3, h4 {
	color: white;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

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;
	font-size: 10px;
	line-height: 130%;
	background: no-repeat url(../images/stemma.gif);
	padding-top: 10px;
	margin-left: -70px;
	padding-left: 70px;
	clear: both;
}

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

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

blockquote {
}

q {
}

acronym {
}

del {
}

ins {
}

/* LISTE */

ul {
	list-style-type: none;
}

ol {
}

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

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 Verdana, Arial, Helvetica, sans-serif;
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

textarea {
}

select {
}

option {
}

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

.form_sfondo1 {
	background-color: #9f99bb;
}

.form_sfondo2 {
	background-color: #837c9e;
}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid white;
	border-right-width: 0;
	border-bottom-width: 0;
	width: 98%;
}

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

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

.prezzi tr {
	background: #837c9e;
}

.prezzi tr.riga2 {
	background: #9f99bb;
}

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

/* FOTO */

.fotobig {
	border: 1px white solid;
	margin-bottom: 20px;
}

.fotosx, .fotosx2, .fotodx, .fotodx2 {
	background: url(../images/zoom.gif) no-repeat white left bottom;
	padding: 4px 4px 18px;
}

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

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

.fotosx2 {
	margin-right: 20px;
}

.fotodx2 {
}

/* 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 {
	visibility: hidden;
}

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

#editing a {
	text-decoration: underline;
}

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

