@charset "utf-8";

body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #09C;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0;
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
	color: #000000;
}

.oneColFixRtHdr #container {
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 960px; /*780px;*/
	background: #09C;
	/* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	/* this overrides the text-align: center on the body element. */
	text-align: left;
	border-radius: 20px;
}

.oneColFixRtHdr #header {
	height: 240px;
/*	background: #DDDDDD;*/
	background: rgba(0,0,0,0.7);
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove 		       the padding. */
	/*padding: 0 10px 0 20px;*/
	border-radius: 20px;
}

.oneColFixRtHdr #header h1 {
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is 	       not necessary as that also avoids the margin collapse */
	margin: 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 10px 0;
}

.oneColFixRtHdr #mainContent {
	/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will       remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 20px 0px 10px 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 30px 100px 30px 100px;
	background: #FFF;
	border-radius: 20px;
}

.oneColFixRtHdr #footer {
	width:950px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding: 10px 5px 5px 10px;
/*	background: #DDDDDD; */
	background: rgba(0,0,0,0.7);
	border-radius: 20px;
	color:#FFF;
} 

.oneColFixRtHdr #footer p {
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin: 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 2px 0;
}

/* Footer */
#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	clear: both; 
	color: #000000; 
	background: #A9BAC3; 
	border-top: 5px solid #09C; /*#568EB6;*/ 
	padding: 0; 
	height: 80px;
	width: 940px;
	margin: 0 auto;
}

#mainContent a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #000000;
}


#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFFFFF;
}

#footer .footer-left{
	float: left;
	width: 65%;
}

#footer .footer-right{
	float: right;
	width: 30%;
}

.fltrt { 
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { 
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 10px;
	list-style: none;
}

div#menu a {
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 100px;
	height: 30px;
	text-align: center;
	float:left;
}

div#menu a.active {
	text-decoration:underline;
}

#footer a:hover,
div#menu a:hover {
	color: #FF0;
}

#mainContent a:hover {
	background:#FF0;
}

/* Caption over header picture */
.caption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.caption img {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
}

.caption span {
	float: left;
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #dedede;
	/* browser che non supportano rgba */
	background: #222;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.caption:hover span { display: block; }

.caption span strong {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}

/* end menu tabs */
/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right;}
.align-center { text-align: center; }
.align-justify { text-align:justify; }

.padding-top { padding-top: 10px; }

/* additional classes */
.clear { clear: both; }
.green { color: #9EC630; }
.gray  { color: #BFBFBF; }

/* Focus sui campi */
input:focus, .focus {
	/* bordo degli elementi */
	border: 1px solid #FF5500;
	/* colore del testo */
	/*color: #FF5500; */
}

#mainContent p,
#mainContent ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2em;
}

#mainContent table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

h2,
h3,
h4,
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.mainText {
	text-align:justify;
	padding: 20px 50px 0 50px;
}

div#menuH {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
	list-style: none;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	height: 30px;
	text-align: center;
}

div#registrati {
	text-align: center;
	padding: 0 220px 0 220px;
}