body {
	background: none;
	background-color: white;
}
#links {
	background: none;
	background-color: white;
	border-top: #e17009;
	border-top-style: solid;
	border-top-width: 1px;
}
#links ul {
	margin-top: 5px;
	padding-top: 5px;
}

#footer {
	background: none;
	background-color: white;
}
#footer.over {
	background: none;
	background-color: white;
}
@media print {
	#login {
		display: none;
	}
	#menu {
		display: none;
	}
	#linkblock {
		display: none;
	}
	.printWide {
		width: 100%;
	}
	.flexslider {
		margin: 0px;
		width:100%;
	}
	.noprint {
		display: none;
	}
	.container {
		display: none;
	}
	#content:before {
		content: url('/i/logo.png');
	}
	.pagebreak {
		position: relative;
		-webkit-region-break-inside: avoid;
		page-break-before: always;
	}
	.selectbtn {
		display: none;
	}
	.orange_but {
		display: none;
	}
	.accordion_closed > * {display:block !important;}
	.accordion > * {display:block !important;}
}
