/*  attacca aufruf Printer styles */

@media print{

body, h1, h2,h3,h4, p {
	font-family: Garamond, Palatino, Times, Times, "Times New Roman", Helvetica, Verdana, sans-serif;
	background-color:transparent;
}
p, td {
	font-size:11pt; line-height: 120%;
	}
	p.regnav{
display: none;
	}
h1.tit {font-family: Garamond, Palatino, Times, "Times New Roman", Helvetica, Verdana, sans-serif;font-style:normal;
	font-size:2.6em;font-weight:normal;letter-spacing:0.05em;margin:0;
}
div.center {
	margin:0 auto; text-align: center;
	}
#header {
position:relative;
	display: inline;
	width:auto; height:auto;
}
div#header h1 { padding:0; width:auto }
div#cont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;padding:0;
	}
div#menu {
	display:none; width:0;
}
div#sp-ft {
	display:none;
}
div#formadr{
	position: absolute;
	top:100px;
	left:0px;
	width:300px;
	border:none;
/*  	background-color: silver;*/
}
div.clear{
		clear:both;
	}
}