﻿#AbrufFormular {
    position:absolute;
    background-color:rgba(255, 255, 255, 0); /*Transparent*/
    /*background-color:antiquewhite;*/
    /*padding:20px 30px;*/
}
#AbrufFormular p{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:11px;
    margin-bottom:0;
    margin-top:3px;
}

#BestellButton{
    margin-top: 14px;
}





#spam{
    margin-left:0px;
    margin-bottom:9px;
}
#spam img{
    /*position:absolute;*/
    /*zoom:70%;*/
    margin-bottom:-9px;
    height:27px;
    /*margin-top:-5px;*/
    /*float:initial;*/
}



#HinweisUebertragung{
    visibility:hidden;
    /*visibility:visible;*/
    position:absolute;
    padding:15px;
    top:50px;
    left:23px;
    background-color:white;
    z-index:100;
    box-shadow: 0px 0px 30px gray;
    
}
#HinweisUebertragung p{
    font-weight:bold;
    color:dimgrey
}