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

section {
    width: 100%;
    min-height: 200px;
     opacity: 0.6;
}
section#zaci {
        margin-top: 15px;
    background-color: #710504; 
}
section#hodnotitele {
    background-color: #0C5C4C;
}

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;
}
div#media_mezera {
    position: relative;
    width: 20px;
    height: 200px;
}
h3 {
  color: white;
  font-size: 100%;
  font-family: 'Titillium Web', sans-serif;
}
section#novinky {
    margin-top: 15px;
   background-color: #6666cc;
}