body{
        font-family: "Open Sans", Arial, sans-serif !important;
        font-size: 16px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
        background: transparent;
        border: 0 none;
        font-size: 100%;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        text-decoration: none;
        list-style: none;
        font-weight: normal;
        outline: none;
}



.form-container{
    width: 400px;
    margin: 0;
    background: transparent;
    box-shadow: 0 0 0px rgba(0,0,0,0.5);
    border-radius: 6px;
    padding: 5px;
    float: leftt;
}

.form-container #anfang h3{
    font-family: "Open Sans", Arial, sans-serif;
    text-align: left;
        margin-bottom: 10px;
        font-weight: bold;
}
.form-container #anfang p{
        margin-bottom: 6px;
}

.form-container #anfang p.hinweis{
        font-size: 14px;
        color: #999999;
        margin-bottom: 10px;
}

input[type="submit"]{
    border: 0 none;
    margin: 5px 0 0 0;
    height: 35px;
    padding: 0 24px;
    float: right; 
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    background: #393330;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);

    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

input[type="submit"]:hover,
input[type="submit"]:focus{
    background: #00a1e4;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
    color: #fff;
}

input[type="submit"]:active{
    background: #00a1e4;
    color: #fff;
}

label {
    width: 75%;
    line-height: 34px;
        display: block;
}

input[type="text"],
textarea{
        font: 18px "Open Sans", Arial, sans-serif;
        width: 97%;
        padding: 8px 12px;
        border: 1px solid #00a1e4;
        background: transparent;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
        color: #393939;
        outline: 0;
}

.notification_error {
        border: 1px solid #A25965;
        height: auto;
        width: 95%;
        margin: 15px 0;
        padding: 4px;
        background: #F8F0F1;
        text-align: left;
        -moz-border-radius: 5px;
}

.notification_ok {
        border: 1px #567397 solid;
        height: auto;
        width: 90%;
        margin: 15px 0;
        padding: 8px;
        background: #f5f9fd;
        text-align: center;
        -moz-border-radius: 5px;
}