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

/* STRUTTURA */

body {
	background: url(../images/texture_cover.jpg) repeat-x #25384f;
}

/* container che raggruppa tutto */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	background: url(../images/bg.jpg) no-repeat center top;
}

/* HEADER */

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

/* centro - raggruppa menu contenuto info */

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

.indirizzo {
	font-style: normal;
	line-height: 130%;
	background: #213247 url(../images/indirizzo_dx_bottom.gif) no-repeat right bottom;
	padding: 10px;
	width: 50%;
	float: left;
	margin-top: 0;
}

/* SCELTA LINGUE */

#language {
	text-transform: uppercase;
	background: url(../images/cover_lang_bg.gif) no-repeat left bottom;
	padding-bottom: 80px;
	float: right;
	width: 174px;
	margin-top: 20px;
	font: 17px Geneva, Arial, Helvetica, sans-serif;
}

#language li {
}

/* bandiere */

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

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

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

