.TabelOption{
  margin-bottom: 20px;
  max-width: 470px;
}
#option{
    position: absolute;
    left: 2%;
    width: 480px;
    top: 130px;
}

.CaptionInOption{
  width: 470px; 
  font-size: 15;
}

.RowInOption{
   position: relative;
  width: 480px;
  background:#e9eae8;
background:rgba(132, 136, 139, 0.9);
}

#artikeloption{
    position: absolute;
    left: 51%;
    width: 480px;
    top: 130px;
    z-index: 2;
    height: auto;
opacity: 1;
border-radius:20px 20px 2px 2px;
}


.OptionRemove {
position: absolute;
width: 20px;
top: 13px;
left: 450px;
height: auto;
}
            
.OptionEdit {
position: absolute;
width: 20px;
top: 13px;
left: 410px;
height: 20px;
z-index: 1;
}

#optiontd1{
border-bottom:1px solid rgba(255,255,255,.5);
}

.AnzAuswahlInOption{
  position: relative;
  top: -3px;
  height: 25px;
  width: 60px;
  font-size: 10;
  padding: 0px 0px 0px 5px;
  left: 0px;
}

.optionAnz {
position: relative;
top: 6px;
font-size: 12;  
left: -6px;
}

.optionShortText {
position: relative;
top: -8px;
font-size: 12;
left: 10px;  
}

.optionShortTextBez{
  position: relative;
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 400px;
    width: 470px;
      font-family: Arial;
  font-weight: normal;
 color: #ffffff;
 font-size: 14;
top: -20px;
left: 130px;
}

.optionShortTextBezNew{
  position: absolute;
    resize: none;
    overflow: hidden;
    max-height: 23px;
    width: 200px;
      font-family: Arial;
  font-weight: normal;
 font-size: 14;
 top: 8px;
 left: 90px;
}



.optionLongText{
  position: relative;
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 400px;
    width: 470px;
      font-family: Arial;
  font-weight: normal;
 color: #ffffff;
 font-size: 12;
}

.optionLongTextNew{
position: relative;
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 400px;
    width: 470px;
    left: 5px;
  margin-top:5px;
  margin-bottom: 10px;
      font-family: Arial;
  font-weight:lighter;
  border-radius:2px 2px 2px 2px;
  font-size: 16;
}

.optiontd1preis{
    resize: none;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 20px;
      font-family: Arial;
  font-weight:lighter;
 text-align: center;
 top: 11px;
 left: 312px;
}

.optiontd1preisOLD{
    resize: none;
    overflow: hidden;
    position: absolute;
    width: 60px;
    height: 20px;
      font-family: Arial;
  font-weight:lighter;
 text-align: center;
 top: 13px;
 left: 340px;
}

#OptionenAnfragen {
    position: absolute;
    box-shadow: rgb(102, 102, 102) 0px 0px 20px;
    font-family: Arial;
    color: rgb(255, 255, 255);
    font-size: 15px;
    top: 60px;
    left: 3%;
    width: 83%;
    min-width: 960px;
    text-align: center;
    border-radius: 2px;
    padding: 10px 2px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(55, 57, 58);
    border-image: initial;
    text-decoration: none;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(101, 110, 112)), color-stop(0.051, rgb(70, 81, 83)), color-stop(0.5, rgb(81, 91, 92)), to(rgb(50, 62, 64)));
}

#OptionenAnfragen:hover {
background: #71aa61;
}

#anfragetxt{
    resize: none;
    overflow: hidden;
    position: absolute;;
      font-family: Arial;
  font-weight:lighter;
 text-align: left;
 top: 125px;
 left: 20px;
 font-size: 12px;
}

