/* GENERICHE */
html, body	{
	margin: 0;
	padding: 0;
	}

table {
	font-family: Verdana;
	font-size: 13px;
}

body	{
	font-family: Verdana;
	font-size: 13px;
	text-align:center;
	/*background: url(../images/bkg-bodyroad2.jpg) no-repeat;
	background-attachment: fixed;
	background-position: top center;*/
	background: url(../images/main-bkg.gif) repeat;	
	}

div {
	border: 0px solid #f00;
}

h1 {
	font-weight: bolder;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	
	
/* POSIZIONI E DIMENSIONI */

div#container {
	position:relative;
	width: 1024px;
	margin: 0 auto;
	background: url(../images/main-bkg.gif) repeat;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

div#outerleft {
	position: absolute;
	left: -11px;
	width: 10px;
	height: 100%;
	/*background: url(../images/bkg-shadsx.gif) repeat-y;
	background: url(../images/bkg-shadsx.png) repeat-y;*/
	background-position: left;
}

div#outerright {
	position: absolute;
	right: -11px;
	width: 10px;
	height: 100%;
	/*background: url(../images/bkg-shaddx.gif) repeat-y;
	background: url(../images/bkg-shaddx.png) repeat-y;*/
	background-position: left;
}

div#header {
	height: 200px;
	margin: 0;
	background: url(../images/main-header.jpg) no-repeat;
	border-bottom: 0px solid #bbb;
}

div#navigator {
	height: 25px;
}

div#content {
	margin-left: 215px;
	margin-right: 220px;
	min-height: 550px;
	height: auto !important;
	#height: 550px;
	background: url(../images/main-img.gif) no-repeat;
}

div#content-nonmain {
	margin-left: 215px;
	margin-right: 50px;
	min-height: 550px;
	#height: 550px;
}

div#menu {
	background-color: #fff;
	border: 0px solid #f00;
	height: 49px;
	background: url(../images/bkg-menubar.gif) repeat-x;
	/*background: #f00;
	background-position: 0px -1px;*/
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
	position: relative;	
	text-align: center;
}

div#logincont div {
	float: left;
	line-height: 20px;	
}

div#navigator {
	border: 0px solid #f0f;
	text-align: left;
	background: url(../images/navig-bak.gif) repeat-x;
	height: 15px;
	line-height: 10px;
	color: #222;
	background-position: 0px -8px;
}

div#menusx {
	float:left; 
	width:200px;
	margin-left:-1020px;
	border: 0px solid #f00;
	/*background: url(../images/menusx-palo.gif) repeat-y;
	background-position: top center;*/
	}

div#menudx {
	float:left;
	width:205px;
	margin-left:-210px;
	border: 2px solid #bec0c1;
	}

div#footer {
	height: 40px;
	text-align: center;
	clear:left;
}

div#wrapper {
	float:left;
	width:100%;
	min-height: 750px;
	height: auto !important;
	#height: 750px;
}

div.infobox {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 3px;
	text-align: center;
}
