/*Onsitus.it - template css gratuito - esempio 5:
Altri layout gratuiti:
http://css.flepstudio.org/css-templates
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
html, body{
min-height: 100%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font: 10pt/14pt Georgia;
color: #FFFFFF;
}
html>body, html>body{
height: auto;
}
#sfondo{
position: absolute;
z-index: 1;
height:100%;
width: 100%;
margin: 0;
padding: 0;
}

#top{
position: absolute;
z-index: 2;
width: 96%;
height: 10%;
right: 9%;
top: 2%;
}

#sfondo_top{
position: absolute;
z-index: 2;
width: 0%;
height: 10%;
left: 4%;
top: 2%;
background-color: black;
}

#sfondo_navbar{
position: absolute;
z-index: 2;
width: 16%;
height: 84%;
left: 4%;
top: 14%;
background-color: black;
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}
#navbar{
position: absolute;
z-index: 3;
width: 12%;
height: 38%;
top: 14%;
left: 5%;
padding: 1%;
}

#navbar ul { 
list-style: none; 
margin: 0; 
padding: 0;
}
#navbar li {  
border-top: 1px solid #FFFFFF; 
margin-top: 0.3em; 
font-size: 1.1em;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
}
#navbar li:hover {
color: #DADA2D; 
background: black;
}
#navbar li a:link, #navbar a:visited, a { 
text-decoration: none; 
color: #FFFFFF; 
}
#navbar li a:hover, #navbar a:hover { 
color: #DADA2D; 
background: black;
}

#navbar #toplabel:hover {
color: white;
background: none;
}

#navbar #sublabel {
font-size: 1.1em;
padding: 5px;
text-indent: 22px;
}

#navbar #sublabel:hover {
color: #DADA2D; 
background: black;
}

#sfondo_contenuto{
position: absolute;
z-index: 4;
width: 74%;
height: 84%;
left: 22%;
top: 14%;
background-color: black;
filter:alpha(opacity=45);
-moz-opacity:.45;
opacity:.45;
}

#contenuto{
position: absolute;
z-index: 5;
width: 71%;
height: 82%;
left: 22%;
top: 13%;
padding: 1%;
overflow: auto;
font-size: 100%;
text-align: center;
}

#footer {
position: absolute;
z-index: 5;
left: 22%;
bottom: 1%;
padding: 1%;
overflow: hidden;
font-size: normal;
text-align: center;
}

#contenuto a{
text-decoration: underline;
}

#contenuto table tr td img{
border-style: solid;
border-color: black;
border-width: 3px;
width: 90%;
}

#navbar #logo_honda a img {
width: 100%;
}

#logo_segale img {
left: 40%;
height: 100%;
width: 85%;
}

#googlemaps {
color:#FFFFFF;
text-align:center;
font-size: 1.2em;
}