* {
border-width:0px;
border-spacing:0px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

html{
height:100%;
}

body {
padding-top:20px;
padding-bottom:20px;
height:100%;
max-width:850px;
min-width:850px;
width:850px;
text-align:center;
margin-left:auto;
margin-right:auto;
background-color:white;
font-family:"Times New Roman", serif;
font-size:medium;
font-style:normal;
font-weight:normal;
}


#titolo {
height:200px;
background:url("immagini/titolo31Logo.png") top center;
background-repeat:no-repeat;
}


#corpo {
width:850px;
background:url("immagini/sfondo.png") top center;
background-repeat:repeat-y;
min-height:350px;
height:auto !important;
height:350px;
text-align:left;
}


#bottom {
clear:both;
height:66px;
background:url("immagini/piede.png") top center;
background-repeat:no-repeat;
padding-left:40px;
text-align:left;
}
#navigazione{
width:760px;
margin-left:auto;
margin-right:auto;
position:relative;
top:-28px;
height:28px;
clear:both;
text-align:right;
background-color:transparent;
color:#a20000;
font-family:Verdana;
font-size:24px;
font-weight:bold;
font-variant:small-caps;
}

#menu {
padding-left:15px;
width:200px;
margin-left:auto;
margin-right:auto;
float:left;
}

.voce_menu_curr {
padding-top:12px;
width:180px;
min-width:180px;
max-width:180px;
max-height:43px;
min-height:43px;
height:43px;
background:url("immagini/buttonDown.png") top center;
background-repeat:no-repeat;
text-align:center;
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#ffd000;
margin-bottom:5px;
}

.voce_menu {
padding-top:12px;
width:180px;
min-width:180px;
max-width:180px;
max-height:43px;
min-height:43px;
height:43px;
background:url("immagini/buttonUp.png") top center;
background-repeat:no-repeat;
text-align:center;
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#a20000;
margin-bottom:5px;
}

.voce_menu:hover {
padding-top:12px;
width:180px;
min-width:180px;
max-width:180px;
max-height:43px;
min-height:43px;
height:43px;
background:url("immagini/buttonDown.png") top center;
background-repeat:no-repeat;
text-align:center;
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#ffd000;
margin-bottom:5px;
}

.voce_menu a {
color:inherit;
text-decoration:none;
}

a {
color:#a20000;
text-decoration:none;
}

a:hover {
color:#ffd000;
text-decoration:none;
}


#testo{
float:left;
width:580px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
text-align:justify;
color:#a20000;
font-family:Verdana;
font-size:14px;
}

* html #testo{
float:left;
width:580px;
padding-left:40px;
padding-right:20px;
padding-bottom:20px;
text-align:justify;
color:#a20000;
font-family:Verdana;
font-size:14px;
}

#testo a{
color:#0066ff;
}
#testo a:hover{
color:#0099ff;
}

#grazie{
width:500px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}

* html #grazie{
width:500px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
padding-left:50px;
}
/*a {
color:#0000c4;
text-decoration:none;
}
a:hover {
color:#FF6E0E;
text-decoration:underline;
}*/


.titoli{
font-size:x-large;
font-weight:bold;
color:#0000C4;
text-align:center;
font-variant:small-caps;
margin-bottom:20px;
}
.link{
border-width:1px;
border-color:#000000;
border-style:solid;
border-spacing:5px;
margin-bottom:20px;
padding:5px;
vertical-align:top;
text-align:center;
}
table{
width:575px;
margin-left:auto;
margin-right:auto;
text-align:center;
border-color:#9b0000;
border-width:1px;
border-style:solid;
}
thead, tfoot {
 background-color:#dd0000;
 color:#ffff66;
}
th, td, tr {
border-color:#9b0000;
border-width:1px;
border-style:solid;
}

.tabella{
width:500px;
margin-left:40px;
}
.titoliTab{
min-width:100px;
width:100px;
float:left;
margin:2px;
text-align:right;
}
.datiTab{
min-width:380px;
width:380px;
float:left;
background-color:white;
margin:2px;
border-width:1px;
border-style:solid;
border-color:#000000;
}
.evento{
background-color:#FFFF66;
width:550px;
min-width:550px;
max-width:550px;
margin-right:auto;
margin-left:auto;
margin-bottom:20px;
border-width:1px;
border-style:solid;
border-color:#a20000;
text-align:justify;
}
.evento a{
color:#002dff;
text-decoration:none;
}
.evento a:hover{
color:#0088ff;
}
.titoloEvento{
font-size:16px;
font-weight:bold;
padding-left:20px;
}
.oraEvento{
width:550px;
min-width:550px;
max-width:550px;
background-color:#a20000;
color:#ffff33;
font-weight:bold;
text-align:right;
font-size:16px;
}
.contEvento{
font-size:12px;
font-style:italic;
}

#map {
	width:500px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	border-color:#a20000;
	border-width:1px;
}

.nascosto {
	display : none;
}