@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background-color: #fffff0;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 2px solid #007908;
	}

#title {
	border-top: 4px solid #007908;
	border-bottom: 4px solid #007908;
	font-size: 30px;
	letter-spacing: 3px;
	font-variant: small-caps;
}

table {
	empty-cells: hide;
}


div#back_box{
	z-index:1;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	height: 27px;
	overflow: auto;
    background-color: #333;
    border-bottom: 5px solid #007908;
}

div#box_list{
	z-index:2;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: auto;
}
	
ul#menu {
    font-size: 12px;
    margin: 0 auto;
	width: 1200px;
    padding: 0;
	text-align: center;
    list-style: none;
}
  
ul#menu li {
    background-color: #333;
    border-bottom: 5px solid #007908;
    display: block;
	width: 16%;
    height: 27px;
	margin: 0 auto;
    float: left; /* elementi su singola riga */
}
  
ul#menu li a {
    color: #CCC;
	display: block;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    height: 27px;
    text-align: center;
}
  
ul#menu li.activate, ul#menu li:hover {
    background-color:  #007908;
    border-bottom: 5px solid #333;
}

div.box_body {
	margin: 0 auto;
	z-index:1;
	height: auto;
	min-width: 1100px;
	padding-top: 40px;
	overflow: visible;
}

div.box_body p {
	text-indent: 40px;
}

.tit_a{
	padding-left: 10px;
}

h2 {
	color:#CCC;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 2px solid #007908;
}

h2 a{
	color:#000;
	font-size: 20px;
	text-decoration: none;
}

h2 a:hover {
	color: #007908;
	border-bottom: 2px solid #333;
}
	

.cent {
	background:#333;
	color: #DDD;
	padding: 20px 40px 20px 40px;
	text-align: justify;
}

.cent a{
	color:#DDD;
}

.cent a:hover {
	font: bolder;
	color: #FFF;
}

.txt {
	margin: 0 auto;
	width: 800px;
}

#colori {
	margin-left: 20px;
}

.border-radius {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px; /* firefox */
  -webkit-border-radius: 10px 10px 10px 10px; /* safari, chrome */
}


.link {
	width: 250px;
	min-height: 40px;
	text-align: center; 
	vertical-align: text-bottom;	
}

