body {
  margin: 0px;
}

.imgrahmen {
  border: solid 1px #003300;
}

.menu {
  text-decoration: none;
  color: #111111;
}
.menuSpecial1 {
  text-decoration: none;
  color : #999999;
  font-size : 10px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #999999;
  font-size : 10px;
  font-weight: normal;
}
.menu1 {
  text-decoration : none;
  font-size : 10px;
  font-weight: bold;
  color: #999999;
}
a.menu1:hover {
  color: #999999;
  font-weight: bold;
  font-size : 10px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #003300;
  font-size : 10px;
  font-weight: bold;
}
.menu2 {
  text-decoration: none;
  color : white;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : white;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #003300;
  font-size : 10px;
  font-weight: normal;
}
.menu3 {
  text-decoration: none;
  color : black;
  font-size : 10px;
  font-weight: normal;
}
a.menu3:hover {
  text-decoration: none;
  color : black;
  font-size : 10px;
  font-weight: normal;
}
.menuActive3 {
  text-decoration: none;
  color : black;
  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;
}

.newshead{
  font-weight: bold;
  color: #003300;
  font-size: 12px;
}

.row {
  width: 150px;
  border: solid 1px #a8a299;
}

.field {
  width: 400px;
  height: 60px;
  border: solid 1px #a8a299;
}

a.buchstaben {
  color: #003300;
}
