body
{
  background-image:url(/images/background.png);
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS, Arial;
  font-size: 10pt;
  background-color: #000;
}

#frame
{
  margin: 0px auto;
  padding: 0px;
  border: 0px #f00 solid;
  color: #d0d0d0;
  width: 990px;
  text-align: left;
}

#header
{
  padding: 0px 0px 0px 130px;
  border: 0px #f00 solid;
  color: #d0d0d0;
}

#menu
{
  float: left;
  width: 130px;
  height: 500px;
  position:relative;
  border: 0px #0f0 solid;
  left: 0px;
  top: 0px;
}

#content
{
  float: left;
  border: 0px #0ff solid;
  width: 500px;
  overflow: visible;
  background-color: #000;
  padding: 10px 130px 100px 40px;
  margin: 0px;
  z-index: 1;
}

#sidebox
{
  float: right;
  border: 0px #00f solid;
  width: 300px;
  margin: 20px 0px 0px -250px;
  z-index: 2;
}

#sidebox img
{
  width: 75px;
  height: 75px;
}

img
{
  border: 0px;
}

p
{
  font-weight: normal;
  letter-spacing:0.05em;
  line-height: 140%;
  word-spacing:0.15em;
  padding-bottom: 20px;
  color: #eee;
}

h1
{
  background-image:url(/images/h1background.png);
  background-repeat: no-repeat;
  font-size: 120%;
  color: #000;
  margin: 10px 0px 20px -20px;
  padding: 7px 20px 0px 20px;
  height: 33px;
  letter-spacing:0.1em
}

h2
{
  font-size: 110%;
  color: #fff;
  margin: 5px 0px;
  letter-spacing:0.1em
}

h3
{
  font-size: 110%;
  margin: 10px 0px;
}

#sidebox h1
{
  color: #000;
  margin: 0px;
  padding: 5px 20px 0px 10px;
  background-image:url(/images/h2background.png);
  height: 33px;
  background-repeat:no-repeat;
}
#sidebox h2
{
  font-size: 100%;
}
#sidebox h3
{
  font-size: 90%;
}

a
{
  text-decoration: none;
  color: #f00;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

a.scheiben
{
  height:15px;
  font-size: 10px;
  color:#fff;
  line-height: 150%;
  margin: 0px;
  padding: 1px 12px 1px 12px;
}

a.scheiben:hover
{
  font-size: 13px;
  text-decoration: none;
  background-image:url(/images/link_r.png);
  background-position:left;
  background-repeat:no-repeat;
}

a.active
{
  font-size: 13px;
  background-image:url(/images/link_r.png);
  background-position:left;
  background-repeat:no-repeat;
}

#sidebox ul {
        list-style:none;
        margin:0;
        padding:0;
}

#sidebox li  {
        padding:0;
        margin:0;
        height:15px;
}

#frame.admin table
{
  width: 100%;
}

#frame.admin #menu
{
  background-color: #444;
  padding: 1em;
}