/* CSS Document */

* {
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

body {
	background-image: url(img/eshnr_pattern.jpg);	
}
a.collegamenti {
	text-decoration:underline;
	color:#333333;
	font-size:10px;
}
a.collegamenti:hover {
	color:#FFFFFF;

}
.footer {
	background-image: url(img/footer.jpg);
	background-color:#3b4956;
	height: 80px;
	color:#999999;
	vertical-align:top;
	font-size:9px;
	margin:10px;
	padding:10px;
	background-repeat: repeat-x;
}
.footerTesto {
	color:#999999;
	vertical-align:top;
	font-size:9px;
}
a.footerColl {
	text-decoration:underline;
	color:#999999;
	font-size:9px;
}
a.footerColl:hover {
	color:#FFFFFF;
}
.centro {
	height: 90%;
	width: 900px;
	background-color: #bac2c9;
	border: 1px solid #1F252C;
}
.immagineHome {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3A4652;
	border-right-color: #3A4652;
	border-bottom-color: #3A4652;
	border-left-color: #3A4652;
	padding-right:10px;
	padding-top:10px;
	
}
.cella_standard {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px;
	padding:10px;
	background-color: #bac2c9;
}
.cella_piccola {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:10px;
	padding:10px;
}
.bordoDx {
	margin: 10px;
	padding: 10px;
	border-right: 1px dotted #363E4A;
}

.apice {
	vertical-align: super;
	font-size: 9px;
}
.apiceChiaro {
	vertical-align: super;
	font-size: 9px;
	color:#999999;
}
.titolo_pagina {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F252C;
	height: 30px;
	margin: 5px;
	padding: 5px;
	background-image: url(img/pattern_titolo.jpg);
	color:#CCCCCC;
	text-transform: uppercase;
}
.titolo_link {
	color:#CCCCCC;
	text-decoration:underline;
}
.titolo_link:hover {
	color:#80BB15;
}

a.link_menu {
	text-decoration:none;
	color:#38424E;
}
a.link_menu:hover {
	color:#FFFFFF;
}
a.link_menuS {
	text-decoration:none;
	color:#FFFFFF;
}
a.link_menuS:hover {
	color:#333333;
}

.cella_menu {
	height: 30px;
	width: 89px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	
}
.campi {
	background-color:#CCCCCC;
	border:#1c2228 solid 1px;
	margin:2px;
	padding:2px;
}
.campi200 {
	width: 200px;
	background-color:#CCCCCC;
	border:#1c2228 solid 1px;
	margin:2px;
	padding:2px;
}
.area {
	width: 250px;
	height: 200px;
	background-color:#CCCCCC;
	border:#1c2228 solid 1px;
	margin:2px;
	padding:2px;
}
.bottoni {
	color: #BAC2C9;
	background-color: #3E4C56;
	border: 1px solid #22292F;
	margin: 3px;
	padding: 3px;
}
.importante {
	font-size:14px;
	text-align:justify;
	color:#9a141b;
}
ul{
	list-style-type:circle;
	margin-left:20px;
	}
.immagini {
	padding:3px;
	border:1px solid #485864;
}
.loghi{
	border:1px solid #3b4956;
}