* {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1em;
}
ol ul {
  margin-bottom: 0;
}
html {
  height: 101%;
}
body {
  background-color: #ffffff;
  color: black;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 14px;
  text-align: center;
}
#wrapper {
  margin: 0px auto;
  width: 800px;
}
#Kopfblock {
  border-bottom: 1px solid black;
  background-color: #ffffff;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  text-align: center;
  width: 800px;
  height: 150px;
}
#Navigationsblock {
  margin: 0px;
  float: right;
  padding-top: 125px;
  padding-right: 20px;
  padding-bottom: 0px;
  height: 15px;
  background-color: transparent;
}
#Navigationsblock li {
  display: inline;
  list-style-type: none;
  background-color: transparent;
}
#footer {
  background-color: #ffffff;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  width: 800px;
  height: 20px;
}
#Content {
  border: 1px solid #eeeeee;
  margin: 0px;
  padding: 20px;
  background-color: #ffffff;
  text-align: left;
}
h1 {
  font-size: 16px;
}
a {
  margin: 0px;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  font-size: 14px;
  color: #666666;
  padding-bottom: 0px;
}
a:hover {
  color: #000000;
}
address {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  height: 20px;
}
#Navigationsblock a.navlink {
  margin: 0px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 0px;
}
li span {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}
#Navigationsblock .navlink:hover {
  margin: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 0px;
}
#PiconPage {
  border: 1px solid black;
  float: left;
  margin-right: 10px;
}
#unterblock {
  border-bottom: 1px solid #969696;
  height: 20px;
  width: 800px;
  background-color: #e0e0e0;
}
#unterblock li {
  padding: 0 30px;
  display: inline;
  list-style-type: none;
  font-size: small;
  font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
li.dropdown {
  position: relative;
  height: 10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right: 0;
  margin-top: 0;
  display: none;
  position: absolute;
  background-color: #e0e0e0;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
li.dropdown:hover > .dropdown-content {
  display: block;
}
