@charset "utf-8";
/* CSS Document */

/* Default Setting*/

body{
	margin:0px;
	padding:0px;
	background-color:#084988;
	font-family:Arial, Helvetica, sans-serif;
}

body img{
	border:none;
}

.Logo{
	width:198px;
	height:113px;
}

.Up{
	width:100%;
	background-color:#FFFFFF !important;
	z-index:1 !important;
}

/* Header + Middle */

.Middle{
	width:1000px;
	margin:auto;
	background-image:url(../private_images/background.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
	z-index:100 !important;
}

.News_Side{
	background-image:url(../private_images/News.png);
	background-repeat:no-repeat;
	width:314px;
	height:512px;
	position:relative;
	right:56px;
	top:-113px;
	float:left;
	z-index:400 !important;
}

.Box_News{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:240px;
	height:210px;
	position:relative;
	text-decoration:none;
	top:146px;
	left:43px;
}

.Box_News a:link,
.Box_News a:visited{
	text-decoration:none;
	color:#FFF;
}

.Box_News a:hover,
.Box_News a:active{
	text-decoration:underline;
	color:#FFF;
}

.Box_PDF{
	width:205px;
	height:118px;
	position:relative;
	top:119px;
	left:98px;
}

.Box_PDF img{
	border:none;
}

.Center_Zone{
	width:480px;
	min-height:400px;
	float:left;
}

.Mid_Btm{
	border:0px;
	padding:0px;
	width:938px;
	height:67px;
}


/* Footer */

.Footer{
	background-color:#084988;
	color:#FFFFFF;
	width:938px;
	margin:auto;
	text-align:left;
	font-size:12px;
	padding-left:130px;
	padding-top:20px;
}

.Footer a:link,
.Footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.Footer a:hover,
.Footer a:active{
	text-decoration:underline;
	color:#FFFFFF;
}

.clear{
	height:0px;
	width:100%;
	overflow:hidden;
	clear:both;
}


/* Menù & Sottomenù*/

.coop-educa-menu li{
    padding-left:14px;
    background-image: url(../private_images/iconamenu.jpg);
    background-position: 0 0;
    background-repeat:no-repeat;
}

.coop-educa-menu_liv2 li{
    padding-right:0px;
    background-image: none;    
}

.coop-educa-menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#014989 !important;
	margin-top:50px;
	width:200px;
	float:left;
}

.Menu ul{
	list-style-type:none;
	line-height:30px;
	margin:10px 0 0 5px;
	padding:0px;
}

.coop-educa-menu a:link,
.coop-educa-menu a:visited{
	text-decoration:none;
	color:#014989;
}

.coop-educa-menu a:hover{
	text-decoration:underline !important;
	color:#014989;
}

.coop-educa-menu_liv2{
	list-style-type:none;
	color:#066fcc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px !important;
	margin:0 !important;
}

.coop-educa-menu_liv2 a:link,
.coop-educa-menu_liv2 a:visited{
	text-decoration:none;
	color:#066fcc;
}

.coop-educa-menu_liv2 li.selezionato a:link,
.coop-educa-menu_liv2 li.selezionato a:visited{
    background-color:#066fcc !important;
	text-decoration:underline !important;
	color:#fff !important;
}

.coop-educa-menu_liv2 li a:hover{
    background-color:#066fcc !important;
	text-decoration:underline !important;
	color:#fff !important;
}