/*
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 */

/* Elementi con bordo resettato */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* duplicare body-font al 100% e body-color in forms.css */

body {
	text-align: center;
	color: #4a4a4a;
	font: 90%/1 Georgia, "Times New Roman", Times, serif;
	background: white url(../images/bg-skischule-groeden.jpg) no-repeat center top;
}

/* Elementi con bordo inferiore aggiunto */

iframe, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, form, label, legend, fieldset, table {
	margin-bottom: 10px;
}

/* container che raggruppa tutto */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}

/* forza float corretto */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* centro - raggruppa zona1 zona2 zona3 */

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

#zona1 {
	width: 194px;
	float: left;
	padding: 20px;
}

#zona2 {
	width: 194px;
	float: left;
	margin-left: 18px;
	padding: 20px;
}

#zona3 {
	width: 446px;
	float: left;
	margin-left: 18px;
	margin-top: 20px;
	padding: 20px;
}

* html #zona3 {
	width: 430px;
	margin-left: 10px;
}

/* LINKS */

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

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

/* TITOLI */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* h1 riservato x motori di ricerca */

h1 {
	font-size: 2.5em;
}

/* h2 titolo principale */

h2 {
	font-size: 1.5em;
}

/* sottotitolo */

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
	font-style: italic;
}

/* IMMAGINI */

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

/* PARAGRAFO */

p {
	line-height: 150%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 20px;
	background-color: white;
	color: white;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

cite {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

ins {
	font-family: "Courier New", Courier, mono;
}

/* LISTE */

ol, ul {
	list-style: none;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 25px;
}

li {
	padding-left: 25px;
	background: url(../images/icon_li.gif) no-repeat 10px 6px;
	line-height: 180%;
}

ul li {
	
}

ol li {
	background: none;
	padding-left: 0;
	list-style-type: decimal;
}

ul li ul {
	margin-bottom: 0;
}

ol li ol {
	margin-bottom: 0;
}

dl {
	
}

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

dd {
	
}

table {
	border-collapse: collapse;
}

/* HEADER */

#header {
	text-align: left;
	width: 990px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

/* LOGOS */

.logo {
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 180px;
	border-bottom: 1px dashed white;
}

/* CONTENT */

#zona3 {
	color: black;
}

#zona3 h2 {
	color: #3b5997;
	font-weight: normal;
	font-style: normal;
	border-top: 1px dashed white;
	padding-top: 10px;
}

#zona3 h3 {
	color: #656565;
	font-weight: normal;
	font-style: normal;
}

#zona3 p {
	text-indent: 20px;
	text-align: justify;
}

/* FOOTER */

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: right;
}

/* EDITING */

#editing {
	font: 0.7em Verdana, Helvetica, Arial, sans-serif;
	margin-right: 20px;
}

#editing, #editing a:link, #editing a:visited {
	color: gray;
}

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

/* HACKS */

/* body in px x browser non IE */

html>body {
	font-size: 14px;
}

/* x menu in block IE inserire misura fissa */

* html ul#nav a {

}

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

* html #zona1, * html #zona2, * html #zona3, * html #zona4 {
	height: 1%;
}

/* iframe con scrollbar orizzontale nascosta */

body iframe {
	border: 0px;
	overflow-x: hidden;
}