@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	border:0px;
	background:#02456f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00000;
}
img{
	margin:0px;
	padding:0px;
	border:0px;
}
/* STILE HEADER */
.header{
	width:100%;
	height:173px;
	background:url('../img/header.jpg') no-repeat center top;
}
.header_login{
	width:900px;
	height:37px;
	color:#FFFFFF;
	margin:auto;
}
.header_iscritti{
	width:auto;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
	margin:10px 0px 0px 10px;
}
.header_link{
	width:auto;
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
	margin:10px 10px 0px 00px;
}
.header_link img{
	border:0px;
	margin:0px 5px 0px 10px;
}
.header_link a:link, .header_link a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.header_link a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/* end STILE HEADER */



/* STILE CONTENT */
/* CONTENUTI */
.container{
	width:900px;
	height:auto;
	margin:auto;
}
.extra{
	width:212px;
	margin:17px 0px 0px 0px;
	float:left;
}
.content{
	width:660px;
	height:auto;
	margin:17px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	float:right;
	display:inline;
	background:#fff;
	border:5px solid #CCCCCC;
}
.testo{
	width:auto;
	padding:5px;
}
.testo h1{
	color:#000;
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	text-transform:uppercase;
}
.testo ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
}
.testo a:link, .testo a:visited{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.testo a:hover{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
/* end CONTENUTI */
/* EXTRA */
.menu{
	width:212px;
	height:auto;
}
.menu a{
	width:177px;
	height:22px;
	display:block;
	color:#555555;
	background:url('../img/bt_menu.jpg') no-repeat;
	text-decoration:none; padding-left:35px; padding-right:0px; padding-top:3px; padding-bottom:0px
}
.menu a:hover{
	width:177px;
	height:22px;
	color:#000;
	background:url('../img/bt_menuOn.jpg') no-repeat;
	text-decoration: underline
}
.annunci{
	margin:20px 0px 0px 0px;
	width:202px;
	height:auto;
	background:#c0c0c0;
	padding:0px 0px 50px 10px;
}
.banner{
	width:auto;
	text-align:center;
	margin:0px 0px 0px -5px;
}
/* end EXTRA */
/* BOXES */
.boxes{
	width:auto;
	height:400px;
	margin:0px 0px 50px 0px;
}
.box{
	width:210px;
	height:340px;
	float:left;
	display:inline;
	position:relative;
	font-size:10px;
}
.box img{
	width:200px;
	height:250px;
	border:5px solid #ccc;
	margin:0px 0px 5px 0px;
}
.box p{
	text-align:justify;
	margin:0px;
	padding:0px;
}
.box h1{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
.box h2{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
.box a:link, .box a:visited{
	color:#999;
	text-transform:uppercase;
	text-decoration:none;

}
.box a:hover{
	color:#333;
	text-transform:uppercase;
	text-decoration:underline;

}
.random_adv {
	width:660px;
	height:50px;
	margin:20px 0px 20px 232px;
	text-align:center;
}
/* end BOXES */
.fondo{
	clear:both;
}
.footer{
	width:100%;
	border-top:3px solid #fff;
	background:#011747;
}
.footer h1{
	width:900px;
	height:20px;
	margin:40px auto 0px auto;
	padding:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.footer h1 a:link, .footer h1 a:visited{
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
.footer h1 a:hover{
	font-weight:bold;
	background:#fff;
	color:#011747;
	text-decoration:underline;
}
/* end STILE CONTENT */