
body, html {
    height: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}


h1 {
	text-align: left;
	margin-top: 5%;
	margin-left: 5%;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-size: 30px;
}

h2 {
	text-align: left;
	margin-top: 2%;
	margin-left: 5%;
	color: rgb(0, 0, 0);
	font-size: 24px;
}
h3{
	text-align: left;
	margin-top: 2%;
	margin-left: 5%;
	color: rgb(0, 0, 0);
	font-size: 20px;
}
p {
	text-align: left;
	margin-top: 1%;
	margin-left: 5%;
	color: rgb(0, 0, 0);
	line-height: 1.4;
}

.seznam {
	text-align: left;
	margin-top: 1%;
	margin-left: 5%;
	color: rgb(0, 0, 0);
	line-height: 1.4;
}

.obrazek{
	margin-left: 5%;
	width: 600px;
	height: 450px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 40%);
	transition: .5s ease;
	
}
.obrazek:hover{
	box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
	transition: .5s ease;
}


.topnav {
	background-color: rgb(110, 110, 110);
	overflow: hidden;
    margin-bottom: 2%;
	margin-top: 1%;
	position: relative;
	padding-left: 5%;
	
	

  }
.button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: rgb(255, 255, 255);
	background-color: rgb(1, 15, 204);
	text-align: center;
	cursor: pointer;
	margin-top: 15%;
	margin-left: 5%;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	transition: .3s ease;
}  
 
.button:hover {
	background-color: rgba(1, 15, 204, 0.801);;
	color: white;
	box-shadow: 0 0px 5px rgb(0 0 0 / 0.3);
	transition: .3s ease;
}
.button:after{
	content: "► ";
    font-weight: bold;
    font-style: italic;
	margin-left: 15px;
}

.button2 {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: rgb(255, 255, 255);
	background-color: rgb(1, 15, 204);
	text-align: center;
	cursor: pointer;
	margin-top: 2%;
	margin-left: 5%;
	margin-bottom: 2%;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	transition: .3s ease;
}  
 
.button2:hover {
	background-color: rgba(1, 15, 204, 0.801);;
	color: white;
	box-shadow: 0 0px 5px rgb(0 0 0 / 0.3);
	transition: .3s ease;
}
.button2:after{
	content: "► ";
    font-weight: bold;
    font-style: italic;
	margin-left: 15px;
}

.button3 {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: rgb(255, 255, 255);
	background-color: rgb(1, 15, 204);
	text-align: center;
	cursor: pointer;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 5%;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	transition: .3s ease;
}  
 
.button3:hover {
	background-color: rgba(1, 15, 204, 0.801);
	color: white;
	box-shadow: 0 0px 5px rgb(0 0 0 / 0.3);
	transition: .3s ease;
}
.button3:after{
	content: "► ";
    font-weight: bold;
    font-style: italic;
	margin-left: 15px;
}
  .topnav a {
	
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	border-right-style: solid;
	border-right-color:#ffffff;
	border-right-width: 1px;
	float: left;
	transition: .3s ease;
	
	
  }
  
  
  .topnav a:hover {
	background-color: #042baa7a;
	color: rgb(255, 255, 255);
	transition: .3s ease;
  }
  
 .topnav .search {
	background-color: #6e6e6e;
	color: white;
	  
  }


.uvodniobraz{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("soud2.jpg");
	height: 90%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.nadpisuvodni {
	text-align: left;
	position: absolute;
	margin-top: 10%;
	margin-left: 5%;
	color: white;
	text-transform: uppercase;
	font-size: 45px;
}


  .dlouhytext {
	  padding-right: 30%;
  }
  
  table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 60%;
	margin-left: 5%;
	margin-bottom: 4%;
	
	
  }
  .speed {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 60%;
	margin-left: 5%;
	margin-bottom: 4%;
	
  }
  @media only screen and (max-width: 1366px){
	.speed {	
		width: 80%;	
	  }  
  }
  
  td, th {
	border: 1px solid #dddddd;
	text-align: center;
	padding: 8px;
	max-width: 50px;
  }
  
  tr:nth-child(even) {
	background-color: #dddddd;
  }

  .footnav {
	background-color: rgb(110, 110, 110);
	overflow: hidden;
    margin-bottom: 2%;
	margin-top: 1%;
	position: relative;
	padding-left: 5%;
	padding-top: 10px;
	transition: .3s ease;
	

  }
  
 
  .footnav a {
	float: left;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	border-right-style: solid;
	border-right-color:#ffffff;
	border-right-width: 1px;
	transition: .3s ease;
	
	
  }
  
  
  .footnav a:hover {
	background-color: #042baa7a;
	color: rgb(255, 255, 255);
	transition: .3s ease;
  }
  .autor {
	  float: right;
	  margin-right: 5%;
	  color: white;
  }

  .search {
	  
	  float: right;
	  margin-right: 5%;
	  padding-top: 10px;
	  background-color: #6e6e6e;
	
  }
  .zdroj {
	  color: black;
	  font-style: italic;
	  font-size: 12px;	
	  text-decoration: none;
	}
.zdroj a{
	color: rgb(0, 32, 212);
	font-style: italic;
	font-size: 12px;	
	text-decoration: none;
}
.zdroj a:hover {
	color: rgba(1, 15, 204, 0.699);
}

.vyhody {
	background-color: rgba(33, 105, 0, 0.801);
	color: white;
	font-size: 20px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	padding-top: 1%;
	padding-bottom: 1%;
}
.nevyhody {
	background-color: rgba(105, 0, 0, 0.801);
	color: white;
	font-size: 20px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	padding-top: 1%;
	padding-bottom: 1%;
}
.rychlost{
	background-color: rgb(0, 0, 0);
	color: white;
	font-size: 16px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.nacitani{
	border: 1px solid #dddddd;
	text-align: left;
	padding: 5px;
	max-width: 50px;
	font-size: 14px;
  }
