/* stili home page  federico vigna */

body {
	font-family: Trebuchet MS,Verdana,Arial,Sans-Serif;
	font-size: 80%;
	background-color: black;
}

h1, h2, h3, h4 , h5, h6 {
	color:  #D8870B; 
}

input{
	background: ;
	background-color: #FFC14D;
	width: 170px;
	color: Blue;
}

#contenuto {
	position: relative;
	width: 88%;
	margin-top: 20px;
	left: 7%;
	right: 12%;
	color: #F4960E; 
}

/****************** MENU SUPERIORE **********/
div.menuItem {
	color: #633B05;
	background-image: url(../images/menuItem3.gif);
	width: 12em;
	/*width: 100%;*/
	margin: 0 5px 0 5px;
	azimuth: center;
	text-align: center;
	float: left;
	border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
	border-left: 1px solid Navy;
	border-right: 1px solid Navy;
}
div.menuItemRis {
	color: #633B05;
	background-image: url(../images/menuItem2.gif);
	width: 12em;
	/*width: 100%;*/
	margin: 0 5px 0 5px;
	azimuth: center;
	text-align: center;
	float: left;
	border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
	border-left: 1px solid Navy;
	border-right: 1px solid Navy;
}
div.menuItemPulsantini {
	color:   #633B05;
	background-image: url(../images/menuItem.gif);
	width: 6em;
        /*width: 100%;*/
	margin: 0 5px 0 5px;
	azimuth: center;
	text-align: center;
	float: left;
	border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
	border-left: 1px solid Navy;
	border-right: 1px solid Navy;
}
div.menuItem a {
	color: maroon;
	height: 2em;
	line-height: 2em;
	display: block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration: none;
}
div.menuItem a:hover{
	background-color: #7fff00;
	color: ActiveCaption;
}
div.menuItem a:visited {
	color: #8b0000;
}

/* Menu finto */
div.menuHidden {
	color:   #633B05;
	width: 12em;
	margin: 0 5px 0 5px;
	azimuth: center;
	text-align: center;
	float: left;
}
div.menu {
	/*	background-color: White;
	font-family: Trebuchet MS,sans-serif;
	padding-left: 10pt;
	padding-bottom: 2pt;
	height: 15pt;*/
	padding-left: 5%;
        padding-right: 5%;
	padding-top: 10px;
	width: 90%;
	border-top: 1px solid Yellow;
}

/* indirizzo nella home */
div#indirizzo{
	margin-top: 2em;
	font-size: 96%;
	padding-left: 2.5em;
}