a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #36c;
	text-decoration: none;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #36c;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #36c;
	text-decoration: none;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f00;
	text-decoration: underline bold;
}

a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #36c;
	text-decoration: underline;
}




/*stili per il layout fisso*/
html,body{margin: 0;padding:0;}

body {
	font-family: verdana;
	font-size: 76%;
	text-align: center;
/*	background-color: #58e; */
	background-attachment: fixed;
	background-image: url(img/PLanet_bgr.gif);
	background-repeat: repeat;
	background-position: left top;
}

div#container {

	width: 772px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
    border-left: 6px solid #36c;
	border-right: 6px solid #36c;
	background-color: #fff;
}



/*stili generici, su header e footer*/
div#header{
	height: 180px;
	
	background-color: #3366cc;
	background-attachment: fixed;
	background-image: url(img/planet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#languages {
	position: relative;
	top:	-40;
	left:	620;
}

h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #14A;font-size: 1.5em; text-decoration: underline}

div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#navigation {
	float:right;
	width: 13em;
	height: 40em;
	text-align: left;
	
	background-attachment: fixed;
	background-image: url(img/nav_bgr.gif);
	background-repeat: repeat-y;
	background-position: right top;

}

/*stili per la navigazione*/
div#navigation ul{margin: 0em 0em 1em 2em; padding: 20px; list-style-type: none;}
div#navigation li{margin: 0; padding: 5; font-size: 11px;}
div#navigation a{color:#000;font: normal bold 1.2em/1.6em Arial; text-decoration: none}
div#navigation a:hover{color: #fff;text-decoration: bold;}
div#navigation a#activelink{color: #fff; text-decoration: none}
div#content {
	margin-right: 13em;
	padding: 1em;
	
	background-image: url(img/angolo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

div#footer{
	clear:right;

	text-align:center;
	padding: 0.5em;
    background-color: #36c;
	color: #fff;
}

