.header_top{
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}
.header_image a img{
	width:450px;
}
.blackstripe{
	display: block;
	width: 90px;
	height: 90px;
	background: url(/images/blackstripe.png) no-repeat center center;
	position: absolute;
	z-index: 2;
	margin-left: 360px;
}
.before_header, .after_header {
	width: 133px;
	height: 450px;
	    margin-top: 45px;
}
.before_header {
	background: url(/images/before.png) no-repeat center center;
}
.after_header{
	background: url(/images/before.png) no-repeat center center;
	ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
}
.information p.staj{
	text-align: center;
	width: 100%;
}
.information p.staj strong{
	font-size: 27px;
}
.books{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.books a{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0009;
	font-weight: 400;
}
.books a:hover{
	text-decoration: none;
	color: green;
}
.books table tr td, .books ul li a{
	font-size: 19px;
	text-align: left;
}
.books ul{
	padding-left: 0;
}
.books ul li{
	list-style-type: none;
	text-align: left;
}
.dnone{
	display: none;
}