@charset "utf-8";

html, body, div, ul {
    margin: 0;
    padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#444444;
    letter-spacing:0.2px;
    background-color:#050506;
    background-image: url(../img/sfondo.jpg);
    background-repeat: no-repeat;
	background-position: top center;
	width:100%;
	height:100%;
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
h1 {
    font-size:20px;
    text-transform:uppercase;
    padding:0px;
    margin:0px;
    margin-bottom:20px;
    color: #4c2e2b;
    font-weight: normal;
}
h2 {
    font-size:16px;
    text-transform:uppercase;
    padding: 4px 5px 5px 5px;
    margin-top:0px;
    margin-bottom:0px;
    color: #927c74;
    font-weight: normal;
    line-height: 16px;
    background-color:#f2efee;
}
h2 a {
    color: #927c74;
    text-decoration:none;   
}
#bg { /* sfondo del body */
    margin:0 auto;
    text-align:left;
    /*width:984px;*/
    width:996px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
	padding-top: 10px;
}
/* ------------------------ Header ------------------------  */
#testata { /* sfondo dell'header e delle immagini */
    margin:0 auto;
    text-align:left;
    width:950px;
    background-color:#fff;
}
/*
#menu_alto {
    color:#927c74;
    font-size:12px;
    padding: 10px;
    height: 80px;
}
*/
#logo {
    padding-top: 0px;
    text-align: right;
}
#menu_alto a {
    text-decoration:none;
    color:#927c74;
}
#menu_alto a:hover {
    text-decoration:none;
    color:#6d514b;
}
/* ------------------------ Menu principale ------------------------  */
#menu {
    height:30px;
    text-align:left;
	background-image: url(../img/bg_menu.png);
}
#menu a {
    color:#ffffff; 
    text-transform:uppercase;
    text-decoration:none;
    padding-right:50px;
    margin-left:10px;
    font-size:13px;
}
#menu a:hover {
    text-decoration:none;
    color:#927c74;
}
/* ------------------------ Colonna sinistra  ------------------------  */
#colonna_sx {
    background-color:#f2efee;
}
#content_colonna_sx {
    float:left;
    width:220px;
    padding-top:26px;
}
#left {
    float:left;
    width:220px;
    padding-top:26px;
}
#left ul {
    margin-left: 0px; 
    padding-left: 0px;
    padding-right: 20px;
    list-style-image: url(../img/freccia_sx.gif);  
} 
#ul_list {
    margin-left: 0px; 
    padding-left: 30px;
    padding-right: 20px;
    list-style-image: url(../img/freccia_sx.gif);  
}      
#li_list {
    margin-left: 0px; 
    padding-left: 0px;
    padding-right: 20px;
    list-style-image: url(../img/freccia_sx.gif);  
}      
/* ------------------------ Corpo principale (coonna CX e DX) ------------------------  */
#corpo {
    background-color:#FFFFFF;
    width:730px;
    float:right;
}
#corpo_centrale, #colonna_dx {
    text-align:left;
}
/* ------------------------ Colonna CX ------------------------  */
#corpo_centrale {
    float:left;
    width:470px;
    background-color:#FFFFFF;
    padding-left:20px;
    padding-right:20px;
    padding-top:40px;
    line-height:20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#381a17;
    letter-spacing:0.2px;
}
#corpo_centrale ul {
    margin-left: 0px; 
    padding-left: 20px;
    list-style-image: url(../img/freccia_sx.gif);  
}
#center_text a {
    color: #6d514b ;  
} 
#colonna_dx {
    float:right;
    width:220px;
    padding:11px 0px 0px 0px;
    color:#6d514b;
    font-size: 12px;
    line-height: 20px;
    font-size:13px;
    text-transform: uppercase;
    font-weight: bold;
}
#colonna_dx ul {
    margin-left: 0px; 
    padding-left: 20px;
    list-style-image: url(../img/freccia_sx.gif);  
    } 
