@charset "utf-8";
/* CSS Document */

body {	
	padding: 0;
	margin: 0;
	text-align: center;
	background-color:#567E96;
	background-image: url(../../images/background-gradient.jpg);
	background-position: top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	}

#wrapper {
	margin: 0 auto;
	width: 62em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	position:relative;
	}
	
#header {
	width: 62em;
	padding-top:24px;
	position:relative;
	}
#logo {
	float:left;
	height: 90px;
	width:225px;
	}
#banner {
	float:right;
	width:728px;
	height:90px;
	background-color:#FFFFFF;
	}
#ricerca {
	float:right;
	width:30em;
	padding-top:2.5em;
	color:#ffffff;
	font-size:0.8em;
	text-align:right;
	}
#menu {
	clear:both;
	}
#content {
	width: 61em;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:1.5em;
	padding-bottom: 1.5em;
	background-color:#FFFFFF;
	position:relative;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#pfadfinder {
	position:relative;
	margin: 0 auto;
	width: 100%;
	height:2.0em;
	margin-bottom:1.2em;
	font-size:0.8em;
	}	
.pfadfindertitle {
	color:#666666;
	font-weight:bold;
	}

/* rounded box */
.rbroundbox { background: url(../../images/rounded_box/nt.gif) repeat; }
.rbtop div { background: url(../../images/rounded_box/tl.gif) no-repeat top left; }
.rbtop { background: url(../../images/rounded_box/tr.gif) no-repeat top right;  }
.rbbot div { background: url(../../images/rounded_box/bl.gif) no-repeat bottom left;  }
.rbbot { background: url(../../images/rounded_box/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 5px;
}

.rbcontent { 
	padding-left:0.5em;
	padding-right:0.5em;
	margin: 0 5px; 
	color: #ffffff;
	}
.rbcontent a, .rbcontent a:visited {
	color:#ffffff;
	}
.rbcontent a:hover, .rbcontent a:active {
	color:#ffffff;
	text-decoration:none;
	}

.rbcontent h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1.0em;
	}
.rbcontent p {
	font-size:0.8em;
	color:#ffffff;
	margin:0;
	padding-bottom:0.3em;
	}
.rbroundbox { 
	width: 45.0em; 
	float:left;
	}
.contentunit {
	float:left;
	margin-right:1.0em;
	margin-bottom:1.0em;
	border: 1px #FFFFFF solid;
	width: 19.8em;
	height: 10.0em;
	padding:0.3em;
	position:relative;
	}
.contentunit img, .detail img {
	float:left;
	margin-right:0.5em;
	margin-top:0.2em;
	border: 1px solid #062237;
	}
.contentunit a, .contentunit a:visited,
.detail a, .detail a:visited {
	margin-top:0.2em;
	color:#062237;
	font-weight:bold;	
	}
.contentunit a:active, .contentunit a:hover,
.detail a:active, .detail a:hover {
	margin-top:0.2em;
	color:#ffffff;	
	font-weight:bold;
	}

.titolo {
	display:block;
	font-size:1.0em;
	font-weight:bold;
	color:#062237;
	margin-bottom:0.3em;
	}
	
.leggitutto a,.leggitutto a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
	font-style:italic;
	font-size:0.9em;
	}
.leggitutto a:active,.leggitutto a:hover {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	font-size:0.9em;
	}
	
#footer {
	width: 61em;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:1.0em;
	padding-bottom: 1.0em;
	}

#footer p {
	font-size:0.8em;
	color:#ffffff;
	text-align:center;
	}
#footer a, #footer a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	}

#footer a:active, #footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}
form {
	margin:0;
	}

.banner {
	float:right;
	width:15em;
	}
.banner p {
	font-size:0.8em;
	color:#666666;
	}

.banner a, .banner a:visited {
	color:#999999;
	text-decoration:underline;
	}

.banner a:active, .banner a:hover {
	color:#666666;
	text-decoration:none;
	}
	
#pages {
	width:100%;
	margin-top:1.0em;
	margin-bottom:1.0em;
	clear:both;
	float:left;
	font-size:0.8em;
	}	

#pages a:active, #pages a:link, #pages a:visited,
.backlinks a:active, .backlinks a:link, .backlinks a:visited {
	color:#666666;
	text-decoration:underline;
	}
#pages a:hover, .backlinks a:hover {
	color:#000;
	background-color:#B5C9D4;
	text-decoration:none;
	}
.active  {
	background-color:#B5C9D4;
	color:#000;
	}