.clear{
	clear: both;
	visibility: hidden;
	display: block;}
	
/******* MENU *******/
#containertabs{
width: 100%;
height:auto;
}
#containertabs a:link { text-decoration: none; color : #333; border: 0px;}
#containertabs a:active { text-decoration: none; color : #333; border: 0px;}
#containertabs a:visited { text-decoration: none; color : #333; border: 0px;}
#containertabs a:hover	{ text-decoration: none; color : #fff; border: 0px;} 
#containertabs ul{
	list-style: none;
	list-style-position: outside;
	margin:0px;
}
#containertabs ul.menu li{
	font-size: 11pt;
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	display: block;
	padding: 2px 2px 2px 2px;
	background: #efefef;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#containertabs ul.menu li.active{
	background: #7788a6;
	top: 1px;
	border-bottom: 0;
	color: #fff;
}
.content{
	margin: 0pt auto;
	/*background: #fff;*/
	background: #fff url(../images/onda.gif) no-repeat scroll left top;
	border: 4px solid #7788a6;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	margin-top:25px;
	line-height: 1em;
	vertical-align: top;
	height: 30px;
	padding: 10px 10px 10px 62px;
	font-size: 24px;
}
.content.login{
display: none;
}
.content.login h1{
background: transparent url(../images/menuicon/login.gif) no-repeat scroll left top;
}
.content.news h1{
background: transparent url(../images/menuicon/news.jpg) no-repeat scroll left top;
}
.content.news{
display:none;
position:relative;
}

.ann{
width:100%;
border:1px solid #ccc;}

.tdgray{
width:33%;
text-align:center;
background: #cccccc;}

.tdgray :hover{
background: #7985a8}

.tdwhite{
width:33%;
text-align:center;
background: #ececec;}

.tdwhite :hover{
background: #7985a8}

.content.eventi h1{
background: transparent url(../images/menuicon/cal.gif) no-repeat scroll left top;
}
.content.eventi{
	display: none;
}
.content.mercatino h1{
	background: transparent url(../images/menuicon/merc.gif) no-repeat scroll left top;
}
.content.mercatino{
	display: none;
}
.content.mercatino a{
	color: #5f95ef;
}
.content.gallerie h1{
	background: transparent url(../images/menuicon/foto.gif) no-repeat scroll left top;
}
.content.gallerie{
	display: none;
}
.content.gallerie a{
	color: #000;
}
.content.download h1{
	background: transparent url(../images/menuicon/download.gif) no-repeat scroll left top;
}
.content.download{
	display: none;
}
.content.download a{
	color: #5f95ef;
}
