* {
    margin: 0;
    padding: 0;
}

header, nav, footer, aside, section {
    display: block;
}

body {
    text-align: left;
    font-family: Arial, sans-serif;
    background-color: white;
}

#wrapper {
    background-color: white;
    width: 1200px;
    margin: 0 auto;    
}

header {
    background-color: white;
    height: 502px;
    display: block;
    margin: 0 auto;
}

#steuerunglinks {
    background-color: white;
    color: black;
    width: 180px;
    height: 1200px;
    float: left;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    list-style-type: square;
    text-decoration: none;
    display: inline-block;
}

aside {
    background-color: white;  /*#0e0673;*/
    width: 180px;
    height: 1200px;
    float: right;
}

section {
    background-color: white;
    text-align: left;
}

section img {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 250px;
}

#bild1 {
    float: left;
}

#fototext {
    text-align: left;  
    margin-left: 10px;
    float: left;
    width: 800px;
    margin-top: 0px; 
    /*background-color: red;*/   
}

section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
}

section h2 {
    padding-top: 20px;
    padding-bottom: 0.4em;
}

section p {
    padding-bottom: 1em;
    padding-left: 5px;
}

footer {
    background-color: white;;
    text-align: center;
    clear: both;
}

div {
      text-align: center;
    }

div.gallery {
  margin: 10px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
