body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0fbff;
    
  }

  header {
    background-color: #475053;
    color: #f0fbff;
    text-align: center;
    padding: 5px;
  }

  h1{
    text-transform: uppercase;
  }

  nav {
    background-color: #2e94b9;
    overflow: hidden;
    text-align: center;
  }

  nav ul {
    list-style-type: none;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	min-height: 38px;
	line-height: 200%;
  }

  nav li {
    display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
  }

  nav a:hover {
    color: #acdcee;
    text-decoration: none;
    font-size: 23px;
  }

 nav a{
	color: #f0fbff;
	text-decoration: none;
}

  .container {
    max-width: 1200px;
    min-height: 550px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
  }
  .container a
  {
    color: black;
    text-decoration: none;
  }
  
  .container a:hover
  {
    text-decoration: underline;
    color:  #475053;
    font-size: 17px;
  }

  .subpage-content {
    margin-top: 20px;
  }

  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #Kontakt
  {
    float: left;
  }
  #mapa
  {
    float: right;
  }