@import url("forms.css");

/*
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: 13px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) no-repeat center top fixed #b12a30;
	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 {
	color: #ffd503;
}

/* container che raggruppa tutto */

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

/* HEADER */

#header {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 20px;
}

#fotoheader {
}

/* centro - raggruppa menu contenuto info */

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

/* MENU */

#menu {
	float: left;
	width: 170px;
	text-align: left;
}

#topnav {
	width: 1004px;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

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

#topnav li {
	margin: 0px;
	padding: 0px;
	background: none;
	display: inline;
}

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

#topnav a {
	text-decoration: none;
	border-left: 1px solid #bf8a8c;
	padding: 20px 10px;
}

#topnav a:hover {
	background: url(../images/icon_menu_hover.gif) no-repeat center top;
	text-decoration: none;
}

/* SCELTA LINGUE */

#language {
	font-size: 10px;
}

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

#language li {
	padding-left: 10px;
	background: none;
	display: inline;
	text-align: left;
	float: left;
	border-left: 1px solid white;
	padding-right: 10px;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	text-align: left;
	margin-left: 210px;
	margin-right: 210px;
	padding-top: 10px;

}

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

/* INFO COLONNA SECONDARIA */

#info {
	float: right;
	text-align: left;
	width: 170px;
}

/* FOOTER */

#footer {
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer.gif) no-repeat center top;
	padding-top: 60px;
	padding-bottom: 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#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 {
	text-align: center;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

h3 {
	font-size: 18px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-size: 18px;
}

/* 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;
	color: white;
	border-bottom: 1px dotted white;
width: 99%;}

blockquote {

}

q {

}

acronym {

}

del {

}

ins {

}

/* LISTE */

ul {
	list-style-type: none;
}

ol {

}

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

dl {

}

dt {
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

dd {

}

/* FORMS */

/* sfondi alternati form */

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

.form_sfondo1 {
	background-color: #6b0611;
}

.form_sfondo2 {
	background-color: #63030f;
}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	border: 1px solid #bf8a8c;
	border-right-width: 0;
	border-bottom-width: 0;
	width: 99%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;}

table.prezzi caption {
	text-transform: uppercase;
	text-align: center;
}

.prezzi th {
	background: #62030f;
	color: #ffd503;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #bf8a8c;
	border-right: 1px solid #bf8a8c;
}

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

.prezzi tr {
	background: white;
	color: #1f1f1f;
}

/* sfondo alternato tabella */

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

/* FOTO */

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

/* foto in float */

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

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

/* foto 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;
	float: right;
}

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

#editing a:hover {
	color: white;
}

#map {
	width: 100%;
	height: 400px;
}

#map p {
	text-indent: 0;
}

#map h3 {
	font-size: 18px;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
}

#map, #map a {
	color:#333333;
}


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