body {
  background-color: rgb(0, 0, 0);
  margin-left: 260px;
  margin-top, margin-right, margin-bottom: 15px;
  color: rgb(255, 255, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  }

a:link, a:visited, a:active, a:focus {
  color: rgb(255, 255, 0);
  }

a:hover {
  color: rgb(255, 255, 0);
  text-decoration: none;
  }

.headLine {
  font-size: 22px;
  font-weight: bold;
  }

.small {
  font-size: 12px;
  }

.rahmen {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 0);
  }

.node {
  position:absolute;
  background-color: rgb(180, 80, 50);
  width:100px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  color: rgb(255, 255, 0);
  }

.menutop {
  position: absolute;
  background-color: rgb(0, 0, 0);
  width: 180px;
  height: 82px;
  background-image: url("../img/menutop.jpg");
  }

.menunode {
  position: absolute;
  background-color: rgb(0, 0, 0);
  width: 180px;
  height: 25px;
  background-image: url("../img/menunode.jpg");
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: rgb(180, 80, 50);
  font-weight: bold;
  }

.menubottom {
  position: absolute;
  background-color: rgb(0, 0, 0);
  width: 180px;
  height: 36px;
  background-image: url("../img/menubott.jpg");
  }
  
.menucounter {
  position: absolute;
  text-align: center;  
  width: 180px;
  }

input, textarea, select {
  color:rgb(255, 255, 0);
  background-color:rgb(150, 50, 30);
  border:1px solid rgb(255, 255, 0);
  padding:2px;
  font-family:Arial, Helvetica, sans-serif;
  }

.knopf {
  font-weight:bold;
  width:100px;
  }
  
.check {
  background-color:rgb(0, 0, 0);
  padding: 0px;
  border: 0px;
  }

.color {
  background-color: rgb(130, 80, 35);
  }

.tHead {
  font-weight: bold;
  }