html, body
{
  background: #000;
  margin:0;
  padding:0;
  color:#ccc;
  font-style:verdana;
}

/* Verwendeter Seitenbereich */

#hoch
{
  margin:0px auto;
  width:800px;
  height:auto !important; /* Für normale Browser */
  height:100%; /* Für IE */
  background: #000;
  font-size: 10px;
  font-family : tahoma;
  color: #333;
  text-align: center;
}

#quer
{
  position: absolute;
  margin: 0px auto;
  z-index:1;
  width:800px;
  height:430px;
  top:50%;
  background: #000;
  margin-top:-215px;
}


a
{
  color: #222;
  outline: none;
}

a, a:hover
{
  text-decoration: none;
}

a:hover
{
  color: #500;
}

