body {
background-color: #FFF;
  margin: 0px;
}

hr {
  border-top: 1px dashed #DDD;
  border-bottom: 1px dashed #DDD;
  height: 1px;
}

ul {
  list-style-image:url(/images/bg_spacer/dot.gif); 
}

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

.whiteBold {
  border: 1px solid black;
  width: 150px;
}

.menu {
  text-decoration: none;
  color: #000;
}
.menuSpecial1 {
  text-decoration: none;
  color : #000000;
  font-size : 10px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #000000;
  font-size : 10px;
  font-weight: bold;
}
.menu1 {
  text-decoration : none;
  font-size : 12px;
  font-weight: bold;
  color: #FFF;
}
a.menu1:hover {
  color: #000000;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #000000;
  font-size : 12px;
  font-weight: bold;
}

.menu2 {
  text-decoration: none;
  color : #000000;
  font-size : 12px;
  font-weight: normal;
}
td.menu2 {
  border-bottom: 1px solid black;
}
td.menuActive2 {
  border-bottom: 1px solid black;
}
td.menu3 {
  border-bottom: 1px dashed #DDD;
}
td.menuActive3 {
  border-bottom: 1px dashed #DDD;
}
td.menu4 {
  border-bottom: 1px dashed #DDD;
}
td.menuActive4 {
  border-bottom: 1px dashed #DDD;
}

a.menu2:hover {
  text-decoration: none;
  color : #000000;
  font-size : 12px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #000000;
  font-size : 12px;
  font-weight: normal;
}

.menu3 {
  text-decoration : none;
  font-size : 11px;
  font-weight: normal;
  color: #000;
}
a.menu3:hover {
  color: #000000;
  font-weight: normal;
  font-size : 11px;
  text-decoration: none;
}
.menuActive3 {
  text-decoration: none;
  color: #CC0066;
  font-size : 11px;
  font-weight: normal;
}

.menu4 {
  text-decoration : none;
  font-size : 11px;
  font-weight: normal;
  color: #000;
}
a.menu4:hover {
  color: #000000;
  font-weight: normal;
  font-size : 11px;
  text-decoration: none;
}
.menuActive4 {
  text-decoration: none;
  color : #CC0066;
  font-size : 11px;
  font-weight: normal;
}

.footer , .footerl {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}
.footerl {
  text-transform: uppercase;
}

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

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


