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%;
	vertical-align: baseline;
	background: transparent;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #402000;	
}

@font-face {
    font-family: 'CalligraffitiRegular';
    src: url('Calligraffiti-webfont.eot');
    src: url('Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),
         url('Calligraffiti-webfont.woff') format('woff'),
         url('Calligraffiti-webfont.ttf') format('truetype'),
         url('Calligraffiti-webfont.svg#CalligraffitiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
 * Tag template 
 */

#contenitore_sito{
	width: 980px;
	height: 660px;
	/* border: solid 1px #000000;  */
	margin: auto;
	text-align: left;
}

#lenguage{
	height: 65px;
	width: 980px;
	border-bottom: solid 1px #D5D0CC;
	margin-bottom: 5px;
	text-align: left;
	font-family: CalligraffitiRegular;
	font-size: 25px;
}

#titolo{
	height: 60px;
	line-height:70px;
	margin-left: 5px;
}

#contenitore_body{
	position:relative;
	height: 560px;
	width: 980px;
	/* border: solid 1px #000000; */
}

#footer{
	height: 25px;
	line-height:25px;
	width: 980px;
	border-top: solid 1px #D5D0CC;
	margin-top: 5px;
	text-align: right;
}

/*
 * Tag contenuti
 */

#navigation{
	width: 178px;
	height: 560px;
	background: #D8C1AC;
	float:left;
	border-right: solid 2px #FFFFFF;
	color: #FFFFFF;
}

#navigation h2{
	font-family: 'CalligraffitiRegular';
	font-size: 16px;
	font-weight: bold;
}
#navigation ul{
	list-style: none;
	margin:10px 10px 0 10px;
	line-height: 25px;
	/* border-top: solid 1px #FFFFFF; */
	border-bottom: solid 1px #FFFFFF;
	padding: 5px;
	font-size: 14px;
}

#navigation li a{
	text-decoration: none;
	color: #FFFFFF;	
}

#navigation li a:hover{
	text-decoration: none;
	color: #402000;	
}

#contenitore_contenuti{
	height: 560px;
	width: 800px;
	/* background: url(../images/1.jpg); */
	float:left;
	position: relative;
	/* border: solid 1px #000000; */
}

#contenuto{
	width: 500px;
	height: 560px;
	float: right;
	border-left: solid 2px #FFFFFF;
	background: #D8C1AC;
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	position: absolute;
	right: 0px;
	z-index: 1;
}
#contenuto1{
	width: 500px;
	height: 560px;
	float: right;
	border-left: solid 2px #FFFFFF;
	position: absolute;
	right: 0px;
	z-index: 2;
}

#open-close{
	width: 20px;
	height: 560px;
	float: left;
	position: relative;
}

#open-close #bottone{
	position: absolute;
	bottom: 8px;
	left: 3px;
}

#open-close #bottone1{
	position: absolute;
	top: 8px;
	left: 3px;
}

.text{
	text-align: left;
	margin-left:5px;
	width: 470px;
	float: left;
	line-height: 18px;
}

.text-lungo{
	text-align: left;
	margin-left:5px;
	width: 470px;
	float: left;
	line-height: 16px;
}

.text h2{
	font-family: 'CalligraffitiRegular';
	font-size: 16px;
	font-weight: bold;
}

.text h2 a{
	text-decoration: none;
	color: #402000;
}

.text-lungo p{
	padding: 8px 8px 0px 8px;
	margin-right: 8px;
	line-height: 18px;
}

.text-lungo h1{
	padding: 10px 10px 2px 10px;
	font-family: 'CalligraffitiRegular';
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-right:8px;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
}

.text-lungo h2{
	padding: 10px 10px 2px 10px;
	font-family: 'CalligraffitiRegular';
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right:8px;
	text-align: left;
}

#lista ul{
	list-style: none;
	line-height: 20px;
}

#lista a{
	color: #FFFFFF;
	text-decoration: none;
}
