html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-style: italic;
	background: #EBEBEB;
	width: 100%;
	position: relative;
	min-height: 100%;
	overflow-y: auto;
	height:100%;
    min-height: 100%;
}
.sidebar{
	position: fixed;
	top: 0;
	left: -250px;
	background: #262626;
	width: 250px;
	height: 100%;
	transition: .3s;
}
.active {
	left: 0px;
}
ul {
	margin: 0;
	padding: 0 0;
}
ul li {
	list-style: none;
	font-size: 20px;
}
ul li a, .headline{
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #049fd9;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sidebargomb{
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	background: #262626;
	border: none;
	outline: none;
}
.sidebargomb span{
	display: block;
	width: 35px;
	height: 3px;
	background: #049fd9;
	position: absolute;
	top: 24px;
	transition: 0.3s;
}
.sidebargomb span:before{
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #049fd9;
	transition: 0.3s;
}
.sidebargomb span:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #049fd9;
	transition: 0.3s;
}
.sidebargomb.toggle span{
	background: transparent;
}
.sidebargomb.toggle span:before{
	top: 0;
	transform: rotate(45deg);
}
.sidebargomb.toggle span:after{
	top: 0;
	transform: rotate(-45deg);
}

.navbar {
	float: left;
	margin-left: 50px;
	vertical-align: middle;
	width: 243px;
}

.main_navbar {
	height: 40px;
	padding: 5px 0px;
	background-color: #262626;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	min-width: 720px;
}

.logoimg {
	width: 220px;
	padding: 15px;
}

.inner_logoimg{
	width: 100px;
	height: 100px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin: 0 auto;
}

.dropdown-btn {
    display: block;
    cursor: pointer;
    outline: none;
}

.dropdown-btn:hover {
    color: #f1f1f1;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 10px;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    float: right;
    border-right: 2px solid #049fd9;
    border-bottom: 2px solid #049fd9;
}

.dropdown-arrow{
	padding-right: 10px;
	padding-bottom: 10px;
}

.bicikli{
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

.copyleft {
	padding-right: 15px;
	float: right;
	width: 324px;
}

table td{
	padding-bottom: 5px;
	padding-top: 5px;
}

.table_left{
	text-align: left;
}

table a{
	text-decoration: none;
}

table a:visited{
	color: #000;
}

.table_headline{
	font-size: 26px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body {
	width: 100%;
	height:100%;
	overflow-x: auto;
}

.body > div {
	padding: 70px 0;
}

.dead {
	color: red;
	font-weight: bold;
}

.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	color: black;
	text-align: center;
	background: #049fd9;
}

.main_body {
	width: 1024px;
	margin: 0 auto;
}

table{
	width: 100%;
	text-align: center;
	font-size: 18px;
	border-collapse: collapse;
	min-width: 680px;
	padding: 0 20px;
}

@media screen and (max-width: 1099px){
	.main_body {
		width: 100%;
	}
	
	.inner_main_body{
		padding: 0 20px;
		min-width: 680px;
	}
}

@media screen and (max-width: 820px){
	table{
		font-size: 14px;
	}
	
	.table_headline{
		font-size: 22px;
	}
}
