
a.frameRight {          /* Für die Links in der rechten Toolbox */
  color: rgb(153,153,153);
  font-weight: bold;
  text-decoration: none;
}

a.frameRight:hover {
  color: rgb(255,255,255);
  text-decoration: underline;
}

a.menu {                /* Menü-Links */
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: none;
}

a.news {
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: underline;
}

a.news:hover {
  color: rgb(153,153,255);
}

a.intext {              /* Links in einem Text, z.b. Home-Seite, shorties */
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: underline;
}

a.intext:hover {
  color: rgb(204,204,102);
  text-decoration: underline;
}

a.path:hover {
  color: rgb(255,255,255);
}

div.infobox {
  background-color: rgb(204,51,51);
  border-color: rgb(153,153,153);
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  padding: 1.3em;
  text-align: center;
}

div#menuDropDown {
  filter: Alpha(opacity=80, finishopacity=100, style=0);
}

div#subDropDown {
  filter: Alpha(opacity=60, finishopacity=100, style=0);
}

div.menu {
  background-color: rgb(0,0,0);
  border-bottom-color: rgb(0,0,51);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: rgb(0,0,155);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(0,0,51);
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: rgb(0,0,155);
  border-top-style: solid;
  border-top-width: 1px;
  display: box;
  left: -100px;
  position: absolute;
  top: -100px;
  visibility: hidden;
  width: 150px;
}

table.menuDropDown {
  width: 100%;
}

table.subDropDown {
  width: 100%;
}

td.frameBottom {
  background-color: rgb(0,0,0);
  font-size: 8pt;
  padding: .5em;
  text-align: center;
}

td.frameMain {
  background-color: rgb(0,0,0);
  padding: 5px;
  vertical-align: top;
}

td.frameRight {
  background-color: rgb(51,51,102);
  background-image: url(/images/wallpapers/tools.gif);
  font-size: 8pt;
  text-align: center;
  vertical-align: top;
}

td.frameTop, td.frameFooter {
  background-color: rgb(0,0,0);
}

td.menuNormal {
/*  border: 1px solid rgb(0,0,0); */
/*  background-color: rgb(0,0,0); */
  color: rgb(255,255,255);
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

td.menuHover {
/*  border: 1px solid white; */
  background-color: rgb(51,51,102);
  color: rgb(255,255,255);
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  cursor: hand;
}

td.menuDown {
/*  border: 1px solid white; */
  background-color: rgb(51,51,102);
  color: rgb(255,255,255);
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  cursor: hand;
}

td.cellClick {        // Maus wird auf der Zelle gedrückt
  background-color: rgb(51,51,51);
  width: 100%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.small {
  font-size: 8pt;
}

.header {
  font-size: 12pt;
}

.normal {
  font-weight: normal;
}

.path {
  color: rgb(102,102,102);
  font-weight: bold;
  text-decoration: none;
}

.semitransparent {
  background-image: url(/images/gfx/table_transparent.gif);
  border-color: rgb(0,0,0);
  border-style: solid;
  border-width: 2px;
}