/*Writted and developed by Saverio Garzi for Next Duepuntozero S.R.L., www.saveriogarzi.com www.next20.it @seivgarzi @next2punto0 */
/* Resetto il css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	text-decoration:none;
	color:#0b0b0b;
}
html, body {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	height:100%;
}
#top, #menubar, #main {
	width:980px;
	margin:0 auto;
}
#container {
	width:100%;
	height:100%;
}
#contenuto {
	position:absolute;
	width:680px;
	height:580px;
	
	left:50%;
	top:49%;
	margin-left:-325px;
	margin-top:-300px;
}
#bar {
	width:678px;
	height:45px;
	background-image:url(../images/bgspl.png);
	background-repeat:repeat;
	border:1px solid #958b80;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:5px;
}
#bar h2 {
	/*font-family:'a_BodoniNovaBold';*/
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-left:30px;
	line-height:45px;
}
.social {
	float:right;
	margin-right:10px;
}
.social img {
	width:27px;
	height:27px;
	margin-top:9px;
}
.push {
	margin-top:268px;
	margin-left:10px;
}
.cover {
	position:absolute;
	right:0px;
	top:22px;
	width:265px;
	height:290px;
}
#unten {
}
#unten .sx {
	float:left;
	width:160px;
	margin-top:10px;
}
#unten .dx {
	float:left;
	margin-left:10px;
}
#unten .dx h2 {
	font-family:'a_BodoniNovaBold';
	text-transform:uppercase;
	font-size:25px;
	float:left;
}
#unten .dx  {
	width:507px;
}
#sub_unten {
	width:115px;
	margin:0 auto;
}
#sub_unten img {
	width:55px;
	height:55px;	
} 
.evidenza {
	color:#cf3938;
	font-size:34px;
}
.clear {
	clear:both;
}
button.minimal {
  float:left;
  
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #eb3125;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px; 
  margin:5px 0 0 10px;
 }
button.minimal:hover {
	background: #d9d9d9;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #b4190f;
	cursor: pointer; 
}
button.minimal:active {
	background: #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
	-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
	box-shadow: inset 0 0 1px 1px #e3e3e3;
	color: #000; 
}
button.minimal img {
	position:absolute;
	margin-top:-10px;
	margin-left:-25px;
}