body{
    text-align: center;   /*centra in IE 5.x */
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 background-color: #FFF;
	 color: #002D5D;
	 }

a {color: #79B956;}
a:hover {color: #79B956;}
a:visited {color: #79B956;}
.green {
color: #79B956;
}
h5,h2 {
	color: #79B956;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	font-size:13px;
}
form {
	margin:0px;
	padding:0px;
}
.login {
	border:1px solid #002D5D;
}
input,select textarea {
	border:0px;
}
/* stili del layout **/
div#container{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color: #002D5D;
    width: 930px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    }

div#hpheader{/* homepage **/
    width: 930px;
    }
div#hpnavigation{/* homepage **/
    width: 930px;
	 margin:0px;
	 padding: 0px;

    }
	 
div#header{
    width: 930px;
	height:226px;
    }
	 
div#navigation{
	width: 928px;
	height: 84px;
	padding: 2px 0px 0px 2px;
}
	 
	 	 
div#content{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002D5D;
	width: 890px;
	/*border:1px solid red;*/
	border-left: 2px solid #002D5D;
	margin: 0px 0px 0px 20px;
}

div#clearer {
	clear:both;
}
div#footer{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:11px;
    width: 920px;
	 height: 16px;
	 text-align:center;
	 color: #FFF;
	 background-color: #002D5D;
	 padding-top:2px;
    }

div#footer a {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover {
	color:#FFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Homepage **/

div#news {
	width: 283px;
	float: left;
	border-right: 2px solid #002D5D;
	margin: 0px 0 0 5px;
	padding:5px 0 0 0px;
	
}
div#text {
	margin:0px 0 0 303px;
	padding:5px 0 0 0px;
}

div#home  {
	/*border:1px solid red;*/
	margin: 0 4px 0 15px;
}


/** elementi pagina **/
div#content p {
	margin: 0 0px 0 10px;
}
div#title {
	width: 559px;
	float: left;
	/*border:1px solid red;*/
}
div#login {
	margin:5px 0 0 559px;
	background-color: #D1D1D1;
	width:326px;
	height: 57px;
	border:1px solid #002D5D;
}

/** PAGINA Soci **/

table.soci {
	table-layout: auto;
	width:860px;
	border-collapse: collapse;
}
td.riga {
	border-bottom: 5px solid #79B956;
	height:85px;
}
table.soci thead {
	background-image: url(../images/scheda.gif);
	height:41px;
	text-align: right;
	color: #FFF;
}
tr.bg {
		background-color: #E4E8E9;
}
table.soci td {
	height:50px;
	padding:4px;
	font-size:10px;	
	/*border:1px solid red;*/
}

/** tabella scheda socio **/
table.scheda {
	table-layout: auto;
	border-collapse: collapse;
	width:860px;
}
table.scheda thead {
	background-image: url(../images/scheda.gif);
	height:45px;
	text-align: right;
	color: #FFF;
}
table.scheda td {
	font-size:10px;	
}
div.servizi {
	margin:10px 10px 10px 10px;
}
a.menu {
	color: #79B956;
	font-size:11px;
	text-decoration: none;
	text-indent: 32px;
	padding: 0px 0px 0px 4px;
	line-height: 15px;
}
a.menu:hover {
	text-decoration:underline;
}
span.testo {
	/*margin: 0px 15px 0px 0px;*/
	display: block;
	width:450px;
}
.admin #header {
	height: 142px;
    width: 930px;
	overflow:hidden;
	margin:0px auto;
	background-image: url(../images/head_news.png);
	background-repeat:no-repeat;
	background-position:right top;
	border-bottom: 3px solid #9BA2A4;
}
.admin #footer {margin:0px auto}
.admin table.page {
	width:900px;
	margin:0px auto;
	text-align:left;
	border-left: 2px solid #002D5D;
}
.admin table.page td,#admin table.page th {
	padding:5px;
}

.admin table.page table {
	width:100%;
	border-collapse:collapse
}
.admin table.page table td {border:1px solid #9BA2A4}
.admin table.page table th {
	background-color: #79B956;
	color:#FFF;
	font-size:14px;
}
.admin table.page table th.nobg {background-color: transparent;color:#002D5D}
.admin input {
	border:1px solid #002D5E;
	width:300px;
	padding:3px;
	margin:3px;
	font-size:13px;
}
.admin input.auto {width:auto;border:0px;padding:0px;margin:0px}
.admin input.small {
	width:150px
}
