*{
	
padding:0;
margin:0;

}


.optionbox{

width: 212px;
padding: 25px;
height: 260px;
float: left;
margin-top: 25px;
margin-bottom: 25px;

}

.optionboxbild{

width: 212px;
height: 200px;
background: dimgrey;
margin: 0 auto;

}

#optionboxbild1{

  background: url(../images/schild.png)dimgrey no-repeat;
  background-size: inherit;
  background-position: center;

}
#optionboxbild2{

  background: url(../images/part.png)dimgrey no-repeat;
  background-size: inherit;
  background-position: center;
	
}
#optionboxbild3{

  background: url(../images/web.png)dimgrey no-repeat;
  background-size: inherit;
  background-position: center;
	
}
#optionboxbild4{

  background: url(../images/dollar.png)dimgrey no-repeat;
  background-size: inherit;
  background-position: center;
  
}

.optionbox:hover #optionboxbild1 {

  background: url(../images/schild.png)rgb(182, 182, 182) no-repeat;
  background-size: inherit;
  background-position: center;

}
.optionbox:hover #optionboxbild2{

  background: url(../images/part.png)rgb(182, 182, 182) no-repeat;
  background-size: inherit;
  background-position: center;
  
}
.optionbox:hover #optionboxbild3{

  background: url(../images/web.png)rgb(182, 182, 182) no-repeat;
  background-size: inherit;
  background-position: center;
  
}
.optionbox:hover #optionboxbild4{

  background: url(../images/dollar.png)rgb(182, 182, 182) no-repeat;
  background-size: inherit;
  background-position: center;
  
}




.optionboxtext{

width: 212px;
height: 60px;
background: rgb(71, 71, 71);
margin: 0 auto;
line-height: 60px;
  text-align: center;
  font-size: 25px;
  color: rgb(247, 95, 9);

}

#wrapper{

min-height: 320px!important;

}

#controll{

margin: 0 auto;
width: 450px;
padding-top: 80px;

}

#controll > input{


  height: 25px;
  border: solid 1px lightgray;
  width: 300px;
  font-size: 16px;
  text-align: center;



}

#agree1{

  width: 450px!important;
  height: 25px;
  border: none!important;
  background-color: rgb(247, 95, 9);
  font-size: 18px!important;

}

#agree2{

  width: 450px!important;
  height: 25px;
  border: none!important;
  background-color: rgb(247, 95, 9);
  margin-left: 300px;
  border-radius: 5px;

}

#agree2 > button{

    width: 450px!important;
  height: 25px;
  border: none!important;
  background-color: rgb(71, 71, 71);
  margin: 0 auto!important;
  border-radius: 5px;
  font-size: 18px;
  color: rgb(247, 95, 9);
}

#ausgabe{

  margin: 0 auto;
  background-color: green;
  width: 450px;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;

}

#ausgabefalsch{

  margin: 0 auto;
  background-color: red;
  width: 450px;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  margin-top: 10px;

}

h1{

  color: rgb(247, 95, 9);

}

h2{

  color: rgb(247, 95, 9);

}

#cont > p > span{

  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;

}