@CHARSET "UTF-8";

html {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
}

#layout-master {
    background-color: white;
    border: 2px solid #5d5d5d;
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
    width: auto;
    max-width: 1000px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#header {
    border-bottom: 25px solid #5d5d5d;
    height: 85px;
    position: relative;
    width: 100%;
}

#logo-text {
    position: absolute;
    left: 25px;
    top: 25px;
}

#note-container {
    position: absolute;
    top: -22px;
    left: 60%;
    width: 160px;
    height: 160px;
    z-index: 200;
}

#note {
    background-image: url('../images/bg-note.png');
    background-repeat: no-repeat;
    height: 143px;
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 25px;
}

#logo-image {
    position: absolute;
    right: -50px;
    top: -10px;
    z-index: 100;
}

#content {
    min-height: 480px;
    position: relative;
}

#sidebar-left {
    background-color: #eee;
    min-height: 460px;
    padding-left: 20px;
    padding-top: 20px;
    width: 140px; /* netto 160px */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#main {
    padding-bottom: 20px;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 10px;
    position: relative;
}

#sidebar-right {
/*     background-color: #eee; */
    min-height: 460px;
    padding-right: 20px;
    padding-top: 20px;
    width: 140px; /* netto 160px */
    position: absolute;
    top: 0px;
    right: 0px;
}

#footer {
    margin: 0 100px 0px 50px;
    position: relative;
    width: auto;
    max-width: 1000px;
}
