/*GRIGIO SEPPIA - Intestazioni	= #58595b*/
/*GRIGIO CENERE - Voci 			= #d4d8db*/
/*GRIGIO CHIARO - Separatori	= #e6e6e6
/*ARANCIONE 	- Selezione		= #ff6600*/

/*===IMPOSTAZIONI PRINCIPALI===*/

body {
	margin:0;
	padding: 0;
	font-family: Tahoma;
	text-align: center;
	overflow: scroll;
}

a:link {
	text-decoration: none;
	color: #ff6600;
}
a:visited {
	text-decoration: none;
	color: #ff6600;
}
a:hover	{
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.image_p {
	text-align:center;
}
.image_p img {
	height:110px;
}

li{
	margin: 0.5em 0 0.5em 0
}

#contentpage{
	width: 800px;
	margin: auto;
}

/*IMPOSTAZIONI DELL HEADER*/
.header{
	width: 800px;	
	background-color: #58595b;
}

/*IMPOSTAZIONI DEL MENU STATICO*/
#static_menu{
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 2px;
	font-weight: bold;
	height: 20px;
	line-height:20px;
}
#static_menu .static_menu_voice {
	float: left;
}
#static_menu .static_menu_voice a:link {
	color: #ffffff;
}
#static_menu .static_menu_voice a:visited {
	color: #ffffff;
}

#static_menu #selected_static_voice a{
	color: #ff6600;
}

/* BOX PER LA LINGUA */
.langbox
{
	width: auto;
	color: White;
	letter-spacing: 2px;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}

.langbox a:hover	{font-weight: bold;}
.langbox a:link	{ color: White;}
.langbox a:visited	{ color: White;}

/*CORPO PRINCIPALE*/
#central_section
{
	padding-top: 0;
	padding-bottom:0;
	border: 0;
}

/*MENU_DINAMICO*/
#dinamic_menu{
	width: 167px;
	font-size: 11px;
	text-align:left;
	float: left;
}
#dinamic_menu a:hover {
	color: #58595b;
	font-weight: normal
}
#dinamic_menu a:visited {
	color: #58595b;
}
#dinamic_menu a:link {
	color: #58595b;
}

#dinamic_menu .intestazione, #login .intestazione{ 
	background: #58595b url(img/macromenu.gif) no-repeat 0% 50%;
	color: #ffffff;
	padding: 5px 0 5px 20px;
	font-weight: bold;
	height: 25px;
}
#dinamic_menu .intestazione a, #dinamic_menu .intestazione a:hover,
#dinamic_menu .intestazione a:visited, #dinamic_menu .intestazione a:link{
	color: #ffffff;
	font-weight: bold;
}

#dinamic_menu .dinamic_menu_voce{
	padding: 3px 2px 3px 20px;
	color: #58595b;
	background-color: #d4d8db;
}

.dinamic_menu_separatore{
	height: 10px;
	background-color: #e6e6e6;
	margin: 0 0 10px 0;
}
.dinamic_menu_img_link{
	height: 40px;
	line-height:40px;
	padding: 0 0 0 50px;
	background-repeat: no-repeat;
	background-color: #d4d8db;
}

/*===CONTENUTI===*/
#main_body{
	float: left;
	text-align: left;
	width: 460px;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 15px;
	padding-left:2px;
	padding-right:2px;
}

#path { border-bottom: 1px dashed #b2b2b2;}

#path table
{
	font-size: 12px;
	text-align: left;
	color: #58595b;
}

.profile{
	margin: 10px 0 20px 0;
	min-height:150px;
}
.profile div{
	margin: 0 0 10px 0;
}
.staff_foto{
	float: left;
	margin: 2px 2px 2px 2px;
}

#project_header{
	text-align: center;
	margin: 20px 0 0px 0;
}

#project_header a img{
	border: 0;
	height: 110px;
}

#project_img{
	text-align: center;
}

#project_img a img{
	margin: 20px 0 0px 0;
	border: 0;
}

#project_long p{
	margin-top: 20px;
}
#project_link{
	text-align:center;
	font-size: large;
	margin: 10px 0 15px 0;
}

#map{
	text-align: center;
}
#map iframe{
	width:425px;
	height:300px;
	margin: 0 0 0 0;
	border: none;
}
/*===LOGIN===*/
#login{
	width: 167px;
	font-size: 11px;
	text-align:left;
	float: right;
}
#login .login_label{
	padding: 2px 5px 2px 5px;
	height: 13px;
	background-color: #d4d8db;
}
#login .login_txt, #login .login_button{
	padding: 2px 5px 8px 5px;
	height: 13px;
	background-color: #d4d8db;
}
#login  .login_txt .loginout_input{
	width: 140px;
	height: 18px;
	font-family: Tahoma;
	color: #000000;
	font-size: 10px ;
	float: right;
	margin: 0 2px 0 2px;
}
#login .loginout_button{
	width: 38px;
	height: 18px;
	border: 1px solid black;
	background-color: #ff6600;
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	float: right;
}

/*===FOOTER===*/
#footer{
	border-top:1px dotted #b2b2b2;
	text-align: center;
	font-size: 9px;
	color: #58595b;
	letter-spacing: 1px;
	clear:both;
}

