@charset "utf-8";
/* CSS Document */


#menu {
	width: 260px;
	float:left;
}
#menuUp {
	width: 700px;	
	height: 190px;
	float:right;
}

#content {
	width: 700px;	
	float:right;
}
#header {
	width:960px;
	background:url(/images/layout/header.png) no-repeat;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer {
	width:960px;
	height:219px;
	background:url(/images/layout/footer.png) no-repeat;
	float:right;
	color: #060B25;
}

body,td,th {
	color: #060B25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.TitoloBox {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-left:28px; 
	padding-top:2px;
	height:30px;
	margin-top:8px;
}

.TestoBox {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:5px; 
	padding-right:5px;
	padding-top:2px;
	text-align:justify;
}

.LittleBox
{
	background-image:url(/images/layout/box.png);
	background-repeat:no-repeat;
	width:200px;
	height:220px;
	float:left;
	margin-top:5px;
	margin-right:11px;
}

.LittleBox2
{
	width:300px;
	height:220px;
	float:left;
	margin-top:5px;
	margin-right:11px;
}

.Box
{
	background-image:url(/images/layout/box2.png);
	background-repeat:no-repeat;
	width:413px;
	height:220px;
	float:left;
	margin-top:5px;
	margin-right:10px;
}

.TestoBox a:link, .TestoBox a:visited,.TestoBox a:active  {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
.TestoBox a:hover {
	color: #03C;
	text-decoration: none;
	font-weight:bold;
}


body {
	margin-left: 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active  {
	color: #171D34;
	text-decoration: none;
}
a:hover {
	color: #1E233F;
	text-decoration: none;
}

.aButton {
	background-image:url(/images/layout/button.png);width:193px;height:28px;border-left:#bdbebf 1px solid;border-top:#bdbebf 1px solid;border-right:#bdbebf 1px solid;
}
.bButton {
	background-image:url(/images/layout/button.png);width:193px;height:28px;border:#bdbebf 1px solid;
}
.cButton {
	margin-left:28px;margin-top:7px;
}

.contenuti
{
	margin-left:30px;
}

input,select,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	background-color: #E8E9EE;
	border: 1px solid #036;
}
