body {
  margin: 0px;
  background-color: #0d193f;
}

.imgrahmen {
  border: solid 1px white;
  padding: 1px;
}

.menu {
  text-decoration: none;
  color: #111111;
}
.menuSpecial1 {
  text-decoration: none;
  color : #2c3961;
  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;
  padding-top: 10px;
  padding-bottom: 5px;
}
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 : #747577;
  font-size : 14px;
  font-weight: normal;
}
td.menuActive2 {
  padding-left: 20px;
  background: url(/images/bg_spacer/active-bg.jpg) no-repeat;
  background-position: left bottom;
}
td.menu2 {
  padding-left: 20px;
  background: url(/images/bg_spacer/inactive-bg.jpg) no-repeat;
  background-position: left bottom;
}
a.menu2:hover {
  text-decoration: none;
  color : #101e4d;
  font-size : 14px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #101e4d;
  font-size : 14px;
  font-weight: normal;
}
.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}

a.admin , a.admin1 , a.admin2 , a.admin3 , a.admin4 , a.admin5 , a.admin6 {
  color: Red;
  font-size: 11px;
}
a.admin2 , admin4 {
  color: blue; 
}
a.admin3 , admin5 {
  color: green;
}
a.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}

.searchfield {
  width: 70px;
  border: solid 1px #464648;
  font-size: 9px;
  color: #2c3961;
}

.row {
  width: 460px;
  border: 1px solid #5a708b;
}

.field {
  width: 460px;
  height: 170px;
  border: 1px solid #5a708b;
}

*+html .field
{
  /* IE 7 */
  width: 460px;
}

*html .field
{
  /* IE 6 */
  width: 460px;
}
