/* Hallooooooo Zielgruppe! 
   Fehler entdeckt?
   severin (at) theweirdestthing.com
   
   Danke!
*/

body {
  margin: 0px;
  padding: 0px;
  background: black;
  font-family: Arial;
  color: black;
}

a {
  color: black;
  border: 0px;
}

#wrapper {
  margin: 0px auto;
  width: 948px;
}

.buttonset {
  padding-top: 6px;
  float: right;
  height: 21px;
}

.buttonset div {
  background-image: URL("images/buttons.png");
  width: 33px;
  height: 21px;
  float: left;
  margin-left: 1px;
}

div.script_on {   background-position: 0px 0;         }
div.gfx_on {      background-position: -34px 0;       }
div.four_on {     background-position: -68px 0;       }
div.sixt_on {     background-position: -102px 0;      }
div.hd_on {       background-position: -136px 0;      }
div.sound_on {    background-position: -170px 0;      }
div.script_off {  background-position: 0px -22px;     }
div.gfx_off {     background-position: -34px -22px;   }
div.four_off {    background-position: -68px -22px;   }
div.sixt_off {    background-position: -102px -22px;  }
div.hd_off {      background-position: -136px -22px;  }
div.sound_off {   background-position: -170px -22px;  }
div.client_tv {   background-position: -204px 0;      }
div.client_web {  background-position: -204px -22px;  }

#navi {
  height: 22px;
  width: 948px;
  clear: both;
  white-space: nowrap;
}

#navi img, #navi a {
  float: left;
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 237px;
}

.clientbox {
  background-image: URL("images/clientback.png");
  width: 948px;
  height: 220px;
  clear: both;
}

.clienttitle {
  font-size: 24px;
  font-weight: bold;
  color: white;
  height: 30px;
  float: left;
}

.clientimage {
  margin-top: 5px;
  margin-left: 5px;
  width: 590px;
  height: 180px;
  float: left;
}

.clienttext {
  width: 335px;
  height: 150px;
  margin-left: 10px;
  margin-top: 3px;
  float: left;
  font-size: 12px;
}

.clientbtns {
  text-align: center;
  float: left;
  width: 335px;
  height: 16px;
}

.clientdate {
  text-align: right;
  width: 335px;
}

textarea {
  font-family: Arial;
  font-size: 12px;
  width: 400px;
  height: 150px;
}
