html {
	height:100%;
}
body {
	height:100%;
	padding:0px;
	margin:0px;
	background:#BCC;
	text-align:center;	/*	per I.E. */
	font-family:verdana,arial;
	font-size:11px;
}
table {
	border-collapse: collapse;
	margin:auto;
	padding:0px;
	font-family:verdana,arial;	/*	I.E. non fa ereditare questi stili (definiti nel body) al contenuto delle tabelle	*/
	font-size:11px;
	color:#363;
}
td {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	text-align:right;
}
input {
	border:1px solid #000;
}
textarea {
	border:1px solid #000;
}

div#box {
	height:auto!important;
	height:100%;
	min-height:100%;
	width:760px;
	margin:auto;
	background:#FFF;
	text-align:left;	/*	per ristabilire gli allineamenti con I.E. */
	border-left:1px solid #000;
	border-right:1px solid #000;
}
div#main {
	position:relative;
	left:210px;
	height:auto!important;
	height:310px;
	min-height:310px;
	width:549px!important;	/*	1px in meno, per non coprire il bordo	*/
	width:550px;	/*	con I.E. non serve	*/
	background:#EFF;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}


/*	HEAD - START	*/
div#head-logo {
	position:relative;
	width:760px;
	height:70px;
	background:url(../gfx/head-logo.jpg) left top no-repeat;
	border-bottom:1px solid #000;
	text-align:right;
}
div#head {
	width:760px;
	height:51px;
	border-bottom:1px solid #000;
}
img#logo {
	position:absolute;
	top:15px;
	left:10px;
	border:0px;
}
div#sezioni {
	position:absolute;
	top:50px;
	right:10px;
	height:20px;
	width:200px;
	font-weight:bold;
	color:#363;
}
a.sezioni {
	color:#363;
	text-decoration:none;
}
a.sezioni:hover {
	color:#3CC;
}
a.sezioni-act {
	color:#BCC;
}
/*	HEAD - END	*/


/*	MENU - START	*/
div#menu {
	position:absolute;
	width:210px;
}
table#menu-table {
	width:210px;
}
td#menu-td-sx {
	width:8px;
	background:#0C9;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
td#menu-td-cx {
	height:39px;
	background:#BCC;
	border-bottom:1px solid #000;
	text-align:center;
	vertical-align:middle;
}
td#menu-td-dx {
	width:8px;
	background:#0C9;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
td#menu-td-dx1 {
	width:8px;
	height:39px;
	background:#6FC;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
td#menu-td-dx2 {
	width:8px;
	height:39px;
	background:#CFF;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
td#menu-td-dx3 {
	width:8px;
	height:39px;
	background:#6FF;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
td.menu-td-height {
	height:45px;
}
a.menu {
	color:#363;
	text-decoration:none;
}
a.menu:hover {
	color:#3CC;
}
a.menu-act {
	color:#BCC;
	text-decoration:none;
}
a.menu-act:hover {
	color:#3CC;
}
/*	MENU - END	*/


/*	BOTTOM - START	*/
div#bottom {
	position:absolute;
	bottom:0px!important;
	bottom:-1px;
	width:100%;
	padding:2px 0px;
	background:#3CC;
	font-family:verdana,arial;
	color:#FFF;
	font-size:11px;
	text-align:center;
}
div#bottom-linea {
	width:100%;
	border-top:1px solid #FFF;
}
/*	BOTTOM - END	*/


/*	CLASSI TESTO - START	*/
.titolo {	/*	titolo dei testi	*/
	color:#363;
}
a.cartina {
	color:#363;
}
a.cartina:hover {
	color:#BCC;
	text-dcoration:none;
}
/*	CLASSI TESTO - END	*/


/*	CLASSI DIV - START	*/
.quadro-txt	{	/*	div contentente testi	*/
	position:absolute;
	text-align:justify;
/*	background:#abc;	*/
}
.quadro-img	{	/*	div contentente testi	*/
	position:absolute;
	border:1px solid #363;
/*	background:#abc;	*/
}
/*	CLASSI DIV - END	*/


/*	FORM - START	*/
.campo-testo {
	width:200px;
	margin-left:20px;
	margin-top:5px;
}
.campo-area {
	width:200px;
	height:80px;
	margin:5px 0px;
}
.pulsante {
	background:#BCC;
}
/*	FORM - END	*/