
/* Definizione dei div delle varie aree e del body*/


#header {
    background-image : url('../immagini/header.gif');
/*    background-repeat:repeat-x;*/
    background-repeat:no-repeat;
    /* Questo d&#224;
    problemi con risoluzioni maggiori di 1280x1024*/ background-position:left;
    height : 191px;
    width : 100%;
   margin-left:120px;
    padding-left:300px;
    cursor:pointer;
  }


#luce {
    width: 100%;
    height: 15px;
    margin-left: 300px;
  }


#menusx {
    margin-left:122px;
    padding:0px;
    width: 125px;
/*    height: 630px; 2008*/
     height: 480px; 
/*    background-color:black;*/
    background-color:#f1e6d1;
/*    background-image: url(../immagini/castelfolk.png); 2008*/
    background-repeat: no-repeat;
    background-position: bottom;
/*    color:white; 2008*/
	color:black;
    font-family:Impact;
    font-size:12px;
    float: left;
  }


#testo {
    color:#000000;
    width: 65%;
    float: left;
    height: 626px;
/*    border-bottom: 4px solid #6c0c15;*/
    text-align: justify;
  }


body {
    padding: 0px;
    margin:0px;
/*    background-color: #D8CCAE;  Modifica 2009 */
	background-color:white;
  }

/* Definizione delle varie celle e tabelle */


td.img {
    width: 91px;
    height: 30px;
    text-align:center;
  }
td.menuoff {
    width: 125px;
    height:20px;
    background-color:transparent;
  }




td.menuon {
  /*  background-color:black; 2008 */
    background-color:#f1e6d1;
    width: 125px;
    height:20px;
  }


td.menuactive {
/*    background-color:black; 2008 */
  background-color:#f1e6d1;
    width: 125px;
    height:20px;
    padding-left: 20px;
  }


table.menutop {
/*   background-color:#6c0c15; 2008*/
    background-color:#c4b392;
    width: 125px;
  }


td.menuoffbottom {
    width: 125px;
    height:20px;
    background-color:transparent;
  }


td.menuonbottom {
/*    background-color:#6c0c15;2008*/
background-color:#c4b392;
    width: 125px;
    height:20px;
  }


td.menuactivebottom {
/*    background-color:#6c0c15;2008*/
background-color:#c4b392;
    width: 125px;
    height:20px;
    padding-left: 20px;
  }


table.menubottom {
/*    background-color:black; 2008 */
  background-color:#f1e6d1;
    width: 125px;
  }
  

/* Definizione dei collegamenti */


a {
    text-decoration:none;
color:black;
/*    color:white; 2008*/
    padding-left:20px;
  }


a.header {
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
  }


img.header {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }


a.body {
    color: #6c0c15; 
/*    color:#c4b392; 2009*/
    font-family : Arial;
    font-size : 12px;
    padding-left:0px;
  }
  
img.titolo {
    padding-left: 70px;
}

/* Zona testo */


h1 {
    color : #6c0c15;
/*    color:#c4b392; 2009*/
    font-family : Impact;
    font-size : 40px;
    font-variant : small-caps;
    margin-top : 10px;
    padding-left : 70px;
    margin-bottom: 0px;
  }


p {
    font-family : Arial;
    font-size : 12px;
    padding-left : 70px;
  }

/* fine CSS*/