body,html
{
  width:100%;
  height:100%;
}

body
{
  background:#000 url('../img/circuit.png');
  font-family: 'Open Sans', 'arial', sans-serif;
  font-size:12pt;
  margin:0px;
}

body div.all
{
  margin:0px 7%;
  height:100%;
  overflow:hidden;
}

div.bottom div.menu a
{
  margin-right:1%;
}

div.top div.menu a
{
  margin-left:1%;
}

div.menu a
{
  background:#ccc;
  border:2px ridge #444;
  border-width:0px 4px 0px 4px;
  color:#000;
  font-family: 'Droid Sans', 'arial', sans-serif;
  font-weight:bold;
  letter-spacing:0.0125em;
  text-decoration:none;
  word-spacing:0.1em;
  display:block;
  text-align:center;
  float:left;
  padding:0.5em 0.25em;
}


div.content
{
  clear:both;
  height:78%;
  border:2px ridge #444;
  background:url('../img/hintenunten2.png') repeat-x left bottom #111;
  color:#fff;
  overflow:auto;
}

div.text
{
}

br.clear
{ clear:both; }

h1
{
  color:#fff;
  margin-top:10px;
  font-size:xx-large;
  font-family:arial;
}

