body {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: small;
  color:#EED771;
  background-color:#A46C37;
  }

#menu {
  font-size: smaller;
  }

#innermenu {
  vertical-align: top;
  padding-top: 56px;
  }

a {color:#EED771; text-decoration:underline;}
a:hover {color: white; text-decoration: underline;}

hr {
  height: 6px;
  background-color:#A81810; 
  border-width: 0px;
  }

td.itself {
  background-image: url(graphics/band_h.png);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #402020;
  border-top-color: White;
  border-left-color: white;
  }  

td.menuitem {
  background-image: url(graphics/band_h.png);
  color: #A81810;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #402020;
  border-top-color: white;
  border-left-color: white;
  }  
td.menuitem a {color: #A81810; text-decoration: none;}
td.menuitem a:hover {color: #D84640; text-decoration: none;}

td.editmenu {
  padding-left: 10px;
  padding-right: 1px;
  padding-bottom: 1px;
  border-width: 1px;
  }  

.vlak {
  background-image: url(graphics/band_h.png);
  color: #A81810;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
  }

#log {
  font-size: smaller;
  }

#container {
  color:#402020;
  background-color: #F6F9DC;
  background-color: #FCFDF0;
  padding: 5px;
  margin: 0px;
  }

#container a {color: #D84640; text-decoration: none}
#container a:hover {text-decoration: underline}

#h_band {
  position: absolute;
  visibility: hidden;
  background-image: url(graphics/band_h.png);
  }

#mp3player {
  visibility: visible;
  position: absolute;
  top: 2000px;
  left: 2000px;
  width: 144px;
  height: 20px;
  background-color: #522246;
  overflow: hidden;
  }
body > #mp3player {position: fixed;}

#mp3commentdiv {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent; 
  background-image: url(graphics/cartoon.png);
  filter:alpha(opacity=90);
  opacity:0.9;
  width: 140px; 
  height: 145px;
  overflow: hidden; 
  z-index: 1;
  visibility: hidden;
  }
body > #mp3commentdiv {position: fixed;}

#mp3comment {
  border-width: 0px; 
  height: 110px; 
  width: 134px;
  color: #A81810;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: smaller;
  overflow: hidden; 
  vertical-align: top;
  margin: 2px;
  margin-left: 4px;
  margin-top: 6px;
}

#toppng {
  position: absolute;
  visibility: hidden;
  top: 0px;
  left: 100px;
  width: 690px;
  height: 80px;
  overflow: hidden;
  }

#bottompng {
  position: absolute;
  visibility: hidden;
  top: 1000px;
  left: 100px;
  width: 690px;
  height: 28px;
  overflow: hidden;
  }


