body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
       
       cursor:url(wow.ico),move; }
         
#content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
}

#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}



h1 {
	  color: #FFFFFF;
	  background-color: #000080;
      font-family: times new roman, georgia, serif;	
      font-style: italic;
      font-weight: bold;
    }
h2 {
	  color: #ff0000;
	  background-color: #FC9804;
      font-family: times new roman, georgia, serif;
      font-style: italic;
	}