/* CSS Document */

#hierarchie {
	color: #000000;
	background-color: #FF9933;
 }  
#hierarchie a:link {
	color: #000000;
 } 
#hierarchie a:hover {
	background-color:#fc6;
	color: #FF0000;
	text-decoration: none;
 } 
#hierarchie a:visited {
	color: #000000;
 }

/* #headerLogo {
	background-image: url(https://www.girodivite.it/IMG/logogiro.gif); 		
	background-repeat: no-repeat;
	z-index: 1;
}*/

.intestazione {
	padding: 2px 0px 2px 3px;
	color:#000000;
	background-color: #FF9933; 
	font-size: 0.9em;
	font-weight: bold;
	border-bottom:1px solid #000066;
 }  

 #footer {
	background-color: #FF9933;
	color: #000000;
}
#footer a:link {
 text-decoration: underline;
 color: #000000;
}
 #footer a:hover {
	background-color:#fc6;
	color: #FF0000;
	text-decoration: none;
 } 
 #footer a:visited {
	text-decoration: underline;
	color: #000000;
 }