body {
  background-color: #ffffff;
  color: #000000;
  margin: 0px;
}
.menucol {
  background-color: #094EAF;
}
.maincoldark {
  background-color: #094EAF;
}
.maincollight {
  background-color: #C3D1E3;
}
.maincolbright {
  background-color: #E2E9F2;
}
.txtboxcolbody {
  background-color: #f5f5f5;
}
A.menuLink {
  color: #708090;
  text-decoration: none;
}
A.menuLink:hover {
  color: #000000;
  text-decoration: none;
  background-color: #E2E9F2;
}
td.menutabonleft {
  background-image: url(http://www.cncplayer.de/gifs/mtabonl.gif);
}
td.menutabonmid {
  background-color: #094EAF;
  background-image: url(http://www.cncplayer.de/gifs/mtabonm.gif);
  color: #ffffff;
}
td.menutabonright {
  background-image: url(http://www.cncplayer.de/gifs/mtabonr.gif);
}
td.menutaboffleft {
  background-image: url(http://www.cncplayer.de/gifs/mtaboffl.gif);
}
td.menutaboffmid {
  background-color: #E2E9F2;
  background-image: url(http://www.cncplayer.de/gifs/mtaboffm.gif);
}
td.menutaboffright {
  background-image: url(http://www.cncplayer.de/gifs/mtaboffr.gif);
}
A.menutablink {
  color: #708090;
  text-decoration: none;
}
A.menutablink:hover {
  color: #000000;
}
A.headerLink {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
A.headerLink:hover {
  color: #C3D1E3;
  text-decoration: underline;
}
TD.StdLinks a:link {
  color: #0000ff;
  text-decoration: underline;
}
TD.StdLinks a:visited {
  color: #800080;
  text-decoration: underline;
}
.boxlineb { /* b=bottom */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #094EAF;
}
.boxlinerbl { /* rbl=right, bottom, left in ccw*/
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #094EAF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #094EAF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #094EAF;
}
.menuon {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #094EAF;
  background-image: url(http://www.cncplayer.de/gifs/graddark.png);
  color: #ffffff;
}
.menuoff {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
