@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	color: #FFF;
}

div#contenitore {
	background-color:#000;
	width: 800px;
	margin: 0 auto;

}

div#menu {
	width: 600px;
	margin-left:100px;
	padding-top: 50px;
	
}

div#header {
	height: 200px;
	float:left;
}

.menu:link, .menu:visited {
	text-decoration: none;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: 600;
	background-color: #000;
	color: #FC0;
	padding: 4px 10px 4px 10px;
}

.menu:hover, .menu:active {
	text-decoration: none;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: 600;
	background-color: #FC0;
	color: #FFF;
	padding: 4px 10px 4px 10px;
	
}

div#contenuto {
	text-align: justify;
	font-family: "Myriad Pro", Verdana, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-weight: 400;
	padding: 50px;

}

.titolo {
	color: #F90;
	font-size: 20px;
	font-weight:bold;
}

.titolo2 {
	color: #000;
	font-size: 18px;
	font-weight:bold;
}

.testo {
	color:#000;
	text-decoration: none;
	}
	
a:link, a:visited {
	text-decoration: none;
	color:#9459ff;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFF;
}

.accessi {
	color:#000
}

.bottom {
	color:#333;
	font-size:11px;
}

.ediren {
	color:#F3C;
}

.descrizione {
	font-size:13px;
}

div#index {
	margin:0 auto;
	text-align:center;
}

a img {
	border:none;
}

.arancio {
	color: #F90;
}







/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 25px; width: 550px;
	background-color: #FFF;
    padding: 5px; margin: 6px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
			background-color: #000;
            width: 9px; height: 25px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background-color: #000;
                height: 25px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px arial;
            color: #F90; outline: none;
            text-align: center;
            height: 25px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
        
