*{

margin: 0;
padding:0;

}

/*Allgemein*/

h1{


margin: 0 auto;
width: 595px;
padding: 5px;
border-radius: 5px;
background-color: rgb(255, 135, 23);
color: white;
font-family: tahoma;
font-size: 27px;
margin-top: 20px;

}

h2{

margin-left: 7px;
  font-family: tahoma;
  color: rgb(255, 135, 23);
  margin-top: 6px;
	
}

#wrapper
{

width: 100%;
height: auto;

}

#cont{

width: 90%;
height: auto;
margin: 0 auto;

}

form{

width: 795px!important;
height: auto;
margin: 0 auto;
margin-top: 40px;
background-color: rgb(71, 71, 71);
margin-bottom: 100px;
}

fieldset {
  
border:none;

  }

input{

margin: 0 auto;
width: 230px!important;
height: 26px;
font-size: 15px;
font-family: tahoma;


}

#submit{

background: red;

}

td{

padding: 5px;
font-family: tahoma;
font-size: 15px;
color: white;
}

.preis{

font-size: 20px;
color: rgb(255, 135, 23);
font-weight: bold;

}

.preis2{

font-size: 20px;
color: rgb(255, 135, 23);
font-weight: bold;

}
.preis3{

font-size: 20px;
color: white;
font-weight: bold;

}

#preis{

background: rgb(71, 71, 71);

}

#preis > td{

border-color:  rgb(255, 135, 23)!important;

}

.radio{

height: 15px;
text-align: left;
width: 15px!important;

}

label{
position: relative;
height: 26px;
line-height: 26px;


}

#numb{

margin-bottom: 20px;

}

#submit{

    width: 392px;
  height: 32px;
  /* margin-bottom: 25px; */
  background: rgb(47, 47, 47)!important;
  color: aliceblue;
  font-size: 20px;
  border: none;
  float: right;
  margin-top: 0px;
  cursor: pointer;

}

#submit:hover{

color: rgb(47, 47, 47);
background: rgb(255, 135, 23)!important;

}

#changebox{

width:100px;
height: 100px;
float: right;
position: fixed;
line-height: 25px;
text-align: center;
  background: rgb(71, 71, 71);
  color: rgb(249, 123, 52);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
margin-top: 300px;
  }

  #changebox > p{

  margin-top: 25px;
  margin-top: 12px;
  font-size: 13px;
  font-family: tahoma;


  }

textarea{

width: 783px!important;

}