body #header-left, body #header-right, body #navbar a:hover, body #navbar a.selected {
    background: #C20E1A;
}

a:link, a:visited {
	color: #C20E1A;
}

a:hover {
	color: #C20E1A;
}

#header {
	background-color: #C20E1A;
}

#header-left {
    background: #C20E1A;
}

#header-right {
    background: #C20E1A;    
}

#main h2, #content h2 {
    color: #C20E1A;
}

#navbar a:hover, #navbar a.selected {
    background: #C20E1A;
}

input.defaultButton, a.defaultButton {
    background-color: #C20E1A;
}

/* quadratino colorato nei punti elenco */
.block ul li:before {
    background: #C20E1A;
}

#content .pdf-link {
    background-color: #C20E1A;
}