body {
    margin: 0px;
    padding: 0px;
    background: #cfcfcf; /* url('../images/body-bg.gif') no-repeat 50% 50%; */
}
div#windowstage {
    position: relative;
    width: 750px;
    margin: 0px auto;
    padding-top: 60px;
    clear: both;
    z-index: 0;
}
div#windowstageauth {
    position: relative;
    width: 400px;
    margin: 0px auto;
    padding-top: 100px;
    clear: both;
    z-index: 0;
}
div#sitemenu {
}
    div#sitemenu div {
        padding: 20px 0px;
        border-top: 1px dotted #cfcfcf;
    }
    div#sitemenu div.hover {
    }
    div#sitemenu div a,
    div#sitemenu div a:hover {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        /*color: #1fb7c2;*/
    }
div#sitecontent {
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: 0;
}
    div#sitecontentinner {
        padding: 0px 20px 20px 20px;
    }
div#sitefooter {
    min-height: 100px;
}
/*
    Opacities
*/
.opacity20 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; }
.opacity40 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; }
.opacity60 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
.opacity80 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.opacity100 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

/*
    Standart buttons
*/
input.submit {
    border: 0px;
    background-color: #a00000;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
}

.bgwhite {
    background-color: white;
}
div.hrtop {
    width: 400px;
    margin: 0px auto;
    border-top: 1px dotted #cfcfcf;
}
/*
    Modal Dialogue
*/
div#modunit {
    display: none;
    position: absolute;
    width: 100%;
    background-color: black;
    z-index: 300;
}
div#modunitarea {
    display: none;
    position: absolute;
    width: 450px;
    background-color: white;
    z-index: 330;
}
    div#modunitareatext {
        padding: 5px;
    }