@charset "UTF-8";
/* CSS Document */


* {
	padding: 0;
	margin: auto;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	font-family:verdana;
	font-size:12px;
	margin:0;
	padding:0;
	height: 100%;
	width:100%;
	text-align: center;
}


#header {
	margin:auto;
	padding:0;
	width:960px;
}
#headerinflash {
	padding:0;
	width:960px;
	height:105px;
}

#header img{
	margin-right:-83px;
	margin-top:3px;
	position:relative;
	z-index:10;

}

#eng_ver{
	z-index:20;
	float:right;
	margin-top:1px;
	color:#AD1301;
	position:relative;
	font-size:12px;
	font-weight:bold;
	width:120px;
	text-align:right;
	
}

#eng_ver a{
	z-index:20;
	outline:none;
	color:#AD1301;
	text-decoration:none;
}

#eng_ver a:hover{
	color:#FFF;
}

#wrapper {
	margin:auto;
	padding:0;
	width:960px;
	position:relative;
	z-index:20;
	margin-top:-20px;
}

#wrapper_index {
	margin:auto;
	padding:0;
	width:960px;
	position:relative;
	z-index:20;
}

#footer {
	margin:auto;
	width:960px;
	margin-top:3px;
	height:12px;
	color:#000;
}

#foot_sx{
	float:left;
	font-size:10px;
	font-weight:bold;
	width:408px;
	text-align:left;
	height:12px;
}
#foot_dx{
	float:left;
	font-size:10px;
	font-weight:bold;
	width:400px;
	text-align:right;
	height:12px;
	
}

#valid{
	float:left;
	font-size:10px;
	font-weight:bold;
	width:150px;
	height:12px;
}
#valid a{
	color:#AD1200;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#foot_dx a{
	color:#000000;
}



#contenitore{
	width:960px;
	background-color:#666666;
	margin:auto;
}

#col_sx{
	width:238px;
	height: 440px;
	float:left;
	background-color:#666666;

}

#col_sx form{
	margin-top: 10px;
}
#col_sx input{
	background-color:#CCC;
	border: 1px solid #333;
	text-align:center;
	font-weight:bold;
	width:155px;
	padding:3px 3px 4px 8px;	
}

#col_sx value{
	vertical-align:middle;
	margin-top:2px;
}

#searchresults ol{
	list-style:none;
}

#col_dx{
width:721px;
float:left;
min-height: 440px;
text-align:center;
background-color:#666666;
}

#col_dx_int{
	margin-bottom:5px;
	font-size:12px;
	color:#FFF;
	text-align:justify;
}

.content{
	text-align:justify;
	color:#FFF;
	margin:30px;
	margin-top:60px;
}

.content p{
	margin-top:10px;
}

.content dd{
	font-size:12px;
	text-align:right;
	font-weight:bold;
}