@import "header_mainmenu.css";
@import "content.css";
@import "servizi.css";
@import "news.css";
@import "persone.css";
@import "footer.css";
@import "form.css";
@import "wysiwyg.css";

body{
	background: #0071bd;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans;
	text-align: center;
	margin: 0;
	color:#505050;
	background: #006fb6 url(../img/bg_vert.jpg) repeat-x;
}

#sfondo{
	width: 100%;
	background:url(../img/bg_ombra.jpg) center repeat-y;
}

#container{
	margin: 0 auto;
	width: 100%;
	background: url(../img/bg_main.jpg) top center no-repeat;
	padding-top: 35px;
}

.orange{color:#dc632e;}
.titolo{color:#dc632e; font-weight: bold;}
.clear{clear:both;}
.hidden{display: none; height: 0px; width: 0px;}
.fleft{float:left;}
.fright{float:right;}
.spacer{height:5px;}
.spacer20{height:20px;}
ul{margin: 0; padding: 0; border: 0;}

a.selected, a.hassubmenu{
	color:black;
	text-decoration: underline;
}

p{
	margin: 0; padding:0;
}


.obl{color:red; font-style: italic;}
.error{color:red;}

a img{border:none;}

.wysiwyg ul{
	list-style-type: disc;
	padding-left: 20px;
}