body {
  margin:0px;
  padding:0px;
  background-color:#D0D0C0;
}
img.logo {
  margin:0px;
  border-width:0px;
  position:absolute;
  top:0px;
  left:0px;
  height:95px;
  width:180px;
  background-color:#000;
}
#border {
  background-image:url('/files/images/metall.jpg');
  background-color:#C0C0C9;
  position:absolute;
  top:95px;
  left:0px;
  border-style: solid solid solid none;
  border-color: #404040;
  border-width: 1px 2px 2px 0px;
  padding: 4px 0px 0px 0px;
  text-align: center;
}
#container {
  width: 178px;
}
#heightbar {
  width: 178px;
  height: 4px;
  font-size: 2px;
  line-height: 2px;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
}
#heightbar a.add {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: -8px;
  background-image: url('/files/images/plusminus.png');
  background-repeat: no-repeat;
  background-position: left top;
  outline: none;
}
#heightbar a.add:hover {
  background-position: right top;
}
#heightbar a.remove {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 2px;
  top: -8px;
  background-image: url('/files/images/plusminus.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  outline: none;
}
#heightbar a.remove:hover {
  background-position: right bottom;
}
.links {
  margin: 4px auto 0px auto;
  border:1px solid #000;
  width:154px;
  text-align:center;
  background-color: rgb(96,96,130);
  border-collapse: collapse;
}
.links td.icon {padding:1px 0px;width:18px;}
.links td.icon img {margin:0px 1px;width:16px;height:16px;border-width:0px;}
.links td.text {
  padding:0px;
  text-align:left;
  color: #FFF;
  font-family: "Verdana",sans-serif;
  font-size: 11px;
}
.links td.text a {
  text-decoration:none;
  color:#FFAA00;
}
.links td.text a:hover {
  text-decoration: none;
  color: #FFF;
}
.links td.text div {
  position:relative;
  left:0px;
  top:0px;
  width:100%;
  margin:0px;
  padding:0px;
}
.links td.text div div {
  position:absolute;
  right:0px;
  top: 0px;
  width:auto;
  left:auto;
  border-style:solid;
  border-color:#000;
  border-width:1px 0px 1px 1px;
  background-color:#C06060;
  color:#FFF;
  font-weight:bold;
  display: none;
  padding: 0px 2px;
}
/* Active User Liste */
#lurkbox {
  border-top:solid 1px #404040;
  background-color:#707080;
  font-size:1px;
  line-height: 1px;
  padding: 1px;
  text-align: left;
}
#lurkbox div {
  overflow:hidden;
  height:0px;
  width:176px;
  padding:0px;
  margin:0px auto 0px 0px;
  font-size:1px;
  line-height: 1px;
  text-align: left;
  position: relative;
  top: 0px;
  left: 0px;
}
#lurkbox table {
  position:relative;
  left:0px;
  top:0px;
  width:165px;
  border-width:0px;
  padding:0px;
  margin:0px;
  border-collapse: collapse;
  text-align: left;
}
#lurkbox table a.user {
  text-decoration:none;
  color:#FA0;
}
#lurkbox table a.admin {
  text-decoration:none;
  color:#8F8;
}
#lurkbox table a.user:hover, #lurkbox table a.admin:hover {
  text-decoration:underline;
  color:#FFF;
}
#lurkbox table td {
  font-size:13px;
  line-height:13px;
  padding:0px;
  height: 15px;
}
#lurkbox table td.chat {
  width:12px;
  text-align: left;
}
#lurkbox table td.chat img {
  margin:0px;
  border-width:0px;
  width:10px;
}
#lurkbox table td.rank {
  color:#FFF;
  text-align:right;
}
#lurkbox table td.anonymous {
  color:#D0A060;
}
a.activeusers_on, a.activeusers_off {
  display:block;
  height:6px;
  font-size:2px;
  margin:0px;
  padding:0px;
  background-color:rgb(0,150,0);
  outline: none;
  border-top: solid 1px #404040;
}
a.activeusers_on:hover {
  background-color:rgb(50,200,50);
}
a.activeusers_off {
  background-color:rgb(150,0,0);
}
a.activeusers_off:hover {
  background-color:rgb(200,50,50);
}
#lurkbox a.up {
  background-image: url('/files/images/scroll_arrows.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width:9px;
  height:7px;
  padding:0px;
  margin:0px;
  font-size:1px;
  line-height: 1px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  visibility: hidden;
  outline: none;
}
#lurkbox a.up:hover {
  background-position: -9px 0px;
}
#lurkbox a.down {
  background-image: url('/files/images/scroll_arrows.png');
  background-repeat: no-repeat;
  background-position: 0px -7px;
  width:9px;
  height:7px;
  padding:0px;
  margin:0px;
  font-size:1px;
  line-height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  visibility: hidden;
  outline: none;
}
#lurkbox a.down:hover {
  background-position: -9px -7px;
}
