﻿@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f9e7b7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#logo {
	top: 28px;
	left: 0px;
	position:relative;
}

#payoff {
	top: 10px;
	left: 0px;
	position:relative;
}


#profilo {
	top: -85px;
	width:100px;
	left: 388px;
	position:relative;
}


#language {
	z-index:20;
	top: -158px;
	left: 525px;
	position: relative;
	font-size:12px;
}

#menu {
	top: 31px;
	left: 460px;
	position: relative;
	z-index:99;
}


#welcome {
	top: 0px;
	left: 0px;
	position: relative;
}

#introtext {
	width: 340px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	top: -320px;
	left: 474px;
	position: relative;
	background: #e5c9a1;
	


}

#contenutointro {
width: 300px;
height: 270px;
	top: 20px;
	left: 20px;
	position: relative;


}

#col1 {
	width: 380px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
}

#col2 {
	width: 380px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	top: 0px;
	left: 450px;
	position: relative;
}

#contcol1 {
	width: 320px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	background: #e5c9a1;
}

#contcol2 {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	top: 400px;
	left: 0px;
	position: relative;
	background: #e5c9a1;


}
#tabella {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	top: 400px;
	left: 0px;
	height: 500px;
	position: absolute;
}

#tabellacontatti {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	top: 400px;
	left: 0px;
	height: 300px;
	position: absolute;
}




.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 85px;
	position: absolute;
	width: 800px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h6 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #375107;
}

h6 a{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #375107;
	font-weight:normal;

}

td h6 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #375107;
	font-weight:normal;
}



h4 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #9ea12c;
	font-style: normal;
	font-weight: normal;
}

.language  {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #9ea12c;
	text-transform:uppercase;
 	letter-spacing: 1px;
}

.language a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #9ea12c;
	text-transform:uppercase;
 	letter-spacing: 1px;
}

.menu  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #9ea12c;
	text-transform:uppercase;
	z-index: 99;
	 			letter-spacing: 1px;

}

.box  {
	font-family: "verdana";
	font-size: 11px;
	color: #665140;
	word-spacing: 1px;
	line-height: 12pt ;


}

.box2  {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #665140;
	line-height: 14pt ;
}

.titoletti  {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #375107;
	 	letter-spacing: 1px;

	
}

a  {
	color: #375107;
	}

.style1 {color: #9ea12c}
