html{
	margin: 0px auto;
	padding: 0px;
}

body{
	margin: 6px auto;
	padding: 0px;
	background-color: #111;
}

div{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div#container{
	width: 1000px;
	float: inherit;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
}

div#left{
	position: relative;
	float: left;
	width: 160px;
	height: 620px;
	background-color: #a7a7a7;
	background: url(../_immagini/consolle.gif);
	background-repeat: no-repeat;
}

table{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table#menu{
	width: 160px;
	position: relative;
}

table#menu td{
	height: 46px;
	border-left: solid 0px #ccc;
	border-right: solid 0px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #666;
	
	text-align: center;
	vertical-align: middle;

	cursor: pointer;
}

table#menu td.menu_logo{
	height: 100px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #666633;

	text-align: center;
	vertical-align: middle;

	border-top: 0px solid #ccc;
	border-bottom: 1px solid #666;
	cursor: default;
}

table#menu td.bottone{
	text-align: center;
	vertical-align: middle;

	cursor: pointer;
}

table#menu td.separatore{
	height: 42px;
}

table#menu td.fondo{
	border-bottom: 0px;
}

table#menu td.clicked{
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	
	text-align: center;
	vertical-align: middle;

	cursor: default;
}

table#menu td.clicked a{
	color: #b33;
}

div#right
{
	position: relative;
	float: right;
		
	width: 820px;
	height: 620px;
	border-left: 2px solid #111;

	background-color: #B5B5D0;
	background: url(../_immagini/screen.gif);
	background-repeat: no-repeat;
	
	padding: 9px;
}

div#page_div
{
	position:relative;
	float: left;
	
	width: 800px;
	height: 600px;
	border: 1px solid #111;
}

div#titolo_div{
	position:absolute;
	top:0px;
	
	height: 40px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	cursor: default;
}

div#titolo_div h1{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	color: #eee;
	
	text-align: left;
	vertical-align: middle;
}

div#testata_div{
	position:absolute;
	top:41px;
	
	height: 49px;
	width:790px;
	padding-left:5px;
	padding-right:5px;
	
	background-color: #003;
 	border-left: 0px solid #f00;
	border-right: 0px solid #ffe118;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	
	cursor: default;
}

div#testata_div h2{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #eee;
	
	text-align: left;
	vertical-align:  middle;

}

div#contenuto_div{
	position:absolute;
	top:100px;
	
	height: 470px;
	padding:2px;
	padding-left:10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;

	text-align: center;
	vertical-align: middle;
	
	cursor: default;
}

div#pie_div{
	position:absolute;
	bottom:0px;

	height: 26px;
	width:790px;
	padding-left:5px;
	padding-right:5px;
	border: 0px;
	
	text-align: center;
	vertical-align: middle;
}

div.txt h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #003;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

div.txt h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	color: #003;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

div.txt ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	color: #003;
	text-align: left;
	vertical-align: middle;
	cursor: default;

}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

	color: #663;
	line-height: 20px;
	text-decoration: none;
	/*display: block;*/

	cursor: pointer;
}

a.menu{
	font-size: 16px;
	color: #555;
	line-height: 20px;
}

a.pie{
	font-size: 10px;	
	line-height: 20px;
}
a.elenco{
	font-size: 13px;
	color: #330;
	line-height: 20px;
}

a:link {
	color: #555;
}
a:visited {
	color: #555;
}
a:hover {
	color: #222;
	/*filter: alpha(opacity=100, finishopacity=50, style=2);*/

}
a:active {
	/*color: #bbbbbb;*/
}

a.elenco:link{
	color: #330;
}
a.elenco:visited {
	color: #330;
}
a.elenco:hover {
	color: #006;
	/*filter: alpha(opacity=100, finishopacity=50, style=2);*/

}
a.elenco:active {
	/*color: #bbbbbb;*/
}


