﻿@charset "utf-8";

@font-face {
	font-family: 'ownFont';
	src: url('regular.woff2');
}

@font-face {
	font-family: 'ownFont';
	src: url('bold.woff2');
	font-weight: bold;
}

html, body {
	height: 100%;
	margin: 0;
}

body {
	background-image: url("fzv-bg-50.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
	background-attachment: fixed; /* ok*/
}

p, br, dd, a, a:visited, a:hover, a:active {
	font-family: 'ownFont';
	font-size: 16px;
	color: Black;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.25em;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
	color: #000;
}

a, a:visited {
	background: rgba(227, 220, 204, 0.35);
}

a:hover, a:active {
	background: rgba(227, 220, 204, 1);
}

img {
	border: none;
}

div {
	border:none;
}

.table_top {
	padding-bottom: 24px;
	width: 100%;
	border: none;
	text-align: center;
	font-family: 'ownFont';
	font-size: 24px;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

.mainTable {
	width: 100%;
}

.divMainTable {
	margin-left: 24px;
	margin-right: 24px;
}

.div_book {
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}


/*	pdf-viewer options	*/
.zmist {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	border: none;
}

.table_zmist, .iframe_a {
	top:inherit;
	right:20;
	position:fixed;
	height: calc(100% - 75px);
}

.table_zmist {
	border: 1px solid green;
	padding-right: 124px;
	margin-right: 124px;
}

.iframe_a {
	width: calc(100% - 450px - 25px);
}

.iframe_a2 {
	top:inherit;
	right:20;
	position:fixed;
	height: calc(100% - 75px);
	width: calc(100% - 450px - 25px);
}

.divTable_zmist {
	width: calc(100% - 475px);
	border: 1px solid green;
	position:fixed;
	height: calc(100% - 75px);
	float: left;
	z-index: -1;
}

.zm1 {
		width: 450px;
		max-width: 450px;
		padding-right: 15px;
		float: left;
		z-index: 1;
}
