* { margin: 0; padding: 0; }

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    background: url(../image/login/bg6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

#page-login {
    background: url(../image/login/leiste4.png) no-repeat center center fixed;
    margin: 0px auto;
    text-align:center;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

div.topright {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    /*left: 50%;
    margin-left:435px;*/
    width: 300px;
    height: 76px;
    background: url(../image/login/AF_Logo_mittel.png) no-repeat;
}

div.linkbox {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    height: 14px;
    margin-top: 90px;
    margin-left:-249px;
    width: 250px;
    border: 0px solid #999999;
    color: #888888;
    font-size: 10px;
    text-align: left;
}

#loginbox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    height: 240px;
    margin-top:-120px;
    margin-left:-269px;
    width: 538px;
    border: 0px solid #8c8c8c;
}

#loginframe {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    height: 219px;
    margin-top:-110px;
    margin-left:-259px;
    width: 517px;
    border: 1px solid #999999;
    text-align: center;
    text-align: -moz-center;
}
#loginframe p {
    text-align: center;
    text-align: -moz-center;
    color: #333333;
    font-size: 12px;
    margin: 10px;
}

#infobox {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 100px;
    margin-top: 90px;
    margin-left: 149px;
    font-size: 12px;
    color: #888888;
    text-align: right;
}

#shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../image/login/shadow.png) no-repeat;
    height: 270px;
    margin-top:-135px;
    margin-left:-283px;
    width: 568px;
}

#bannertext {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    margin-top:129px;
    margin-left:-66px;
    width: 568px;
    font-size: 11px;
    text-align: left;
    color: #004494;
}

.linkbox a:link { color:#004494; text-decoration:none }
.linkbox a:visited{ color:#004494; text-decoration:none }
.linkbox a:hover{ color:#004494; text-decoration:underline }