* {
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  color: #6A7074;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  text-align: center;
  background-image: url(../bilder/hintergrund.jpg);
  background-position: center;
  background-attachment:fixed;
  background-repeat: repeat-y;
  background-color: #000000;
}

a {
  color: #62A0BE;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

li.navisub a {
  color: #939BA1;
}

input, textarea {
  border: 1px solid #939BA1;
  margin-bottom: 4px;
  color: #000000;
}

.submit {
  background-color: #C6CBD1;
  border: 1px solid #000000;
  color: #71767A;
  padding: 3px;
  width: 96px;
  margin-bottom: 0px;
}

.shopsubmit {
  background-color: #C6CBD1;
  border: 1px solid #939BA1;
  color: #71767A;
  padding: 3px;
  width: 96px;
  margin-bottom: 0px;
}

#container {
  height: 100%;
  width: 986px;
  margin: auto;
  text-align: left;
  background-color: #CED3DB;
}

#content {
  width: 868px;
  margin-bottom: 55px;
  margin-left: 59px;
  margin-top: 20px;
}
