@charset "utf-8";
#Footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #585656;
  font-size: 20px;
  border-color: #464444;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  text-align: right;
  text-shadow: 1px 1px #1F1E1E;
  padding-top: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#Linkliste {
  background-attachment: fixed;
  color: #000000;
  font-family: Poor Richard;
  font-size: 24px;
  text-shadow: 0 0 1px #0B0909;
  text-align: center;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
  margin-left: 5px;
  height: 10%;
}
a:link, a:visited {
  background-color: #DBDBDB;
  color: black;
  border: 2px solid #7A1C3E;
  padding: 7px 3px 1px;
  text-align: justify;
  text-decoration: none;
  display: inline-block;
}
a:hover, a:active {
  background-color: #7A1C3E;
  color: #DBDBDB;
}
#Container {
  background-image: url(Bilder/Background.jpg);
  background-attachment: fixed;
  -webkit-box-shadow: 3px 3px #555252;
  height: 120%;
  width: 80%;
}
#Textfeld {
  background-attachment: fixed;
  color: #000000;
  font-family: Poor Richard;
  font-size: 24px;
  text-align: center;
  width: 60%;
  text-shadow: 0 0 1px #0B0909;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  background-color: #7A1C3E;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
}
#Header {
  border-width: 3px;
  border-color: #464444;
  background-image: ;
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-left: 1%;
  -webkit-box-shadow: 3px 3px #8F8485;
  box-shadow: 3px 3px #8F8485;
  padding-top: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  /*+placement: ;*/
  position: relative;
  left: 0;
  top: 0;
  background-color: #000000;
  padding: 0;
}
