/* HOME*/

* {padding: 0; margin: 0;}

p {margin: 0px;}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }
   

body {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:130%;
background-color:#dfdfdf;
color:#666666;
}

h1,h2 {
display:inline;
}

img {
border:none;
}

a {
text-decoration:none;
color:#333333;
}

a:hover {
text-decoration:underline;
}

.wrapper {
display:table; 
width:100%;
margin:0px auto 0px auto;
background:#ffffff url(images/background.png) center top repeat-x;
}

.esterno {
width:1000px;
margin:0px auto 0px auto;
}

.navbar {
width:955px;
height:57px;
margin:0px auto 0px auto;
padding:0px;
text-align:center;
}

.logo {
width:960px;
margin:0px auto 0px auto;
}

.sezione {
width:960px;
height:27px;
margin:0px auto 15px auto;
text-align:left;
}

.left {
float:left;
width:465px;
margin:0px 30px 0px 0px;
}

.right {
float:right;
width:465px;
margin:0px;
}

.news {
width:465px;
height:20px;
margin-bottom:15px;
text-align:left;
}

.appuntamenti {
width:465px;
height:24px;
margin-bottom:11px;
text-align:left;
}

.line {
width:960px;
height:5px;
margin:0px auto 15px auto;
text-align:left;
background-color:#dfdfdf;
}

.line2 {
width:465px;
height:5px;
margin:0px auto 15px auto;
text-align:left;
background-color:#dfdfdf;
}

.line3 {
width:960px;
height:1px;
margin:15px auto 15px auto;
text-align:left;
clear:both;
background-color:#dfdfdf;
}

.line4 {
width:960px;
height:1px;
margin:0px auto 15px auto;
text-align:left;
clear:both;
background-color:#dfdfdf;
}

.contenuto {
width:960px;
margin:0px auto 30px auto;
text-align:left;
}

.contenuto2 {
width:465px;
margin:0px auto 0px auto;
text-align:left;
}

.contenuto3 {
width:960px;
margin:0px auto 45px auto;
text-align:left;
}

.newsletter {
width:960px;
height:20px;
margin:0px auto 15px auto;
text-align:left;
}

.credits {
font-size:11px;
width:960px;
margin:30px auto 30px auto;
text-align:left;
}
.navbar2 {
margin-bottom:5px;
float:right;
}

.copyright {
float:left;
margin-bottom:5px;
}

.design {
clear:both;
width:960px;
text-align:left;
}

.separatore {
margin:0px 7px 0px 7px;
}

ul {
list-style-position:inside
margin:0px;
padding:0px;
list-style-type:none;
padding:0px;
margin:0px;
}

li {
padding-left:14px;
background-image:url(images/block.png);
background-repeat:no-repeat;
background-position:0px 5px;
}

.titoli {
	font-weight: bold;
	font-size: 14px;
	color:#000000;
}
.sottotitoli {
	font-size: 13px;
	font-weight:bold;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */