/*formattazione generale pagina*/
* {
	margin:0;
	background-position: right;
	background-repeat: no-repeat;
	padding: 0;
}
html {
	font-size: 100%;
	overflow: scroll;
}
img {
	border:0 none;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../immagini/sfondoGrigio.gif);
	background-repeat: repeat;
}
#container {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0,75;
	text-align: left;
	background-color:#FFFFFF;
	line-height: 1,7;
	color: #FFF;
}
.skip {
	height: 0;
	width: 0;
	position: absolute;
	top: -200em;
	overflow: hidden;
}
.skip a:link, .skip a:visited, .skip a:hover, .skip a:focus, .skip a:active {
	color: #000000;
	height: 0;
	width: 0;
	position: absolute;
	top: -200em;
	overflow: hidden;
}

/*formattazione tipografica*/
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-style: normal;
}
h1 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 0.50em;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
}
p {
	font-size: 0.7em;
	line-height: 1.7em;
	font-weight: normal;
	color: #666666;
}
.testoRosso {
	color: #990033;
	font-weight: bold;
}

/*formattazione navigazioni*/
.listNav {
	list-style: none;
	margin: 0;
	padding:0;
}
a:link, a:visited, a:hover, a:focus, a:active {
	font-size: 1em;
	line-height: 1.4em;
}
a:link, a:visited, a:focus, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*formattazione header*/
#header {
	width: 780px;
	height: 100px;
	background-color: #990033;
	background-image: url(../immagini/SalinDeBiosel.png);
	background-position: center;
	background-repeat:no-repeat;
}
#header ul {
	float: right;
	padding-top: 5px;

}
#header ul li {
	display: inline;
	padding-right: 20px;
}
#header ul li a:link, #header ul li a:visited, #header ul li a:hover, #header ul li a:focus, #header ul li a:active {
	color: #FFFFFF;
	font-size: 0.55em;
}
#musicaOnOff {
	clear: right;
	float: right;
	margin-top: 35px;
	margin-right: 25px;
}

/*formattazione menu*/
#menu {
	width: 780px;
	height: 40px;
}
#menu ul {
	padding-top: 5px;
}
#menu ul li {
	display: block;
	float: left;
	text-align:center;
}
li.linea {
	width: 156px;
	background-image: url(../immagini/lineaMenu.png);
	background-position:right;
	background-repeat:no-repeat;
	line-height: 16px;
}
li.noLinea {
	width: 156px;
	line-height: 16px;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active {
	color: #666666;
	font-size: 0.7em;
	display: block;
	width: 156px;
}
.active {
	color: #990033;
	font-size: 0.7em;
	font-weight: bold;
}

/*formattazione titoli*/
#titolo {
	width: 780px;
	text-align: center;
}
#titolo h2 {
	font-size: 2em;
	color: #990033;
	font-weight: normal;
	display: block;
	padding-top: 15px;
}
#titolo h3 {
	font-size: 1.7em;
	color: #990033;
	font-weight: normal;
	display: block;
	padding-top: 15px;
}
span.titoloRosso {
	color: #990033;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.8em;
}

/*formattazione sfondi box */
.fineSezione {
	float: left;
	width: 775px;
	height: 25px;
	background-image: url(../immagini/box775bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top right;
}

/*formattazione piede*/
#footer {
	clear: both;
	width: 780px;
	height: 30px;
	background-color: #990033;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	line-height: 25px;
	color: #CCCCCC;
	font-size: 9px;
}
#segnidisegni {
	height: 30px;
	text-align: center;
	background-image: url(../immagini/sfondoGrigio.gif);
	background-repeat:repeat;
}
#segnidisegni p {
	line-height: 25px;
	color: #666666;
	font-size: 9px;
}
#segnidisegni a:link, #segnidisegni a:visited, #segnidisegni a:hover, #segnidisegni a:focus, #menu a:active {
	color: #666666;
	text-decoration: underline;
}
#testiDue div {
	background-color: #903;
	background-repeat: no-repeat;
	height: 1px;
	width: 775px;
	background-position: left;
}
