/* CSS Document */

h1 {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-variant: small-caps;
    }
    
h2 {
    text-align: center;
    background: grey;
    color: white;
    font-variant: normal;
    font-family: sans-serif;
}

h3 {
    font-family: sans-serif;
}

h4{
    font-family: sans-serif;
}

#tucseznam {
    background: blue;
    color: white;
    font-variant: normal;
    font-family: sans-serif;
}

.normalpolozka {
    color: black;
    padding: 2px;
    border: 2px solid black;
    background-color: lightgray;
}

header {
    background-color: blue;
    color: white;
    padding: 20px;
    text-align: center;
}



p {text-align: justify;
font-family: Times, 'Times New Roman', Georgia, serif;
}
section {color: black;
padding: 2px;
border: 2px solid black;
background-color: lightgray;
}

footer{background: blue; text-align: center; color: white;}

table{border-collapse: collapse;}

table, th, td {border: 1px solid black;}

td{width: 8%; text-align: center;}

nav {
  background-color: white; 
  padding: 10px;
  text-align: center;
}
nav a {
  display: block;
  text-decoration: none;
  color: black;
  background-color: blue;
  border: 2px outset black;
  font-family: Arial, sans-serif;
  padding: 3px 10px; 
  margin:2px; 
}
nav a:hover {
  color: lightgray;
  background-color: lightgray;
  border: 2px inset lightgray;

}
nav a:active {
  color: gray;
  background-color: gray;
  border: 2px inset gray;
  }
  

table{
  border: 1px solid;
}
