/* CSS Document */
body  {background-image: url("Plocha.jpg"); background-repeat: no-repeat; background-attachment: fixed;}

footer {font-family: sans-serif;text-align: center;color: white;background-color: black;margin: 10px 0px 0px 0px;padding: 5px;}

header h1 {font-family: sans-serif;text-align: center;color: white;background-color: black;margin: 0px;padding: 25px;}

header h2 {font-family: sans-serif;text-align: center;color: white;background-color: black;margin: 10px;padding: 25px;}

nav {background-color: black;overflow: hidden;list-style-type: none;margin: 0;padding: 0;}

nav li {float: left;}

nav li a {display: block;color: white;padding: 14px 16px;text-align: center;text-decoration: none;font-family: sans-serif;}

section {text-align: justify;padding: 0px 25px 0px 25px;}