a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: rgb(8,72,17);
}
a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: rgb(8,72,17);
}
a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: rgb(8,72,17);
}
a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: rgb(8,72,17);
}
a:focus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: rgb(8,72,17);
}
body {
    background-color: rgb(8,72,17);
    background-image: url(../graphics/background.gif);
    background-repeat: repeat;
    line-height: 16px;
}
body, table, input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: rgb(0,0,0);
}

#page {
    position: absolute;
    width: 950px;
    top: 0px;
    left: 0px;
    background-color: white;
    visibility: hidden;
}
#startpage {
    width: 950px;
    height: 625px;
    border: 2px solid white;
    background-color: rgb(8,72,17);
    text-align: right;
}
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 954px;
    height: 124px;
    background-color: rgb(237,232,229);
}
#navigation {
    position: absolute;
    top: 124px;
    left: 5px;
    width: 138px;
    height: 575px;
    border: 2px solid rgb(8,72,17);
    background-color: rgb(237,232,229);
    z-index: 2;
}
#login {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 128px;
    height: 125px;
    border-top: 2px solid rgb(8,72,17);
    background-color: rgb(188,185,184);
    padding: 5px;
    z-index: 3;
}
#logout {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 138px;
    height: 30px;
    z-index: 3;
}
#edit {
    position: absolute;
    top: 100px;
    left: 162px;
}
#content {
    position: absolute;
    top: 124px;
    left: 0px;
    width: 954px;
    min-height: 500px;
    overflow: visible;
    background-color: rgb(237,232,229);
    text-align: justify;
    z-index: 1;
}
* html #content {
    height: 500px;
}
#data {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 767px;
    padding-left: 162px;
    padding-right: 25px;
    background-color: rgb(237,232,229);
    text-align: justify;
}
#wizard {
    position: absolute;
    top: 50px;
    left: 277px;
    width: 400px;
    border: 2px solid rgb(8,72,17);
    background-color: rgb(237,232,229);
    z-index: 3;
}
#wizard_zoom {
    position: absolute;
    top: 50px;
    left: 277px;
    border: 2px solid rgb(8,72,17);
    background-color: rgb(237,232,229);
    z-index: 3;
}

.button_normal {
    width: 128px;
    height: 22px;
    padding-top: 6px;
    padding-left: 10px;
    border-bottom: 2px solid rgb(8,72,17);
    background-color: rgb(188,185,184);
    color: rgb(8,72,17);
    cursor: pointer;
}
.button_hover {
    width: 128px;
    height: 22px;
    padding-top: 6px;
    padding-left: 10px;
    border-bottom: 2px solid rgb(8,72,17);
    background-color: rgb(8,72,17);
    color: rgb(237,232,229);
}
.button_logout {
    width: 128px;
    height: 22px;
    padding-top: 6px;
    padding-left: 10px;
    border-top: 2px solid rgb(8,72,17);
    background-color: rgb(188,185,184);
    color: rgb(8,72,17);
    cursor: pointer;
}
.wizard_caption {
    width: 100%;
    background-color: rgb(8,72,17);
    color: rgb(237,232,229);
}
.wizard_content {
    width: 390px;
    margin: 5px;
}
.wizard_navigation {
    width: 100%;
    margin-top: 5px;
    text-align: right;
}
.anchors {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 767px;
    text-align: right;
}