@import url("master.css");
@import url("typo.css");
@import url("header.css");
@import url("footer.css");
@import url("varie.css");
@import url("menus.css");
@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 */

/* HACKS */

/* body in px x browser non IE */

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

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

* html ul#nav a {
	width: 159px;
}

* html ul#nav2 a {
	width: 150px;
}

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

* html #zona2 {
	height: 1%;
}

/* iframe con scrollbar orizzontale nascosta */

body iframe {
overflow-x:hidden;
}