body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}

header {
  background: #f9f9f9;
  color: white;
  padding: 20px;
  text-align: center;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}



.logo {
  max-height: 200px;
  margin-bottom: 10px;
  orientation: left;
}

main {
  padding: 20px;
}

.kontakt, .downloads {
  margin-bottom: 30px;
}

a {
  color: #004080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  background: #eee;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
}