body {
  font-family:Arial,sans-serif;
}

p {
 text-align: center;
}

h1 {
 text-align: center;
 color: Grey;
}

ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 text-align: center;
}

li {
 display: inline;
}

li a {
 margin-right: 10px;
 color: grey;
}

a:link {
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
}
a:hover {
 color: black;
}
a:active {
 color: red;
 }


.Impressum {
 margin: 0px
}

/* ****************** Container *********************** */
#content {
 background-color: white;
 margin-left: auto;
 margin-right: auto;
 margin-top: 50px;
 width:800px;
 text-align: center;
}

#content_Gal {
 background-color: white;
 margin-left: auto;
 margin-right: auto;
 margin-top: 25px;
 width:1000px;
}

#content_Gal1 {
position:absolute;
width:750px;
height:180px;
z-index:0;
background-color: white;
left: 230px;
top: 620px;
text-align: center;
}

#navi {
 background-color: white;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 width:800px;
 text-align: center;
}

