body, html {
 padding:0px;
 margin:0px;
 font-family:Verdana,Arial,Sans-Serif;
}

#hidden{
 padding:5px;
 width:500px;
 background-color:#ccc;
 border:solid 1px #555;
 position:absolute;
 visibility:hidden;
 z-index:100;
 line-height:1.5;
 font-size:12px;
 text-align:justify;
}

#tank{
 width:20px;
 height:20px;
 position:absolute;
 background:url(vulkan.gif);
}

#target{
 width:20px;
 height:20px;
 position:absolute;
 background:url(haus.gif);
}

#wall{
 position:absolute;
 background:url(mauer.gif);
}

#ground{
 width:100%;
 height:8px;
 position:absolute;
 background:url(gras.gif);
 left:0px;
}

#bullet{
 width:20px;
 height:20px;
 position:absolute;
 background:url(feuerball.gif);
 visibility:hidden;
}

#description{
 position:absolute;
 padding:5px;
 background-color:#ccc;
 border:solid 2px #000;
 top:20px;
 left:50px;
 width:180px;
 height:20px;
 font-weight:bold;
 text-align:center;
}

#windbox{
 position:absolute;
 padding:5px;
 background-color:#ccc;
 border:solid 2px #000;
 top:20px;
 left:250px;
 width:80px;
 height:20px;
 font-weight:bold;
 text-align:center;
}

#trefferbox{
 position:absolute;
 padding:5px;
 background-color:#ccc;
 border:solid 2px #000;
 top:20px;
 left:350px;
 width:80px;
 height:20px;
 font-weight:bold;
 text-align:center;
}

#punktbox{
 position:absolute;
 padding:5px;
 background-color:#ccc;
 border:solid 2px #000;
 top:20px;
 left:450px;
 width:80px;
 height:20px;
 font-weight:bold;
 text-align:center;
}

#power{
 position:absolute;
 background:#ff0000 url(power.gif) repeat-y;
 top:20px;
 left:550px;
 height:34px;
}


#newTargetBox{
 position:absolute;
 padding:5px;
 background-color:#ccc;
 border:solid 2px #000;
 top:530px;
 left:50px;
 width:180px;
 height:20px;
 font-weight:bold;
 text-align:center;
}

#newTargetBox a{
 color:#000;
 text-decoration:none;
}

#info{
  position: absolute;
  top: 25%;
  width:90%;
  line-height:200%;
  text-align:center;
  font-weight:bold;
}