body {
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #fed792;
}

h1 {
    font-size: 1.5rem;
}

a {
    color: #f60;
    text-decoration: none;
}

a.hover{
    text-decoration: underline;
}

a.button_link {
    /* background-image: url(images/button.png); */
    background-image: url(images/button_sprite.png);
    width: 210px;
    height: 45px;
    display: block;
    color: #a00000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

a.button_link:hover {
    text-decoration: none;
    color: #fff;
    /* background-image: url(images/button_over.png); */
    background-position: left bottom;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

a.button_link_css {
    width: 210px;
    height: 35px;
    font-size: 1.2rem;
    line-height: 2em;
    width: 13em;
    height: 2em;
    border-radius: 0.4em;
    display: block;
    color: #a00000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    border: 2px solid #ffa736;
    background-color: #ffc200; /* Fallback für alte Browser, die Farbverlauf nicht können */
    border-radius: 7px;
    box-shadow: 0 4px 5px rgba(255, 167, 54, 0.5);
    background-image: linear-gradient(#ff8300, #fff, #ff8300, #ffe100);
}

a.button_link_css:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border: 2px solid #dc0aad;
    background-color: #e7108d;
    background-image: linear-gradient(#d70fb3, #fff, #d70fb3, #e7108d);  
    box-shadow: 0 4px 5px rgba(231, 16, 141, 0.5);  
}