.boxschrift {
  font-family:      arial, helvetica, verdana;
  font-size:        11px;
  color:            #ffdcbf;
}

a:link{
  font-family:      arial, helvetica, verdana;
  font-size:        14px;
  text-decoration:  underline;
  color:            #FFCF91;
  }

a:visited {
  font-family:      arial, helvetica, verdana;
  font-size:        14px;
  text-decoration:  underline;
  color:            #FFCF91;
  }

a:active {
  font-family:      arial, helvetica, verdana;
  font-size:        14px;
  text-decoration:  underline;
  color:            #FFCF91;
  }
a:hover {
  font-family:      arial, helvetica, verdana;
  font-size:        14px;
  text-transform:   underline;
  color:            #FFFFFF;
  }

/* -------------------------------- */
/* ---     PNG Alpha für IE     --- */
/* -------------------------------- */

img {
  behavior: url("pngbehavior.htc");
}

.blackbgrnd {
  background	: #000000;
}


td, body
{
   scrollbar-face-color:#3060AE;
   scrollbar-shadow-color:#3060AE;
   scrollbar-highlight-color:#3060AE;
   scrollbar-3dlight-color:#3060AE;
   scrollbar-darkshadow-color:#3060AE;
   scrollbar-track-color:#3060AE; /*hintergrund*/
   scrollbar-arrow-color:#3060AE;/*pfeile*/
   overflow:hidden;
 }
 
.whitescript {
  color		: #FFFFFF;
  font-family	: courier, arial, verdana;
  font-size	: 11px;
}