body {
  margin: 0px;
}

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

.menu {
  text-decoration: none;
  color: #111111;
}
.menuSpecial1 {
  text-decoration: none;
  color : #000000;
  font-size : 9px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #000000;
  font-size : 9px;
  font-weight: normal;
}
.menu1 {
  text-decoration : none;
  font-size : 10px;
  font-weight: normal;
  color: #000000;
}
a.menu1:hover {
  color: #000000;
  font-weight: normal;
  font-size : 10px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #000000;
  font-size : 10px;
  font-weight: normal;
}
.menu2 {
  text-decoration: none;
  color : #000000;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : #000000;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #000000;
  font-size : 10px;
  font-weight: normal;
}
.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;
}
.modform{
  width:600px;

}
td.modform{
  width:200;
}

.headrow{
  width: 550px; 
  padding:3px;
  background-color:#CBC5A5; 
  cursor:pointer;
  font-weight: bold;
}


