body {
  margin: 0px;
}

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

.menu {
  text-decoration: none;
  color: #111111;
}
.menuSpecial1 {
  text-decoration: none;
  color : #000066;
  font-size : 9px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #000066;
  font-size : 9px;
  font-weight: normal;
}
.menu1 {
  text-decoration : none;
  font-size : 12px;
  font-weight: bold;
  color: #000066;
  padding: 4px;
  padding-right: 4px;
}
a.menu1:hover {
  color: #000066;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #000066;
  font-size : 12px;
  font-weight: bold;
  padding: 4px;
  padding-right: 4px;
}
.menu2 {
  text-decoration: none;
  color : #000066;
  font-size : 11px;
  font-weight: normal;
}
a.menu2:hover {
  text-000066: none;
  color : #000000;
  font-size : 11px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #000066;
  font-size : 11px;
  font-weight: bold;
}
td.menu2 , td.menuActive2 {
  padding: 4px;
  padding-left: 8px;
  padding-right: 2px;
}
.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;
}
