body {
  margin: 0px;
}

.newsletter {
  padding: 20px;
  font-size : 10px;
  background-color : #999;
  color : black;
}

.green {
  color: green;
}

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

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

.menu {
  text-decoration: none;
  color: #999;
}
.menuSpecial1 {
  text-decoration: none;
  color : #ffffff;
  font-size : 9px;
  font-weight: bold;
  text-align: right;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #ff0000;
  font-size : 9px;
  font-weight: bold;
  text-align: right;
}

div.menu1 , div.menuActive1 , a.menu1 {
  background-color: #3F3F3F;
  text-decoration: none;
  font-weight: bold;
  font-size : 10px;
}
div.menuSub {
  background-color: #3F3F3F;
  visibility: hidden;
  position: absolute;
  width: 124px !important;
  width: 120px;
  border-bottom: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  font-size : 10px;
}
div.menu2 , div.menuActive2 {
  width: 120px;
  padding: 2px;
  padding-left: 5px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}

.menu1{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size : 10px;
}

a.menu1:hover {
  color: #ff0000;
  font-weight: bold;
  font-size : 10px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #ff0000;
  font-size : 10px;
  font-weight: bold;
}
.menu2 {
  text-decoration: none;
  color : #999;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : #ffffff;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #ffffff;
  font-size : 10px;
  font-weight: bold;
}
.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;
}

