body {
  margin: 0px;
}

.imgrahmen {
  border: solid 1px #000;
  padding: 0px;
}

.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 : 12px;
  font-weight: normal;
  color: #fff;
}
div.menu1 {
  width: 170px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 14px;
}
div.menuActive1 {
  width: 170px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 14px;
}

a.menu1:hover {
  color: #fff;
  font-weight: normal;
  font-size : 12px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #fff;
  font-size : 12px;
  font-weight: normal;
}
div.menuSub , div.menuSub2 {
  display: none;
  position: absolute;
  top: -15px;
  left: 150px;
  width: 200px;
}

.menu2 , .menu3 {
  text-decoration: none;
  color : #fff;
  font-size : 12px;
  font-weight: normal;
}
a.menu2:hover , a.menu3:hover ,  a.menu4:hover {
  text-decoration: none;
  color : #ff0000;
  font-size : 12px;
  font-weight: normal;
}
.menuActive2 , .menuActive3 , .menuActive4 {
  text-decoration: none;
  color : #ff0000;
  font-size : 12px;
  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;
}
.row {
  width: 300px;
}

.field {
  width: 300px;
  height: 100px;
}
a.link {
  text-decoration: none;
}
.t_page {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
