/* 
    Created on : 16.5.2016, 23:04:23
    Author     : cizek
*/
body {
    margin: 0;
    padding: 0;
}
header {
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 40px;
    background-color: #3B90BE;
    opacity: 0.4;
    text-align: center;
}
header h1 {
  margin: 0;
}
h1,h2 {
    font-size: 180%;
    font-family: verdana, arial;
}


div#container {
    position: relative;
    top: 30px;
    margin: auto;
    width: 80%;
}
section {
    width: 47%;
    min-height: 200px;
    float: left;
    opacity: 0.6;
}
section#zaci {
    background-color: #710504; 
}
section#hodnotitele {
    background-color: #0C5C4C;
}
div#mezera {
    width: 6%;
    height: 10px;
    float: left;
}
article {
    margin: 10px;
}
a {
    font-size: 150%;
    font-family: verdana,arial;
    color: white;
    opacity: 1;
    text-decoration: none; 
    border-bottom: 1px dashed;
}
a:hover {
    border-bottom: 0px;
}
p {
    color: white;
    opacity: 1;
    font-family: 'Titillium Web', sans-serif;
}
footer {
    position: fixed;
    width: 100%;
    min-height: 50px;
    background-color: black;
    bottom: 0%;
    font-family: 'Indie Flower', cursive;
    text-align: center;
}
h3 {
  color: white;
  font-size: 100%;
  font-family: 'Titillium Web', sans-serif;
}
section#novinky {
   width: 100%;
   background-color: #6666cc;
   margin-bottom: 50px;
}