@charset "utf-8";
/* CSS Document Global */

body {
  width: 100%;
  margin:0px;
  padding:0px;
  background:url(../images/hintergrund.png);
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;	
}

h1{font-size:1.7em;}  
h2{font-size:1.5em;}  
h3{margin-bottom:0px;} 

#wrapper {width:90%; margin: 30px auto 100px auto;text-align:center;}
.sidemenu {background:url(../images/hintergrund.png); font-size:1em; border-top: 10px solid #300; display:none; position:absolute; bottom:-100%; width: 80%; height:100%; background-color: rgba(50,50,50,0.85); color:#000; z-index:1000; text-align:center; padding:10%; padding-bottom:0px}

button {font-weight:bold; border:2px solid #000; font-size:1em; padding:20px; color:#000; margin-bottom:25px;background:rgba(0,0,0,0.05); width:200px; margin-right:15px;}
button:hover {color:#600; border:2px solid #600;}
button:active {color:#900; border:2px solid #900;}

img{padding:0px;margin:0px;}
.fighter {text-align:center; width:40%; float:left; padding-left:100px}

#oops {display:none; width:60%;}
#projectil1,#projectil2 {display:none; z-index:20;}
#ike,#pcjunky {z-index:10;}
}



#main {position: relative;}
#header {margin-bottom:10px;}

#main div img { border-radius: 5%; bottom:0;}
