﻿select
{
    /* für FF, damit der graue Pfeil verschwindet */
    text-indent: 0.01px;
    text-overflow: "";
    /* ENDE */

    -webkit-appearance: none;
    -moz-appearance: none;
}

/* IE 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    select
    {
        background: none!important;
        padding-right:2px!important;
    }
}

.CenterHelper
{
    width:90%; /* wenn calc nicht supported wird */
}
