/* IMPOSTAZIONI GENERALI */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #ecf7fd url('../images/contentbgr.jpg');
}

h1 {
  color:#272A73;
  font-size: 120%;
}

h2 {
  color:#0237A2;
  font-size: 110%;
}

h3 {
  color:#0237A2;
}

#pagewidth {
	height: 100%;
	width: 100%;
}

/* TESTATA */

#header {
	position: relative;
	height: 250px;
	background: #ecf7fd url('../images/bgr.jpg') repeat-x;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#testata {
	margin: 0 auto;
	width: 930px;
	height: 250px;
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	background: url('../images/testata.png') no-repeat;
}

#testata h1 {
  font-size: 150%;
  letter-spacing: 7px;
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-style: italic;
  padding: 220px 0 0 0;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}

/* MENÙ */

#leftcol {
	width: 20%;
	float: left;
	position: relative;
}

#pianetapro img {
	border-width: 2px;
	border-color: black;
}

#sidebar {
	float: left;
	width: 100%;
	margin-top: 10px;
/*	padding-top: 10px; */
/*
	background: #e9f6fe url(../images/buttonbgr.gif);
	box-shadow: 5px 5px 10px #0237A2;
	-moz-box-shadow: 5px 5px 10px #0237A2;
	-webkit-box-shadow: 5px 5px 10px #0237A2;
	-khtml-box-shadow: 5px 5px 10px #0237A2;
*/
}

#sidebar a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color:#0237A2;
}

#sidebar a:hover {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #059AD2;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #b5dbf1;
	font-size: 90%;
}

#sidebar ul li {
	padding: 5px;
	border-top: 1px solid #ffffff;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin: 0;
	background-color: #086eb2;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 5px;
/*	background: #ffffff url(../images/button.gif) no-repeat top right; */
	font-size: 16px;
	font-weight: bold;
/*	color: #0237A2; */
	color: #fff;
	text-align: left;
  border-top: 1px solid #0237A2;
  border-bottom: 1px solid #0237A2;
}

.boxed .content {
/*	padding: 0 10px 0 0; */
	padding: 0;
}

#login {
	color: #0237A2;
	background-color: #b5dbf1;
}

input {
	color: #0237A2;
	font-size: 85%;
}

label {
	color: #0237A2;
	font-size: 85%;
}

/* Footer */

#footer {
	margin: 0;
	background-color: #086eb2;
}

#footer p {
/*	margin: 0 10px 0 0; */
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #0237A2;
	padding: 15px 10px;
  background-color: #b5dbf1;
}

#footer a {
	color: #0237A2;
}

#footer a:hover  {
	text-decoration: none;
	color: #059AD2;
}

/* PAGINA CONTENUTO */

#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 80%;
	height: 100%;
}

#contenuto {
	line-height: 20px;
  margin: 10px;
  padding: 2px 10px;
/*  text-shadow: 2px 2px 2px #0237A2; */
/*  border: 2px dashed #0237a2; */
/* 	background: url(../images/trasparent_white.png); */
}

.titolo_sezione {
	color: #0237A2;
	font-weight:bold;
	text-decoration:underline;
}

#audio {
  position: fixed;
  bottom: -36px;
  right: 0px;
  width: 250px;
  height: 64px;
}

/* *** Float containers fix: 
http: //www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}

/* End hide from IE-mac */
/*printer styles*/
@media print {
	/*hide the left column when printing*/
	#leftcol{display: none;}
	#twocols, #maincol{width: 100%; float: none;}
}
