body {
  margin: 0px;
}

.white {
  color: white;
}

.black {
  color: black;
}

.imgrahmen {
  border: solid 1px white;
  padding: 1px;
}

.contact {
  text-decoration: none;
  color: black;
}

.teaser {
  text-decoration: none;
  color: white;
}

.menuteaser {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
}
.newsletter {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  line-height: 21px;
}
.menu {
  text-decoration: none;
  color: white;
}
.menuSpecial1 {
  text-decoration: none;
  color : white;
  font-size : 10px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: white;
  font-size : 11px;
  font-weight: bold;
}
.menu1 {
  text-decoration : none;
  font-size : 12px;
  font-weight: normal;
  color: white;
}
a.menu1:hover {
  color: white;
  font-weight: normal;
  font-size : 12px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : white;
  font-size : 12px;
  font-weight: normal;
}
.menu2 {
  text-decoration: none;
  color : white;
  font-size : 12px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : white;
  font-size : 12px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : white;
  font-size : 12px;
  font-weight: bold;
}
.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}

A.admin {
  color : Red;
  font-size: 11px;
}
A.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}
