/*Onsitus.it - template css gratuito - esempio 10:
Altri layout gratuiti:
http://css.flepstudio.org/css-templates/
Copyright: Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
html{
height:100%;
}
body{
height:100%;
margin:0;
padding:0;
font-family:Verdana;
font-size:13px;
color:#FFF;
background-color:#FFFFFF;
/*background-color:#090909;*/

}
a{
outline:none; /*Firefox*/
color:#F86307;
font-weight:bold;
}

.schede{
font-weight:bold;
color:#FFFFFF;
margin-top:15px;
}

a:link, span.MsoHyperlink{
mso-text-animation:none;
text-decoration:none;
text-underline:none;
text-decoration:none;
text-line-through:none;
}

a:visited, span.MsoHyperlinkFollowed{
mso-text-animation:none;
text-decoration:none;
text-underline:none;
text-decoration:none;
text-line-through:none;
}	

h1,h2{
margin:0;
padding:0;
letter-spacing:2px;
}
h1{
font-size:42px;
margin-left:50px;
}
h1 span{
color:#F86307;
}
h3 span{
color:#F86307;
}
h2{
margin-bottom:20px;
font-size:20px;
color:#CCC;
text-shadow:1px 1px #FFF; /*CSS3*/
}

#contenitore{
min-height:100%;
min-width:940px;
width:expression(document.body.clientWidth < 942? "940px": "auto" ); /*min-width Internet Explorer6*/
margin-bottom:-100px;
background:url(../img/background.jpg) no-repeat right center;
}
*html #contenitore{ /*min-height Internet Explorer6*/
height:100%;
}
#contenuto{
/*width:40%;*/
width:660px;
padding:50px 0 150px 50px;
}

#contenutoFaq{
width:500px;
padding:10px;
}

.cont_faq{
background-color:#000000;
border:3px solid #333333;
padding:4%;
/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

img{
border:0px;
}

.cont_item{
background-color:#000000;
border:3px solid #333333;
margin-bottom:10px;
padding:4%;

/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.cont_img{
background-color:#000000;
border:3px solid #333333;
margin-bottom:3px;
padding:2%;
/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#header{
background:url(../img/logoSmal.jpg) no-repeat left center;
height:130px;
background-color:#000000;
line-height:150px; /*vertical align*/
}

#footer{
min-width:940px;
width:expression(document.body.clientWidth < 942? "940px": "auto" );/*min-width Internet Explorer6*/
height:100px;
background-color:#000000;
}

#copy{
height:5px;
background-color:#000000;
text-align:center;
}
.copyright{
font-size: 9px ;
font-family:Verdana, Arial, Tahoma; 
line-height:15px; 
text-decoration: none;
color:#FFFFFF;
}

#menu{
width:940px;
margin:auto;
}
#menu a{
display:block;
float:left;
width:15%;
padding:15px 0;
border-top:3px solid #333333;
text-decoration:none;
text-align:center;
font-size:17px;
font-weight:bold;
color:#666666;
/*CSS3*/
text-shadow:1px 1px #FFFFFF;
border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
}
#menu a:hover, #menu a.selezionato{
background-color:#333333;
border-top:3px solid #F86307;
color:#F86307;
/*CSS3*/
text-shadow:1px 1px #FFFFFF;
}
