html, body {
	margin: 0px;
	padding: 0px;
	/*padding-top:25px;*/
}

body {
	font-size: 80%;
	background-color: #660000;
	font-family: Tahoma, Verdana;
	background-image:url(/public/images/index/sf_home.jpg);
	background-repeat:repeat-x;
	overflow-y: scroll;
}

img {
	border:0px;	
}
p {
	margin: 0;
	margin-bottom: 10px;
}
/* LAYOUT STYLES */
div.informativa{
	font-size:10px;
	margin-bottom: 5px;	
}
div#header {
	height: 160px;
	background-image: url("/public/images/index/sf_testata.jpg");
	background-repeat: repeat-x;
}
div#header object {
	overflow: hidden;
}
div#container_sx {
	width: 967px;
	margin: 0 auto;
	background-image:url(/public/images/index/ombra_home_sx.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
div#container_dx {
	width: 967px;
	margin: 0 auto;
	background-image:url(/public/images/index/ombra_home_dx.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}

div#container {
	width: 955px;
	margin: 0 auto;		
	height: auto !important;
	min-height: 595px;
	overflow: hidden;
}

div#wrapper {
	overflow: hidden;
}

div#content {
	float: left;
	padding: 10px 15px;
	height: auto !important;
	overflow: hidden;
	background-image: url("/public/images/index/sfondo.jpg");
	background-repeat: no-repeat;
	background-color: white;
}

div#content-testo {
	float: left;
	width: 650px;
	text-align: justify;
}

div#content a {
}

div#content a:hover {
	text-decoration: underline;
	color: #660000;
}

div#banners {
	float: left;
}

div#navigation {
    height: 41px;
    width: 955px;
	text-align: center;
	background-color: #660000;
	overflow: hidden;
	margin-top: -3px;
	padding-left: 15px;
}

div.informativa a {
	color: #660000;
	text-decoration: underline;
}

div#box-home {
	margin:0;
	padding:0;
}

div#box-home h2 {
	font-size:14px;
	font-style: italic;
	color: #003466;
}

div#rightbar {
	padding: 5px;
	float: right;
	width: 250px;
}

div#rightbar h2 {
	margin: 0 0 0 5px;
	font-size: 1.2em;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}

div#rightbar p {
	margin:0;
	padding:0;
}

div#rightbar-testo {
	margin:0;
	margin-left:5px;	
	margin-top:11px;
	margin-bottom: 5px;
	height:auto;
	overflow:hidden;
	padding:0;
}

div#rightbar div#leggi * {
	font-size: 0.9em;	
}

div#rightbar div#riga {
	margin: 10px 50px;
	border-bottom: 1px solid black;	
}

div#box-testo p {
	margin:0;
	padding:0;
}

div#box-testo {
	margin:0;
  /*margin-left:5px;*/
	margin-top:5px;
	overflow:hidden;
	padding:0;
}

div#box-news {
	/*background-color: #003366;
	color: white;*/
	padding: 10px;
	border: 4px double #003466;
}
div#box-news h2 {
	margin-top: 0;
}
div#box-news p {
	text-align: justify	
}
div#box-news a {
	vertical-align:bottom;
	text-decoration:none;
	text-align: right;
	/*color: white;*/
}
div#box-news a:hover {
	color: #003366;
	text-decoration: underline;
}

div#box-formazione {
	margin-top:30px;
	width:249px;		
	float:left;	
	text-align:center;
}

div#box-lavoro {
	margin-top:30px;
	width:249px;		
	float:right;
	text-align:center;	
}

div#box-evento {
	padding: 0 10px;	
}

div#box-evento p {
	text-align: justify	
}

div#box-evento a {
	vertical-align:bottom;
	text-decoration:none;
	text-align:right;
}

div#extra {
	float:left;
	clear:left;
	width:155px;
	margin-bottom: 35px;
}

div#footer {
	margin: 0 auto;
	color: white;
	padding: 10px;
	background-color: #660000;
	overflow: hidden;
}

div#footer a {
	color: white;
	font-weight: bold;
}

/* GENERAL STYLES */

a {
	text-decoration:none;
	color: black;
}

a:visited {
	text-decoration:none;
	color: black;
}

a:hover {
	text-decoration:underline;
	color: black;
}

div#lingue {
	float:right;
	position:relative;
	text-align:right;
	vertical-align:middle;
	width:250px;
}

div#lingue a img {
	margin-left: 3px;	
}

#bread {
	height: auto !important;
	height: 25px;
	position: relative;
	text-transform: capitalize;
}

#bread img {
	position: absolute;
	right: 20px;
	top: 0;
}

#bread h1 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#bread h1 a {
	text-decoration: none;
}
#bread h1 a:hover { 
	text-decoration: none;
}
.element-group {
	list-style-type: none;	
}

.submit-group {
	list-style-type: none;
}

ul#test-list {
	list-style-type: none;
}

/**
css form newsletter
*/
dl#newsletter-form {
	padding-left: 0px;
	margin: 0;
}

dl#newsletter-form dd.text{
	margin-left: 0px;
	width: 110px;
	padding-bottom: 8px;
	padding-left: 5px;
}

dl#newsletter-form dd.text input {
	width: 170px;
	border: 1px solid #333;
	height: 18px;
	background-color: #F5F5F5;
}

dl#newsletter-form  dt.text{
	float: right;
	text-align: left;
	width: 60px;
	padding-left: 7px;
	height: 20px;
}

dl#newsletter-form  dt.text label {
	height: 20px;
	padding-top: 6px;
	vertical-align: middle;
}

dl#newsletter-form  dt.bottom{
	text-align: center;
	/*padding-top: 7px;*/
	display: inline;
	font-size: 10px;
}

dl#newsletter-form dd.bottom {
	margin-left: 0px;
	text-align: center;
	display: inline;
	margin-bottom: 15px;
	float: left;
}

dl#newsletter-form #submitbutton {
	background: url("/public/images/index/pulsante.jpg");
}

dl#newsletter-form dd.submit-group {
	text-align: center;
	padding-top: 7px;
	margin-left: 0px;
}

.element-group {
	list-style-type: none;	
}

.submit-group {
	list-style-type: none;
}

ul#test-list {
	list-style-type: none;
}

ul#test-list li img {
	vertical-align:middle;
}

.handle {
	cursor:move;	
}
/*RICERCA ADMIN*/
ul.element-group-ricerca{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
li.element-group-ricerca{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}