@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(griglia.css);
@import url(tipografia.css);
/**/
/* =palette
verde scuro: #669933
verde chiaro: #66cc33
arancione: #FF6600
blu: #0099FF


*/
body {
	background-image: url(../img/header-texture-2.jpg);
	background-repeat: repeat-x;
}
.right {
	background-color:#666666;
	float: left;
	width:2em;
	display: block;
	position: relative;
}
#header {
	height:162px;
}
a#immagine-header {
	display:block;
	height:162px;
	width:300px;
	overflow:hidden;
	background-image:url(../img/educare_2.gif);
}
a#immagine-header:hover {
	background-position:-300px;
}
#header-per-stampa {
	display:none;
}
/* =menu*/
.menu ul {
	list-style:none;
	margin: 0px auto;
	padding: 0px;
}
.menu ul li {
	font-size:1.3em;
	text-align:center;
	width:25%;
	display:block;
	float:left;
	list-style:none;
}
.menu ul li a {
	padding:5px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu-rapido {
	display:block;
	margin-top:20px;
	height: 30px;
}
#menu-rapido ul {
	background-color:#333333;
}
#menu-rapido a {
	font-weight:bold;
	font-size:1em;
	border-right:#CCCCCC solid 1px;
	line-height: 29px;
}
#menu-principale {
	height: 30px;
	color:#CCCCCC;
	padding:5px 5px 2px 5px;
}
#menu-principale.menu ul li {
	width:auto;
}
#menu-principale a {
	font-weight:bold;
	font-size:1.2em;
	color:#FFFFFF;
	display: BLOCK;
}
#menu-principale a:hover {
	color:#333333;
}
/* =finestre*/
.red-window, .grey-window, .blue-window, .green-window {
	border:1px solid;
	margin-top: 10px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5px;
}
.grey-window h2, .red-window h2, .blue-window h2, .green-window h2 {
	padding:5px;
	color:#FFFFFF;
}
.grey-window h2 a, .red-window h2 a, .blue-window h2 a, .green-window h2 a {
	color:#FFFFFF;
	background-repeat:repeat-x;
}
.grey-window h2 {
	background-color: #CCCCCC;
	background-image:url(../img/stripes-texture-grey.gif);
	background-repeat: repeat-x;
}
.red-window h2 {
	background-color:#FF6600;
	background-image:url(../img/stripes-texture-orange.gif);
	background-repeat: repeat-x;
}
.blue-window h2 {
	background-color:#0099FF;
	background-image:url(../img/stripes-texture-blue.gif);
	background-repeat: repeat-x;
}
.green-window h2 {
	background-color:#66cc33;
	background-image:url(../img/stripes-texture-green.gif);
	background-repeat: repeat-x;
}
.red-window {
	border-color:#FF6600;
}
.blue-window {
	border-color:#0099FF;
}
.green-window {
	border-color:#66cc33;
}
.grey-window {
	border-color:#D6D6D6;
}
.menu-window {
	padding:5px 0px 0px 30px;
}
.menu-window li {
	list-style-type:none;
	padding:0px;
	list-style-position:outside;
}
.menu-window ul li a {
	display:block;
	background-color:#CCCCCC;
	font-size:1.3em;
	font-weight:bold;
	padding: 5px;
}
.menu-window ul li ul li a {
	display:block;
	background-color:#FFFFFF;
	font-size:1.1em;
	font-weight:normal;
	color: #666666;
	border-bottom: dotted 1px #666666;
	padding: 5px;
}
.menu-window ul li ul li a:hover {
	background-color:#F3F3F3;
	border-color:#FF6600;
}
.menu-window ul li ul {
	padding:5px 15px;
}
#chiusura-body {
	display:block;
	height:50px;
	background-image:url(../img/chiusura-body.jpg);
	background-repeat:no-repeat;
}
#footer {
	border: solid 1px #333333;
	background-color:#67C634;
	padding: 5px;
	margin-top:0px;
	height:50px;
	color: #FFFFFF;
	display: block;
	background-image:url(../img/footer-texture.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/*=stili del testo */
a.go-to-top {
	display:block;
	width:100%;
	text-align:right;
	font-weight:bold;
}
#quotes {
	background-image: url(../img/quotes.jpg);
	background-repeat: no-repeat;
	display:block;
	width:95px;
	height:65px;
	float:left;
}
.corpo h2 {
	margin-bottom:15px;
	line-height:130%;
}
.corpo h2 em{
font-weight:normal;}
.corpo h3 {
	font-weight:bold;
	display:block;
	width:150px;
	padding:5px;
	border:#999999 1px solid;
	float:left;
	text-align: right;
	background-color: #CCCCCC;
	color: #FF6600;
	margin: 0px 10px 0px 0px;
}
.corpo h4 {
	font-weight:bold;
	padding-top: 15px;
}
.inivisible{
display:none;}
.finestra-h-200{
display:block;
height:200px;
overflow:hidden;
}
.finestra-h-250{
display:block;
height:250px;
overflow:hidden;
}
