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

body {
	font: 76% verdana;
	color: white;
	background-color: #D9D4CD;
	font-family: Arial;
	letter-spacing: 0.1px;
}

img {
	border:0px;	
}
/* LAYOUT STYLES */
div#lingue{
    width: 100px;
    position: absolute;
    right: 50px;
    top: 20px;
}
div#header {
	/*padding-top: 5px;*/	
	height: 238px;
	width: 955px;
	clear: left;
	background-color: black;
	text-align: center;
	background-image: url("/public/images/index/testata.jpg");
	background-repeat: no-repeat;
	position: relative;
}

div#container_sx {
	width: 955px;
	margin: 0 auto;
}
div#container_dx {
	width: 955px;
	margin: 0 auto;	
}
div#container {
	width: 955px;
	margin: 0 auto;		
	height: auto !important;
	min-height: 625px;
	overflow: hidden;
	background: #333333;
}

div#content {
	float: left;
	width: 725px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

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

/*div#content-left {
	float: left;
	width: 199px;
	height:auto !important;
	height:365px;
	margin-top:15px;
	margin-bottom:15px;
}*/

div#content-right {
	float: right;
	width: 200px;
	height: auto !important;
	margin-top: 21px;
	margin-bottom: 15px;
}

div#lang {
	font-size: 11px;
	/*height:40px;*/
	width:955px;
	height:33px;
	padding-top:7px;
	color:white;
	margin-top: 1px;
	float:right;
	position:absolute;
}

div#lang img {
	vertical-align:middle;
	padding-right:2px;	
}

div#navigation {
    height: 41px;
	text-align: left;
	position: absolute;
	z-index: 99;
	left: 75px;
	top: 196px;
}
/*
div#menu-due-titolo {
	background-image:url("/public/images/index/sf_menu2.jpg");
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	background-align:top;
	width:171px;
	margin-left: 15px;
	padding-top:10px;
	color:black;
}
div#menu-due-titolo-due {
	background-image:url("/public/images/index/sf_menu2.jpg");
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	background-align:top;
	width:171px;
	margin-left: 15px;
	padding-top:5px;
	color:black;
}
ul#menu-due {
	margin-top: 0px;
	border: 0 none;
	padding-top: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:10px;
	list-style-position:inside;
	list-style:none;
	width:141px;
}
ul#menu-due a {
	color:#333333;
}
ul#menu-due li {
	text-decoration:none;	
	margin: 0px;
	border: 0 none;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom:1px solid #333333;
	color:#666666;
	background-color:#F5F5F5;
	width:141px;	
}*/

div#box-home {
	/*float:center;*/	
	margin:0;
	padding:0;
	width: 525px;
}

div#box-home h2 {
	font-size:12px;
}

div#rightbar {
	width:189px;
	margin-right:10px;
	margin-bottom: 10px;
}

div#rightbar h2 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	color: #C3B091;
	padding: 0;
	text-decoration: underline;
}

div#rightbar p {
	margin:0;
	padding:0;
	text-align: center;
}

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

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

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

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

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

div#box-news {
	width:249px;		
	float:left;	
	border-right:1px solid #999999;
	padding-right:10px;
}

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-news p{
	height:150px;
	text-align: justify	
}

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

div#box-evento {
	width:259px;
	float:right;
}

div#box-evento p{
	height:150px;
	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 {
	/*clear: both;*/
	margin: 0 auto;
	/*padding:10px;*/
	width: 935px;
	color: white;
	text-align: center;
	background-image: url("/public/images/index/footer_bk.jpg");
	background-repeat: repeat-x;
  	height: 30px;
	/*font-size: 10px;*/
	padding: 7px 10px 0px;	
}

/* GENERAL STYLES */

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

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

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

#gray {
	background-color:#eaeaea;
}

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

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

#bread h1 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C3B091;
}
#bread h1 a {
	color: white;
	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;
}

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

dl#newsletter-form dd.text input {
	width: 110px;
	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;
}

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

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

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