A:hover {
 COLOR: #9999FF;
}

A{
  xCOLOR:#88330D;
   COLOR:#FFFFFF;
}

TABLE {
 width:100%;
}

BODY {
 /* Seitenraender */
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 8px;
 font-style: normal;
 font-weight: normal;
 color: #FFFFFF;
 background-color:#000000;

 SCROLLBAR-FACE-COLOR: #666666;
 SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
 SCROLLBAR-SHADOW-COLOR: #CCCCCC;
 SCROLLBAR-ARROW-COLOR: #CCCCCC;
 SCROLLBAR-BASE-COLOR: #666666
 scrollbar-dark-shadow-color: #CCCCCC;
 scrollbar-3d-light-color: #666666;

}

.MainBody {
  background-image:url(./../pix/bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.Header {
  text-align:center;
  margin-bottom:0px;
  height:135px;
  border-style:none;
  overflow:hidden;
}

.NavBar {
  font-weight:bold;
  font-size:18px;
  text-align:center;
  background-color:#000000;
  height:30px;
  filter:Alpha(opacity=60);
  opacity:0.6;
  margin-top:0px;
}

.MainTable {
  border-style:none;
  width: 900px;
}

.PlainText {
  font-size:12px;
  font-weight:normal;
  text-align:justify;
}

.TextLink {
  font-size:12px;
  color:#FFFFFF;
}

.PicColumn {
  width:200px;  
}

.PicBox {

}

.PicBorder {
  position:absolute;
  top:0px;
  left:0px;
  width:200px;
  filter:Alpha(opacity=60);
  opacity:0.6;
  background-color:#000000;
  overflow:hidden;  
}

.PictureBox {
  position:absolute;
  top:25px;
  left:25px;
  width:150px;  
}

.Picture {
  width:150px;  
  border-style:none;
}

.HeadLine {
  font-size:14px;
  font-weight:bold;
}





