
html {
  overflow-y: scroll;
}



body {
  background: url(background.jpg) repeat-x #00F1F1;
  color: black;
  font-family: Arial, sans-serif;
  text-align: center;
  background-attachment: fixed;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#wrap {

  width: 1100px; height:800px;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: auto;
  text-align: left;
  border-radius: 10px;
  position: relative;
}

#fuss {
  width: 1100px;
  padding: 3px 0px 3px 0px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 10pt;
  font-style: normal;
  border-radius: 10px;
  box-shadow: 4px;
  background-color:  #FDB427;
  opacity:0.9;
  color: #003366;
}

#fuss:hover {
  opacity:1;
	
}

#kopf {
  border-radius: 10px;
  box-shadow: 4px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#motorbild {
  background: url(bildmotor.png) no-repeat; 
  width:400px; height:1171px; 
  position:absolute;
  top:-50px; left:600px; 
  	
}

#haupts {
  font-size: 12pt;
  color: #003366;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  position: relative;

}

@font-face { font-family: 'Recharge'; src: local('Recharge Bold'), local('Recharge'), url(rechargebd.ttf) format('truetype'); }

#haupts LI { font-family: 'Recharge', Tahoma, sans-serif; 
             background-color: #FDB427;
             border-radius: 5px; 
			 margin-top: 4px; 
			 padding-left:10px; 
			 padding-right:10px; 
			 opacity:0.85;
}

#haupts h1 { font-family: 'Recharge', Tahoma, sans-serif; 
			 font-size: 15pt;
             color: #FDB427;
}

#haupts h2 { font-family: 'Recharge', Tahoma, sans-serif; 
			 font-size: 15pt;
             border-radius: 5px; 
			 background-color: #FDB427;
			 color: #cc0000;
             
}


#haupts li:hover,
#haupts a:hover{ 
             opacity:1;
			 color:#E31E24;
	
}

#haupts ul a {
	color: #003366;
  
}


#haupts ul { list-style: none;
             font-size: 20pt;
			 margin:0;
			 padding:0;
			 
			 -webkit-padding-start:0px;

    }


a {
  text-decoration: none;
  outline: none;
  color: #FF8000;
}

a:hover {
  color: #E31E24;
}
