@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
 
 html {
	 height: 100%;
	 padding: 0
 }
 
 * {
	box-sizing: border-box;
 }
 
 body {
	background: url('../img/bg-body.gif') fixed repeat;
	color: #595959;
	margin: 0;
	padding: 0 0 50px 0
 }
 
 p {
	padding: 0px 10px;
	font: 18px 'Roboto', sans-serif;
	text-align: justify
 }

 .box-content h1 {
	background-color: #fec04d;
	color: #404040;
	font: 22px 'Roboto', sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	margin-top: 30px;
	border-radius: 5px
}

 .box {
	width: 900px;
	margin: auto;
	padding: 0 20px 0 20px
 }
 
 .header {
	height: 80px;
	margin-bottom: 25px	
 }

 .header h1 {
	font: 80px 'Lobster', cursive;
	text-align: bottom;
	color: #e49501;
	padding: 0 0 25px 40px
 }

 .header-image-cs {
	background-image: url('../img/header-cs.jpg');
	border-radius: 20px 20px 0 0;
	height: 300px;
	
 }
  .header-image-ny {
	background-image: url('../img/header-ny.jpg');
	border-radius: 20px 20px 0 0;
	height: 300px;
	
 }
 .box-content {
	background-color: #ffffff;
	border-top: 3px dashed #404040;
	padding: 20px
}
.content-table {
  border-collapse: collapse;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #fec04d;
  color: #404040;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table .kiemelt {
  background-color: #f2f2f2;	
  border-bottom: 2px solid #fec04d;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #fec04d;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

 .box-content:after {
	 content: "";
	 clear: both;
	 display: block
  } 
 
 
 .small-box {
	 float: left;
	 width: 50%;
	 margin: 0%;
	 padding: 0%;
	 height: 40px;
 }
 
 .box .footer {
	 background-color: #ffffff;
	 height: 60px;
	 margin: 0;
	 padding-bottom: 50px;
	 border-radius: 0 0 20px 20px;
	 border-top: 3px dashed #404040
 }
 
 .box .footer a {
	 float: center;
	 background: #e49501;
	 color: #404040;
	 padding: 5px 10px;
	 margin: 0 0 5px 5px;
	 display: inblock-line;
	 text-decoration: none;
	 border-radius: 4px
 }
 
 .box .footer a:hover {
	 background: #404040;
	 color: #e49501
 }
  
 .box .footer p {
	 color: #404040;
	 font: 16x 'Roboto', sans-serif;
	 text-align: center
 }
 
