/* dichiarazioni generali (content e tag html) */
html, body {
	margin: 0px;
	padding:0px;
	font-family: 'Trebuchet MS', 'Helvetica', 'Arial', serif;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #FFF;
	color: #000;
	height: 100%;
	text-align: left;
}

li a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

a {
	text-decoration: none;
	font-family: 'Trebuchet MS', 'Helvetica', 'Arial', serif;
}

img, img a {
	border: 0px;
}

h3 {
	width: 501px;
	height: 28px;
	padding: 7px 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	background: #FFF url('../img/sbranga.png') top left no-repeat;
	color: #FFF;
}

h2 {
	width: 700px;
	height: 28px;
	padding: 7px 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	background: #FFF url('../img/sbranga_interna.png') top left no-repeat;
	color: #FFF;
}

h2 a {
	color: #FFF;
}

h4 {
	font-size: 1.2em;
}

h4 a {
	color: #1061bd;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

img.content {
	width: 118px;
	height: 91px;
	margin: 3px;
	float: right;
}

#container {
	width: 955px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* header */
#header {
	height: 130px;
	background: #FFF url(../img/testa.jpg) top left no-repeat;
	color: #000;
}

#header a.home {
 	position: absolute;
    height: 90px;
	width: 140px;
	top: 0px; 
	text-decoration: none;
}

#header a i { 
	visibility: hidden; 
}

#navlist {
	margin: 0px; 
	padding: 100px 10px 5px 0px;
}

#navlist li {
	display: inline;
	font-family: Helvetica, serif;
	padding: 0 7px 0 8px;
	text-align: center;
}

#navlist li a {
	font-size: 14px;
}

#navlist li.active a {
	text-decoration: underline;
	font-size: 14px;
}

/* colonna sx index */
#leftcol {
	width: 213px;
	height: 419px;
	background: #FFF url('../img/ovulo_sx.jpg') top left no-repeat;
	float: left;
}

#ultimo {
	position: relative;
	top: 85px;
	left: 10px;
}

#orari {
	position: absolute;
	top: /*135*/300px;
	left: 20px;
	line-height: 2em;
}

/* colonna sx interna */
#leftcolint {
	width: 213px;
	height: 419px;
	background: #FFF url('../img/ovulo_sx_interno.jpg') top left no-repeat;
	float: left;
}

#navint {
	position: relative;
	top: 30px;
	left: 10px;
	width: 190px;
	height: 220px;
	font-size: 12px;
	line-height: 1.2em;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

#navint ul {
	position: relative;
	left: 5px;
	border: 0;
	margin: 0;
	padding: 0;

}
#navint li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navint li.active a {
	color: #F66013;
}


#navint li.submenu a { 
	position: relative;
	left: 10px;
	font-weight: normal;
}

/* colonna centrale */
#content {
	height: auto;
	margin: 15px 0px 0 16px;
	background-color: #FFF;
	color: #000;
	float: left;
}

#content ul {
	list-style: inside;
	list-style-type: disc;
}

.box {
	width: 450px;
	height: 135px;
	margin: 5px;
	padding: 0 0 0px 15px;
}

.testo {
	float: left;
	width: 200px;
	margin-right: 20px;
}

/* testo sez interna */
.boxint {
	width: 670px;
	margin: 5px;
	min-height: 350px;
	padding: 0 0 0px 15px;
}

.testoint {
	top: 0;
	left: 0;
	min-height: 250px;
	float: left;
	width: 440px;
}
.testoint ul li{
	list-style-position: outside;
	margin-left:15px;
}
.testoint h5{
	font-size: 1.2em;
	font-weight:800;
	border:0px;
	padding:0px;
	margin: 15px 0px 3px 0px;
}
.testoint h8 {
	font-variant:small-caps;
	font-size:1.2em;

}
.testoint i.corsivo	{
	display:block;
	margin:2px 0px 3px 0px;
}
.testoint p{
	border:0px;
	padding:0px;
	margin: 0px 0px 10px 0px;
}
#imgtopdx {
	float: right;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 160px;
}

#imgdowndx {
	position: relative;
	float: right;
	top: 25px;
	left: 0px;
	width: 215px;
	height: 160px;
}

/* colonna dx index */
#rightcol {
	float: right;
	width: 208px;
	height: 419px;
	background: #FFF url('../img/ovulo_dx.jpg') top left no-repeat;
}

#testo_dx {
	position: relative;
	top: 105px;
	left: 70px;
	width: 120px;
}

#testo_dx input {
	float: right;
	background-color: #FFF;
	color: #000;
	border-color: #F09A2E;
	border-style: solid;
	border-width: 2px;
}

#tinytext {
	font-size: 1em;
	line-height: 0.9em;
	margin-bottom: 3px;
}

/* footer */
#footer {
	clear: both;
	height: 48px;
	background-color: #FFF;
	color: #000;
}

img.sx {
	display: block;
	float: left;
}

img.dx {
	display: block;
	float: right;
}

#spw{
	color: #2863b3;
}
/*left column in HP 2009/04/23*/
ul#mappa1 {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:200px;
	height:408px;
} 
ul#mappa1 li {
	display:block;
	position:absolute;
	margin:0;padding:0
}
li#mappa1-link1 {
	left:10px;
	top:48px;
	width:110px;
	height:25px
}
li#mappa1-link2 {
	left:10px;
	top:94px;
	width:130px;
	height:25px
}
li#mappa1-link3 {
	left:10px;
	top:140px;
	width:125px;
	height:25px
}
li#mappa1-link4 {
	left:785px;
	top:310px;
	width:150px;
	height:36px;
}
#mappa1 a {
	display:block;
	width:100%;
	height:100%;
}
#mappa1 .alt { display:none }
