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

body {
	font-size: small;
	color: #111111;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #921A02;
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-x;
}
IMG {
border:0px;
}
/* MENU GESTITO DA ALTRO CSS (/menu/menu_style.css) e IMMAGINE DI TESTATA */

#img_e_menu {
	color: #FFFFFF;
}


#img_e_menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#img_e_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#img_e_menu a:hover {
	text-decoration: none;
	color: #2C2B4C;
}
#img_e_menu a:active {
	text-decoration: none;
}



/* TABELLA LINGUE IN ALTO */

#lingue{
	color: #FFFF99;
	font-size:x-small;
}
#lingue a:link {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#lingue a:visited {
	font-size: x-small;
	text-decoration: none;
	color: #FFFFFF;
}
#lingue a:hover {
	font-size: x-small;
	text-decoration: none;
	color: #999999;
}
#lingue a:active {
	font-size: x-small;
	text-decoration: none;
}



/* CONTENITORE CON EFFETTO OMBRA 3 div */

#ombra {
	border:#000000;
	width: 985px;
	margin: auto;
}

#ombra .sfumatura_2, #ombra .sfumatura_3, #ombra .testo
{
    position: relative;
    left: -1px;
    top: -1px;
}
#ombra .sfumatura_1
{
    background: #333333;
}
#ombra .sfumatura_2
{
    background: #222222;
}
#ombra .sfumatura_3
{
    background: #111111;
}



/* FOOTER */

#footer {
	color: #FFFF99;
	font-size:small;
	margin-left:0px;
}

#footer a{
	color: #FFFFFF;
	font-size:x-small;
}

#footer a:hover{
	color: #999999;
	font-size:x-small;
}


/* BOX COLONNA DESTRA GIALLO CON OMBRA */

#blocco_destra_top{
	background-image:url(../images/top.png);
	background-repeat: no-repeat;
	width:280px;
	padding-left:30px;
	padding-right:30px;
	height:30px;
}

#blocco_destra_centro{
	background-image:url(../images/center.png);
	background-repeat: repeat;
	font-size: 12px;
	width:280px;
	padding-left:30px;
	padding-top: inherit;
	padding-right:30px;
	padding-bottom:inherit;
}

#blocco_destra_centro p{
line-height:1.5 em;
}

#blocco_destra_centro h1{
font-size:16px;
font-style:bold;
color:#006699;
border-bottom-style:dotted;
border-bottom-color:#921A02;
border-bottom-width:thin;
padding-top:12px;
}

#blocco_destra_centro h2{
font-size:16px;
font-style:bold;
color:#921A02;
}


#blocco_destra_bottom{
	background-image:url(../images/bottom.png);
	background-repeat: no-repeat;
	width:280px;
	padding-left:30px;
	padding-right:30px;
	height:35px;
	}
	
	
#blocco_sinistra_top{
	background-image:url(../images/top2.png);
	background-repeat: no-repeat;
	width:540px;
	padding-left:30px;
	padding-right:30px;
	height:30px;
}

#blocco_sinistra_centro{
	background-image:url(../images/center2.png);
	background-repeat: repeat;
	font-size:14px;
	width:540px;
	padding-left:30px;
	padding-top: inherit;
	padding-right:30px;
	padding-bottom:inherit;
}

#blocco_sinistra_centro p{
line-height:1.5 em;
}

#blocco_sinistra_centro h1{
font-size:22px;
font-style:bold;
color:#921A02;
border-bottom-style:dotted;
border-bottom-color:#006699;
border-bottom-width:thin;
}

#blocco_sinistra_centro h2{
font-size:22px;
font-style:bold;
color:#921A02;
}

#blocco_sinistra_bottom{
	background-image:url(../images/bottom2.png);
	background-repeat: no-repeat;
	width:540px;
	padding-left:30px;
	padding-right:30px;
	height:35px;
	}
