﻿.FooterLink {
    color: #333333;
    text-decoration: none;
}
.FooterLink:hover {
    text-decoration: underline;
}
#minwidthArea {
    width: 1202px;
    height: 1px;
}
#logoArea {
    position: fixed;
    top: 15px;
    width: 120px;
    height: 30px;
    left: 1000px;
    z-index: 20000;
}
#contentArea {
    position: fixed;
    top: 0px;
    width: 1200px;
}
#headerArea {
    position: absolute;
    top: 0px;
    width: 1000px;
    z-index: 7000;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
}
#AnwesenHeaderTable {
    z-index: 7000;
}
#contentBodyArea {
    /*display: none;*/
    position: fixed;
    top: 110px;
    width: 1200px;
}

#contentInfoArea {
    position: fixed;
    top: 0;
    width: 220px;
}

#contentBodyLoginArea {
    position: fixed;
    top: 30px;
    width: 950px;
    height: 700px;
    left: 200px;
}
.LoginForm {
    border: 1px solid #999999;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#websiteContentPanelBigC .LoginForm {
    border: none;
}

.LoginForm2 {
    border: 0px solid #999999;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 0px;
}

#RadAjaxLoadingPanel {
    position: fixed;
    background-color: #404040;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
#radLoadingImage {
    text-align: center;
    vertical-align: middle;
}
#tabView {
    border: 1px #4F7F21 solid;
    width: 950px;
}