#corpo_colonna_dx {
    background-color:#f2efee;
}
#center_picture {
    margin-top:10px;
    background-color:#4c2e2b;
}
/* ------------------------ Footer ------------------------  */
#footer {
/*    background-color:#4c2e2b;*/
    color:#555555	;
    font-size:11px;
    padding:20px 20px 20px 20px;
	background-image: url(../img/sfondo_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#footer a{
    color:#555555;
    text-decoration:underline;
}
#clearfix {
    clear:both;
}
#left {
    font-size:12px;
}
.titolo_box {
    background-color:#bcaea8;
    width:210px;
    margin-bottom:0px;
    margin-top:10px;
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    padding:7px 0px 7px 10px;
    text-transform:uppercase;
    font-size: 13px;
    font-weight: bold;
}
.titolo_box a {
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
}
.testo_box {
    width:200px;
    margin-bottom:0px;
    display:block;
    color: #927c74;
    padding:10px 10px 10px 10px;
    background-color: #f2efee;
}
.testo_box a {
    color: #927c74;
}
#menu_tendina, #menu_tendina ul {
    position:relative;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:1000;
}
#menu_tendina a {
	cursor:pointer;
	display: block;
	width: auto;
	padding-bottom:9px;
	padding-top:8px;
	padding-left:5px;
}
#menu_tendina li {
	float: left;
	width: auto;
}
#menu_tendina li a {
	background-image: url(../img/menu_linie.png);
	background-repeat: no-repeat;  
	background-position: right;
}  
#menu_tendina li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index:1000;
}
#menu_tendina li ul li {
	margin-bottom:1px;
}
#menu_tendina li ul li a {
	color:#4c2f2b;
	background-image:none;
	background-color: #ffffff;
	display:block;
	width: 150px;
}
#menu_tendina li li {
	position: relative;
}
#menu_tendina li li a.sezione {
	background: url(../images/rightarrow.gif) center right no-repeat;
}
#menu_tendina li ul ul {
	margin: -1em 0 0 10em;
}
#menu_tendina li:hover ul ul, #menu_tendina li.sfhover ul ul {
	left: -999em;
}
#menu_tendina li:hover ul, #menu_tendina li li:hover ul, #menu_tendina li.sfhover ul, #menu_tendina li li.sfhover ul {
	left: auto;
}
#menu_tendina li#active { /* Listen zur aktuellen Kategorie */
	color:#927c74;
}
#navibottom a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	letter-spacing:0.2px;
	text-decoration:none;   
}    
.sfondo_ombra_dx {
    background-image: url(../img/sfondo_ombra_dx.gif);
    background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px
}
.testo_scheda1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	letter-spacing:0.2px;
	text-decoration:none;
    line-height: 18px;
}
.testo_scheda2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	letter-spacing:0.2px;
	text-decoration:none;
    line-height: 18px;
}
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
    background-image: url("../img/bg_menu.png");
    height: 30px;
    text-align: left;
	font-size: 13px;
    padding-left: 5px;
    padding-top: 2px;
}
#TJK_dropDownMenu  a{
    color: #FFFFFF;
    /*font-size: 13px;*/
	margin-left:10px;
    padding-right: 50px;
    text-decoration: none;
    text-transform: uppercase;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-15px;
	padding:2px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	width:auto;
	cursor:pointer;
	float:left;
	list-style-type:none;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
    margin-bottom: 1px;
	width:auto/*FF*/;
	padding:0;
	border:none;
}
/* All anchors */
#TJK_dropDownMenu li a {
	cursor:default;
	text-decoration:none;
	display:block;
	float:left;
/*  uncomment the declaration below if you want to go "full width" */
    width:auto; 
	height:2em;
	line-height:2em;
	z-index:3000;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	/*white-space:nowrap;*/
	background-color: #FFFFFF;
    background-image: none;
	padding-left: 5px;
	display:inline;
    color: #4C2F2B;
    width: 150px;
	/*height:1.7em;*/
	/*background-position:0 50% !important;*/
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#927C74}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color: #927C74; !important;}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#TJK_dropDownMenu li#AB {z-index:3000;}
#TJK_dropDownMenu li#CF {z-index:3000;}
#TJK_dropDownMenu li#GJ {z-index:3000;}
#TJK_dropDownMenu li#KR {z-index:3000;}
#TJK_dropDownMenu li#ST {z-index:3000;}
#TJK_dropDownMenu li#UZ {z-index:3000;}
/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB a,
.CF #TJK_dropDownMenu li#CF a,
.GJ #TJK_dropDownMenu li#GJ a,
.KR #TJK_dropDownMenu li#KR a,
.ST #TJK_dropDownMenu li#ST a,
.UZ #TJK_dropDownMenu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {display:block;top:-1000px}
/* background colors */
#AB,#AB li a {width:auto;background-image: url("../img/menu_linie.png");
    background-position: right center;
    background-repeat: no-repeat;}
#CF,#CF li a {width:auto;background-image: url("../img/menu_linie.png");
    background-position: right center;
    background-repeat: no-repeat;}
#GJ,#GJ li a {width:auto;background-image: url("../img/menu_linie.png");
    background-position: right center;
    background-repeat: no-repeat;}
#KR,#KR li a {width:auto;background-image: url("../img/menu_linie.png");
    background-position: right center;
    background-repeat: no-repeat;}
#ST,#ST li a {width:auto;background-image: url("../img/menu_linie.png");
    background-position: right center;
    background-repeat: no-repeat;}
#UZ,#UZ li a {width:auto;background-image: url("../img/menu_linie.png");
    background-position: right center;
    background-repeat: no-repeat;}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#TJK_dropDownMenu li#UZ ul {left:-2.3em !important;}
/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #TJK_dropDownMenu li#AB ul li a:focus,
.AB #TJK_dropDownMenu li#AB ul li a:active,
.CF #TJK_dropDownMenu li#CF ul li a:focus,
.CF #TJK_dropDownMenu li#CF ul li a:active,
.GJ #TJK_dropDownMenu li#GJ ul li a:focus,
.GJ #TJK_dropDownMenu li#GJ ul li a:active,
.KR #TJK_dropDownMenu li#KR ul li a:focus,
.KR #TJK_dropDownMenu li#KR ul li a:active,
.ST #TJK_dropDownMenu li#ST ul li a:focus,
.ST #TJK_dropDownMenu li#ST ul li a:active,
.UZ #TJK_dropDownMenu li#UZ ul li a:focus,
.UZ #TJK_dropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}

A.link_scheda {
	color: #ff9c00; font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
A.link_scheda:HOVER {
	color: #FC0000;
	font-weight: bold;
	text-decoration: none;
}
A.link_scheda:ACTIVE {
	color: #ff9c00;
	font-weight: bold;
	text-decoration: underline;
}
