/* CMS Formatierung */
input.cms, textarea.cms {
    border : 1px solid #EF8E31;
    background-color: #FFF9E5;
    font-size:12px;
    font-family:Verdana;
}

input.cms {
    height: 21px;
}

.cmsblock {
    border : 1px solid #EF8E31 ! important;
    background-color: #FFF9E5 ! important;
}

.cmshinweis{
    color:#B64D24;font-size:11px;
}


fieldset {
    border: 1px solid red;
    /* width:435px;        */
    margin: 20px 10px 20px 0px;
    position: absolute;color:black ! important;
    background-color:#FDF1B0 ! important;

}

legend{
    background-color:#FDF1B0 ! important;padding:5px;
}


#anyedit {
    position: absolute;
    z-index: 100;
    padding:10px;font-size:12px
}

.editfeld{
    background-color:#FDF1B0 ! important;/*width:550px       */
}

.editfeld_small {
    background-color:white ! important;width:250px !important;
}




