body {
  margin: 0px;
}

.bg {
  background: url(/images/bg_spacer/bg.gif) no-repeat;
}

.div_bg {
  background: url(/images/bg_spacer/div_bg.gif) no-repeat;
}

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

.menu {
  text-decoration: none;
  color: #2E3192;
}
.menuSpecial1 {
  text-decoration: none;
  color : #2E3192;
  font-size : 9px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #2E3192;
  font-size : 9px;
  font-weight: normal;
}
.menu1 {
  text-decoration : none;
  font-size : 12px;
  font-weight: normal;
  color: #2E3192;
}
a.menu1:hover {
  color: #2E3192;
  font-size : 12px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: underline;
  color : #ffffff;
  font-size : 12px;
  font-weight: normal;
}
.menu2 {
  text-decoration: none;
  color : #2E3192;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : #2E3192;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: underline;
  color : #2E3192;
  font-size : 10px;
  font-weight: normal;
}

.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: normal;
  color: #2E3192;
}

.specialfooter {
  text-decoration: none; 
  text-align: right;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
}

.specialfooter a {
  color: #2E3192;
}


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

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