.block_header {
	display: block;
	padding-left: 50px;
	line-height: 32px;
	padding-top: 6px;
	min-height: 37px;
	margin-bottom: 5px;
	background: url(/images/block_header_bg.png) top left no-repeat transparent;
}
.block_header, .block_header a {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 36px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
/*	text-indent: 50px;*/

}
.section_header {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 18px;
	color: #000000;
}

a {
	color: #333333;
}
a:hover {
	color: #D51E2D;
}

.sidemenu_button {
	display: block;
	width: 100%;
	height: 35px;
	/*border-radius: 4px;*/
	line-height: 35px;
	text-decoration: none;
	text-indent: 15px;
	margin-bottom: 10px;
	background: #414141;
	color: white;
}

.sidemenu_button:hover {
	border-top: 5px solid #d51e2d;
	margin-top: -5px;
	color: white;
}
