/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 11 Maggio 2007 */


/* Definizione delle classi principali */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000000;
	font-weight: normal;
}
h2{
	font-size: 130%;
	color: #000000;
	border-bottom: 0px solid #99CC00;
	font-weight: normal;
}
h3{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #000000;
}
h6{
	font-size: 90%;
	color: #000000;
}

ul{
	list-style-type: square;
	font-size: 80%;
}

ul ul{
	list-style-type: disc;
	font-size: 80%;
}

ul ul ul{
	list-style-type: none;
	font-size: 80%;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

img {
	border : 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/
div#container {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	width: 900px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}





/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/






/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
form {
	padding: 0px;
	margin: 0px;
}
.csc-mailform {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	color: #000;
        text-align:left;
	width:120px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 3px 0px;
	border: 1px solid #CCC;
	font-size:13px;
}
.csc-mailform-radio input {
	border: 0px;
}

.csc-mailform-radio label {
	float: none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
.csc-mailform-submit {
	border: 1px solid #000 !important;
	background-color: #000 !important;
	margin:0px !important;
	font-size: 12px !important;
	color: #FFF !important;
	font-weight: bold;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}
