/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 0 0 0;
	padding: 0;
/*	background: #77779c url("../images/bgr.jpg") repeat-x top; */
	background: #77779c;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000; 
	height:100%;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #2958a9;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #303192;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 930px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat right top;
 /* border: solid 3px #aaa;*/
	
}

/* Logo 

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: url(../images/logo.jpg); 
}                                      */

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
/*
#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #FDD400 url(../img/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, a:visited {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 12px 0 11px;
	background: url(../img/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 12px 0 11px;
	background: url(../img/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
*/
/* Page */

#page {
	width: 930px;
	margin: 0 auto;
	z-index: 1;
}

/* Content */

#content {
  z-index: 3;
	float: right;
	width: 650px;
	line-height: 2;
	margin: 10px 0 0 14px;
	padding: 0 20px 20px 20px;
	background: url(../images/content.png) no-repeat bottom right #b2b9d9;
	min-height: 676px;
/*	border: solid 3px #aaa;*/
 /* filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;*/	
}

#filigrana {
position: relative;
z-index: 2;
width: 100%;
height: 450px;
background: url(../images/filigrana.png) no-repeat bottom right;
}

#content h1 {
  background: url(../images/box_h1.png) repeat-x;
  height: 40px;
  margin: 0 -20px;
  padding: 0 20px;
}

/*#content ul.logo {
	list-style: url(../images/item.gif);
}*/

/* Sidebar */

/*#Pianetapro img {
	border-width: 2px;
	border-color: black;
}*/

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
	
}

#sidebar a {
	font-size: 120%;
/*	font-weight: bold;*/
	text-decoration: none;
	color:#303192;

}

#sidebar a:hover {
	font-size: 120%;
/*	font-weight: bold; */
	text-decoration: underline;
	color: #fff100;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 5px;
	list-style: none;
	font-size: 92%;
	margin-top: 0;
/*	border-radius: 15px;
	-moz-border-radius: 15px;*/	
	background: #b2b9d9;
margin-bottom: 0;

}

#sidebar ul li {
	padding: 5px;
	border-top: 1px solid #4b65ab;
	/*background: #ecfefb;
	border-top: 1px solid #5dc3b8;*/
}

#sidebar ul li.first {
	border: none;
/*	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;*/
}

#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-bottom: 10px;
	background: #b2b9d9;
/*border: solid 3px #aaa;*/
/*	border-radius: 15px;
	-moz-border-radius: 15px;
  box-shadow:8px 8px 0 #2a2a72;
  -moz-box-shadow:8px 8px 0 #2a2a72
*/}

.boxed .title {
  text-align: center;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 5px;
	background: #303192;
	font-size: 14px;
	font-weight: bold;
	color: #fff100;
	letter-spacing: 2px;
/*	border-radius: 15px;
	-moz-border-radius: 15px;
	border: none;*/
}

.boxed .content {
	/* border: 1px solid #63C1B0;*/
	padding: 6px;
/*background-color: #fff; */
 /*
	border-radius: 15px;
	-moz-border-radius: 15px;*/}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(../img/img11.gif) repeat-x;
	border: 1px solid #000;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #FDD400 url(../img/img12.gif) repeat-x;
	border: none;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

/* Footer */

#footer {
	padding-left: 15px;
	padding-bottom: 10px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #21217a;
}

#footer a {
	color: #fff100;
}

.titolo_sezione {
	color: #2958a9;
	font-weight:bold;
	text-decoration:underline;
}

input {
	color: #21217a;
	font-size: 85%;
}

label {
	color: #21217a;
	font-size: 85%;
}

/* POP UP */

#layer1 {
	position: absolute;
	visibility: visible;
	width: 319px;
	left: 50%;
	top: 10px;
	text-align: center;
	margin: 0 0 0 -13em;
}

#layer1 img {
box-shadow: 4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow: 4px 4px 6px #000;
	background-color: #B2B9D9;
	border: 3px solid #FEF200;
}

#close, #close a {
color: #fff;
 float: right;
position: relative;
top: 0;
right: 0;
	margin: 2px 0;
}



