body {
  margin: 0;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
  text-justify: newspaper;
  text-align: justify;
  counter-reset: mycount;  
}

h2{
  margin: 0;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  text-align: inherit;
  color: #40c9ae;
}

h3{
  margin: 0;
  text-align: justify;
  text-align: inherit;
  }
  
.header {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
  height: 200px;
  background-position-x: center;
  vertical-align: middle;
  
}
.img {
	border: 0;
}

#navbar {
  overflow: hidden;
  background-color: #636363;
}

#navbar a {
  float: left;
  /*display: block;*/
  color: #f2f2f2;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 24px;
  vertical-align: text-bottom;
	text-align-last: center;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #40c9ae;
  color: white;
}

@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
   }
   
#navbar a.topnav-right {
  float: right;
  display: block;
  padding-bottom: !important;
  margin: auto;
}
   
.content {
  padding: 12px;
  margin: 12px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60}
  
  input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #40c9ae;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
  
  /*registracny formular*/
  
  {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #40c9ae;
    width: 70%;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: inherit;
    font-size: 22px;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-15 {
    float: left;
    width: 15%;
    margin-top: 6px;
    display: inline-block;
    text-align: left;
   /* vertical-align: text-top;*/
    top: 0;
}

.col-75 {
    float: left;
    width: 50%;
    margin-top: 6px;
    display: inline-block;
    top: 50px;
    text-align: left;
    margin: 14px;
}

.col-90 {
    float: left;
    width: 70%;
    margin-top: 6px;
    display: inline-block;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    width: 50%;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-15, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
  /*reg. form*/
  
  
  /*jazyk */
.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 0 50px 10px 0;
	vertical-align: top;
	float: left;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 2px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}
/*jazyk*/


a:link, a:visited, a:active, a:hover
{
    text-decoration: none;
    color: #40c9ae;
}

#terminy table.terminy {
    border-collapse: collapse;
    border-bottom-color: !important;
    border-style: solid;
    width: 100%;
    padding: 8px;
}

#terminy td {
    height: 40px;
    vertical-align: middle;
    padding: 8px;
}
     /*program tabulka*/
#program table.program {
    border-collapse: collapse;
    border-bottom-color: !important;
    border-style: solid;
    width: 100%;
    padding: 2px;
}

#program td,th {
    height: 20px;
    padding: 6px;
    text-align: center; 
    
}
td#host {background-color: #a5f29d;  
}
td#prestavka {background-color: #ffffff;  
}
tr#den {border-style: 3px solid green;  
}
.ram {
    border-top: 3px double;
}
    /*program tabulka*/
    
#banner {

    width: 1000px;
    height: 200px;
    }
/*cislovanie tabulky*/
.mycount:before{
    counter-increment: mycount;      /* Increment the counter */
    content: counter(mycount) ". "; /* Display the counter */
}
