/* hide from ie5 mac \*/
html {
    height          :   100%;
    overflow        :   hidden;
}

/* end hide */
body {
    height          :   100%;
    margin          :   0;
    padding         :   0;
    background      :   url(/images/background.jpg) repeat-x #A7E9F7;
}

ul {
    margin          :   0;
}

.hcenter {
    width           :   400px;
    margin          :   0 auto;
    position        :   realtive;
    height          :   100%;
}

.vcenter {
    position        :   absolute;
    top             :   50%;
    margin-top      :   -100px;
}

img.willkommen {
    margin-bottom   :   20px;
}

input.text {
    border          :   none;
    color           :   #3B86C5;
    width           :   180px;
    padding         :   2px 6px 4px;
    font-size       :   12px;
}

input.submit {
    border          :   1px solid #3B86C5;
    color           :   #3B86C5;
    background      :   white;
    width           :   192px;
    padding         :   2px 6px 4px;
    font-size       :   12px;
    text-align      :   left;
}

img.logo {
    position        :   absolute;
    bottom          :   15px;
    right           :   15px;
}
