/* CSS Document */
#div1{
#top:20px;
#width:900px;
#height:100px;
}
#divleft{
top:112px;
padding:1px 2px 1px 1px;
width:278px;
height:481px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
position:absolute;

}
#divcenter{
#top:60px;
margin: auto;
#border:1px dotted;
padding:5px 5px 5px 5px;
text-align:justify;
#	left:211px;
	width:50%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
#	position:absolute;
	color:#0033CC;
	
	
}
.titolo{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#009900;
}

#divright{

}

#footer1{
font:Arial, Helvetica, sans-serif;
font-size:10px;
#border:1px dotted;	
color:#009900;
#left:0px; 
#position:absolute; 
width:600px; 
#bottom:-170px;
}
#footer2{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
#	border:1px dotted;
	right:-203px;
	position:absolute;
	color:#009900;
	padding-top:10px;
	width:800px;
	height:98px;
	bottom:-150px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    #border: 1px solid #ccc;
    background-color: #FFCC66;
    #background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    #border: 1px solid #ccc;
    border-top: none;
}
