/* @override http://www.gardena.net/entwurf/club5/style/style.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 */

body {
	text-align: center;
	background: #24384b;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

/* container che raggruppa tutto */

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

#header {
	text-align: left;
	color: #929ca5;
	text-transform: uppercase;
	background: url(../images/header_bg.gif) no-repeat center bottom;
	height: 40px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}

#header img {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	clear: left;
}

#fotoheader {
	background: url(../images/headerfoto_bg.gif) no-repeat center bottom;
	padding-bottom: 30px;
}

/* raggruppa menu contenuto info */

#centro {
	text-align: left;
	margin-top: 20px;
}

/* MENU */

#menu {
	float: left;
	width: 160px;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 200px;
}

#menu li {
	margin: 0px;
	border-bottom: 1px dashed #667481;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: url(../images/icon_ul.gif) no-repeat left 9px;
}

#menu a {
	display: block;
	text-decoration: none;
}

#menu li a:hover {
	color: #667481;
}

#logo20 {
	position: absolute;
	bottom: 50px;
}

/* INFO COLONNA SECONDARIA */

#info {
	display: none;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	margin-left: 180px;
	text-align: justify;
	padding-left: 70px;
	border-left: 1px solid #50606f;
	background: url(../images/detail.gif) no-repeat 10px top;
}

#contenuto p {
	text-indent: 20px;
}

.logo {
	padding: 4px;
	margin-bottom: 4px;
	background-color: white;
}

.gare {
	width: 580px;
	height: 60px;
	margin-bottom: 10px;
	background-image: url(../images/gare_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.garedata {
	float: left;
	text-transform: uppercase;
	padding-top: 4px;
	line-height: normal;
	margin-top: 4px;
	font-size: 0.9em;
	position:relative;
}

p.garedata {
	width: 218px;
}

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

.garefoto {
	float: right;
}

.garefoto img {
	padding-left: 10px;
}

#mondiali {
	position:absolute;
	top: 0;
	left: 10;
	right: 102px;
}

p.garedata img.wcsinfo {
	position: absolute;
	right: 0;
	top: 0px;
}

/* FOOTER */

#footer {
	clear: both;
	height: 40px;
	background: url(../images/footer_bg.gif) no-repeat center bottom;
	position: relative;
}

#footer li {
	display: inline;
	background-image: none;
	float: right;
}

#footer li a:link, #footer li a:visited {
	color: #50606f;
}

#footer li a:hover {
	color: white;
}

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

/* TITOLI */

h1, h2, h3, h4 {
	text-transform: uppercase;
}

h1 {
	font-size: 30px;
	color: #929ca5;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	color: #929ca5;
	border-bottom: 1px dashed #667481;
	margin-bottom: 30px;
}

h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* IMMAGINI */

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

/* PARAGRAFO */

p {
	
}

/* TESTO */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
	line-height: 130%;
	text-align: left;
}

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

blockquote {
	
}

q {
	
}

acronym {
	
}

del {
	
}

ins {
	
}

/* LISTE */

ul {
	list-style-type: none;
}

ol {
	
}

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

dl {
	
}

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

dd {
	
}

/* FORMS */

/* font da reinserire - vedi body */

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

form {
	
}

fieldset {
	
}

legend {
	
}

label {
	
}

input {
	
}

textarea {
	
}

select {
	
}

option {
	
}

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

.form_sfondo1 {
	background-color: #293a4a;
}

.form_sfondo2 {
	background-color: #2c3e4f;
}

/* TABELLE PREZZI */

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

table.prezzi caption {
	text-transform: uppercase;
	text-align: left;
	color: #929ca5;
	letter-spacing: 1px;
	font-size: 10px;
}

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

.prezzi tr {
	background: #f8f8f8;
}

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

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

/* FOTO */

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

.fotosx2 {
	margin-right: 10px;
	margin-bottom: 10px;
}

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

/* EDITING */

#editing {
	
}

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

#editing a {
	text-decoration: underline;
}

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

/* soluzione problema 3px margine IE - NB - non usare in layout con elementi sfondo margine negativo                 */

* html #contenuto {
	height: 1%;
}
