@media screen{
/* 
PLEASE DON'T CHANGE POSITIONS OF THIS ELEMENTS IF YOU DON'T WANT LOSE LINK FORMAT  
*/
	a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:hover {
	color: #C18348;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.ezbuttonMenu {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
	a.ezbuttonMenu:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
	a.ezbuttonMenu:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
	a.ezbuttonMenu:hover {
	color: #C18348;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 100%;
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
}

.left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 214px;
	background-image: url(images/topmenu.jpg);
	background-repeat: repeat-y;
}

#topLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110;
	width: 294;
	background-image: url(images/image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#topLeft2{
	position: absolute;
	top: 110px;
	left: 0px;
	height: 112;
	width: 187;
	background-image: url(images/imagemenu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#ezmaintext{
	background-color: White;
	color: Black;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 153px;
	padding-left: 220px;
	padding-right: 2%;
	text-align: justify;
	background-image: url(images/topmenu.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

	/*style for body and scroll bars*/
	body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #B87642;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #B87642;
	scrollbar-face-color: #A0592D;
	scrollbar-highlight-color: #00000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #B87642;
	text-decoration: none;
}

	/*style for form's elements*/
	input {
	background: #572A17;
	border: 1px solid #000000;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 1px;
}

	select {
	background: #572A17;
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

	/*style for tables*/
	table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	.items1 {
	background-color: #C18348;
}

	.items2 {
	background-color: #E5BF81;
}

	.header {
	background: #572A17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

	/*style for text*/
	.title {
	color: #572A17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

	.subtitle {
	color: #572A17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

	.error {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*style for lines*/
	hr {
	border-style: dotted;
	color: #0E489F;
}

}
/*style for print*/
@media print{
  #maintext{
	background-color: #FFFFFF;
	color: #000000;
	color: #000000;
	left: 0px;
	position: relative;
	text-align: justify;
	top: 0px;
}

  
  h1{
	text-align: center;
}

  
  #ezmenu{
	visibility: hidden; /*questo basta a rendere invisibile il menu*/
}

	
	#image{
	background-image: none;
	background-repeat: no-repeat;
	height: 0px;
	left: 0%;
	top: 0%;
	width: 0px;
}

}