@charset "UTF-8";

:root {
    --color-it-grau: #e6e6e6;	
    --color-mb: #123375;
}


body{background-color: aliceblue;}

.it-sitebar {
	a {
		color: black;
		text-decoration: none;
		padding: 0.4em 0 0.4em 1em;
		display: block;
	}
	
	a:hover, a:focus, a:active{
		text-decoration: none;
		background-color: #006f5f;
		color: white;
	}
		
	
	ul {
		list-style-type: none;
		padding-left: 0em;
		color:black;		
	}
	
	li {
		border-top: 1px solid;
		border-color: white;
		
	}
	
	
}







.it-footer {
	ul {
		list-style-type: none;
		padding-left: 0;
	}	
	a {
		color: white;
		text-decoration: none;
	}
	a:hover, a:focus, a:active {
		text-decoration: underline;
	}
}


