body{
	background-image : url(sfondo.jpg);
        font-family : "Trebuchet MS", Helvetica, sans-serif;
        color:#FFFFFF;
        margin: 0px;
        padding: 0px;
}
#header{
    position:absolute;
	width : 100%;
        height: 20%;
}
#header_img{
    width:100%;
}
#container{
    position: absolute;
    margin-top: 0%;
    top:20%;
    width: 100%;
    height: 68%;   
    font-size: 20px;
}
.admin{
    margin-left: auto;
    margin-right: auto;
}
#footer{
    position: absolute;
    color:#ffffff;
    bottom: 12%;
    width:99%;
    height:10%;
    text-align: center;
}
div#navcontainer
{
	background-image: url(sfondo.jpg);
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
div#navcontainer ul
{
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}
div#navcontainer ul li
{
	display: inline;
}
div#navcontainer ul li a
{
	padding: 5px 20px 5px 20px;
	color: white;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; /* i bordi vanno uguali */
	margin-right: -1px; /* il valore deve essere il numero sopra ma negativo */
}
div#navcontainer ul li a:hover
{
        -webkit-transition: background-color 0.3s linear; /* For Safari 3.1 to 6.0 */
        transition: background-color 0.3s linear;
	background-color:  black;
	color: white;
}

p.coll{
        
	color:#FFFFFF;
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	text-align: right;
	background-color: transparent;
	padding-right:2%;
	padding-left:1%;
        cursor : pointer;
	
}
p#apri:hover{
    -webkit-transition: color 0.5s linear; /* For Safari 3.1 to 6.0 */
    transition: color 0.5s linear;
    color : #ff0000;
}
input.form{
    margin-left: 5%;
    text-align: left;
}
.form_button{
    margin-left:81%;
    
}
textarea.txtarea{
    display: flex;
    width : 80%;
    height :50%;
    margin-left: 5%;
}
span.map{
    color:#FFFFFF;
    font-family : "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
}
table{
	width : 100%;
	position: relative;
	margin-top:1%;
	border-collapse : collapse;
}
#tabellaorog{
    width : 80%;
    position: relative;
    margin-top:1%;
    margin-left: auto;
    margin-right: auto;
    border: #FFFFFF groove 1px;
}
.contacts{
        color : #FFFFFF;
}
th {
	width : 20%;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
td{
	width:20%;
}
a{
	font-family : "Trebuchet MS", Helvetica, sans-serif;
}
.img{
	border-color:#FFFFFF;
	border-style : solid;
	border-width : 3px;
	background-color : #000000;
	padding : 1%;
}
.img.center{
	background-color : #000000;
}
img.tbimg{
	width:100%;
	border-color:#FFFFFF;
	border-style: solid;
	border-width:1px;
}
nav {
	margin-left:auto;
	margin-right:auto;
}
#chi{
    font-size : 20px;
    font-family : "Trebuchet MS", Helvetica, sans-serif;
    text-align: justify;
    text-align: center;
    color : white;
    margin-left: 10%;
    margin-right: 10%;
    margin-top:2%;
}
#campoform{
    font-weight: bold;
    text-decoration: underline;
}
.lista_punto {
    list-style-type:disc;
}
.lista_cerchio{
    list-style-type:circle;
}
.servizi{
    font-size: 20px;
    margin-left: 15%;
}
#fotoOrol{
    width:30%;
}
#detOrol{
    display: flex;
    width: 70%;
    margin-left: 5%;
    top:0%;
}
#aut{
    width : 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}
#username{
    margin-left: auto;
    margin-right: auto;
}
#password{
    margin-left: auto;
    margin-right: auto;
}
#submit{
    margin-left: auto;
    margin-right: auto;
}
.btnAdmin{
    border: 1px solid #ffffff;
    margin-left: 5%;
    border-radius: 10px 10px 10px 10px;
}
#antMsg{
    width: 80%;
    border: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff;
    color:#000000;
}
