
body {
  margin: 0px;
  background: url('/images/bg_spacer/bg.gif') repeat-x;    
}

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

.menu {
  text-decoration: none;
  color: #111111;
  
}

.menuSpecial1 , .menuSpecial1Bold {
  text-decoration: none;
  color : silver;
  font-size : 9px;
  font-weight: normal;
  padding: 0;
}

.menuSpecial1Bold {
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
}

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

.menu1 {
  text-decoration : none;
  font-size : 10px;
  font-weight: normal;
  color: #000000;
  background: #333333;
  text-transform: uppercase;
}

td.menu1 {
  width: 165px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;  
}

tr.menu1 {
  height: 30px;
  
}

a.menu1 {
  color: silver;
  font-weight: bold;
}

a.menu1:hover {
  color: #99a8db;
  font-weight: bold;
  font-size : 10px;
  text-decoration: none;
}
.menuActive1 , a.menuActive1 {
  text-decoration: none;
  color: #99a8db;
  font-size : 10px;
  font-weight: bold;
}

.menu2 a:visited {
  color: #ffffff;  
}

td.menu2 , a.menu2 {
  text-decoration: none;
  color : #FFFFFF;
  font-size : 10px;
  font-weight: normal;
  padding: 2px;
  padding-left: 6px;
  text-transform: uppercase;
}
a.menu2:hover {
  text-decoration: none;
  color : #8e9ecf;
  font-size : 10px;
  font-weight: normal;  
}

td.menuActive2 , a.menuActive2 {
  color: #FFFFFF;
  font-size : 10px;
  font-weight: normal;
  padding: 2px;
  padding-left: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

td.menu2 {
  background: #99a8db;
  height: 18px;
}

td.menuActive2 {
  background: #3B466B;
  height: 18px;
}

a.menuActive2:hover {
  color : #8e9ecf;
  font-size : 10px;
  font-weight: normal;
  text-decoration: none;
}

.menu3 a:visited {
  color : #DDDDFF;
}

td.menu3 , a.menu3 {
  text-decoration: none;
  color : #DDDDFF;
  font-size : 9px;
  font-weight: normal;
  padding-left: 12px;
  height: 15px;
  text-transform: uppercase;
}

a.menu3:hover {
  text-decoration: none;
  color : #98a8db;
  font-size : 9px;
  font-weight: normal;
}

td.menuActive3 , a.menuActive3 {
  color : #DDDDFF;
  font-size : 9px;
  font-weight: normal;
  padding-left: 12px;
  height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.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;
}


