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

/*RESET*/
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, strong, sub, sup, tt, var,
b, u, i, 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-family: "Din", Helvetica, sans-serif;
	color: #333333;
}
body { overflow:auto; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a{ text-decoration:none; }

/*FONT - COLORI DIMENSIONI TIPO*/

.bianco { color: #ffffff; }
.nero { color: #000000; }
.grigio1{ color: #333333; }
.grigio2{ color: #455560; }
.ciclamino1 { color: #e7578c; } 
.ciclamino2 { color: #e20177; } 
.colore_menu { color: #e371ac; } 

.dimensione_testo_footer, .dimensione_testo_language, .dimensione_testo_menu_interno, .dimensione_testo_contenuti0 { font-size: 10px; }
.dimensione_testo_menu, .dimentione_testo_menuup, .dimensione_testo_contenuti1 { font-size: 11px; }

.din { font-family: "Din", Helvetica, sans-serif; }
.agp { font-family: "Adobe Garamond Pro", Helvetica, sans-serif; }

.maiuscolo { text-transform: uppercase; }
.letteragrande { text-transform: capitalize; }
.grassetto { font-weight: bold; }
.corsivo { font-style:italic; } 

#corpo {
	font-size: 13px;
}
/*FORM ELEMENT*/

input.inputbg{
    border-style: hidden;
    border: none;
    font-size:10px;
    height: 16px;
	width: 175px;
	margin-left:7px;
    margin-right:7px;
	margin-bottom:4px;
	color: #455560;
}

input.inputbg2{
    border-style: hidden;
    border: none;
    font-size:10px;
    height: 16px;
	width: 30px;
	margin-left:6px;
    margin-right:8px;
	margin-bottom:1px;
	margin-top:3px;
	color: #455560;
}

.div_menu .dimensione_testo_contenuti1 {
    font-size: 9px;
}