.header {
		padding-top: 0px;
		padding-bottom: 140px;
		margin: auto;
		width: 1280px;
		max-height: 20%;
		text-align: center;
		font-family: Courier New;
		font-size: 35px;
		font-weight: bold;
		border: 1px solid black;
		color: black;
		
		background-image: url("../img/zahlavi.png");
    background-size: stretch;
    background-repeat: no-repeat;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
	line-height: 1.4;
	font-family: Arial;
	margin: auto;
	width: 1280px;
	text-align: left;
	background-color: #efefef;
	background-size: cover;
	color: black;
	font-size: 15px;
	opacity: 0.9;
	border: 1px solid black;
	border-top: none;
}

.logo {
	text-decoration: none;
	color: white;
}

.sticky{
	margin: auto;
	width: 1280px;
	align-items: stretch;
	position: -webkit-sticky;
	border-bottom: 1px solid black;
	position: sticky;
	top: 0;
	background-color: #efefef;
	font-size: 20px;
	z-index:2;
	opacity: inherit;
	min-height: 35px;	
	height: 45;
}

.navigators{
		background-color: #ffffff;
		width: 130;
		height: 33;
		border-right: 1px solid black;
		font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer; 
    transition: 0.2s;
    text-align: center;
    float: left;
    color: black;
    text-decoration: none;
    padding-top: 12;
    padding-bottom: 0;
}

.navigators:hover {
	background-color: #333333;
	color: white;
	transition: 0.2s;
	text-decoration: none;
}

.dropdown .dropbtn {
		background-color: #ffffff;
		width: 130;
		height: 34;
		border-right: 1px solid black;
		font-family: Helvetica;
		font-weight: bold;
		font-size: 18px;
		cursor: pointer; 
		transition: 0.2s;
		text-align: center;
		float: left;
		color: black;
		text-decoration: none;
		padding-top: 11;
		padding-bottom: 0;
		transition: 0.2s;
}

.dropdown:hover .dropbtn {
  	background-color: #333333;
	color: white;
	transition: 0.2s;
	text-decoration: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #333333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 45;
	margin-left: 131;
	width: 132px;
}

.dropdown-content a {
	float: unset;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	transition: 0.2s;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	height: 33;
	padding-top: 12px;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
	transition: 0.2s;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.tlacitko {
	text-decoration: none;
	color: black;
	cursor: pointer; 
	font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s;
}

.tlacitko:hover{
	text-decoration: none;
	color: red;
	cursor: pointer; 
	transition: 0.2s;
}

.obsah_item{
	text-decoration: none;
	cursor: pointer;
	color:black;	
	transition: 0.1s;
	font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  font: 30px;
}

.obsah_item:hover {
	transition: 0.1s;
	color: #999999;
}

.collapsible {
  cursor: pointer;  
  background-color: #cfcfcf;
  padding: 10px;
  font-size:  30px;
}

.collapsible:hover, .active {
	background-color: #dfdfdf;
}

.collapsible:after {
  content: '\25BC';
  color: black;
  float: right;
  margin-right: 15px;
  font-size: 30px;
}

.active:after {
	transform: rotate(180deg);
}

.obsah_collapse {
  padding-left: 40px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.links {
	text-decoration: none;
	transition: 0.1s;
	color: #1bc234;
}

.linksblack {
	text-decoration: none;
	transition: 0.1s;
	color: #1bc234;
}

.linksblack:hover {
	color: black;
	transition: 0.1s;
}

.novinky {
	height: 500px;	
	overflow: hidden;
	scroll-behavior: smooth;
  border-collapse: collapse;
}

.novinky tbody {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 500px;
}

.novinky tbody:hover{
	overflow-y: scroll;
}

.novinky thead tr {
  display: block;
}

.novinky table {
  border-collapse: collapse;
  width: 100%;
}

.novinky td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid black;
  font-weight: bold;
  font-size: 15px;
}

.novinky tr {
	background-color: white;
	transition: 0.2s;
}

.novinky th {
  background-color: #333333;
  color: white;
  font-size: 17px; 
  font-weight: bold; 
   padding: 15px;
   text-align: left;
}

.vagony th {
  background-color: #333333;
  color: white;
  font-size: 20px;
  padding: 15px;  
}

.vagony {
  border: 1px solid black;
  border-collapse: collapse;
}

.vagony td {
  padding: 15px;
  text-align: center;
}

.kontakty {
  border-collapse: collapse;
  width: 40%;
}

.kontakty td, .kontakty th {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid black;
  font-weight: bold;
  font-size: 15px;
}

.kontakty tr{
	background-color: white;
	transition: 0.2s;
}

.kontakty th {
  border-right: 1px solid black
  font-size: 17px;  
}

sup { vertical-align: top; font-size: 0.8em; }

body {
	background-color: #333333;
}

h1{
	padding-left: 10px;
}

footer {
	background-color: #333333;
	color: white;
	font-style: bold;
	font-family: Helvetica;
	height: 80px;
	width: 1280px;
	margin:auto;
	padding-top: 20px;
	line-height: 2;
}