* {
	box-sizing: border-box;
}
body{
	background-color: #dfdbdb;
}
#poz1{
	width: 100%;
	height: 200px;
	background-color: #5e5e5e;
	color: white;
	text-align: center;
	font-size: 110px;
	padding: 25px;
}
#poz2{
	width: 15%;
	height: 1635px;
	background-color: #b9b9b9;
	margin-left:1%;
	float: left;
	font-size: 32px;
	text-align: center;
	padding: 15px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size:23px;
  background-color: #e8e8e8;
  border: 1px solid black;
}
li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

li {
  text-align: center;
  border-bottom: 1px solid #555;
}

li:last-child {
  border-bottom: none;
}

li a.active {
  background-color: #4c4c4c;
  color: white;
}

li a:hover:not(.active) {
  background-color: gray;
  color: white;
}
#poz3{
	width: 83%;
	height: 1635px;
	float: left;
	background-color: white;
}
#poz4{
	width: 100%;
	height: 100px;
	background-color: #5e5e5e;
	color: white;
	clear: both;
	text-align: center;
	font-size: 35px;
	padding: 30px;
}
h1{
	text-align: center;
}
p, h2{
	text-align: justify;
	margin-left:3%;
	margin-right:3%;
}
table{
	margin-left:3%;
	margin-right:3%;
}