/* 
Document   : layout
Created on : 19-mar-2009, 11.04.06
Author     : visco
Description:
Purpose of the stylesheet follows.
*/
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html, body {
    height: 100%;
    width: 100%;
}

#all_container {
    height: auto;
    display: block;
    min-height: 100%;
    position: relative;
}
/* HEADER */
#header {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 97px;
}

#header div.h_section {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 426px;
    top: 12px;
    width: 600px;
}
/* HEADER */

/* CONTENT */
#container.home {
    padding-top:127px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 60px;
}

#container {
    padding-top:127px;
    padding-right: 0px;
    padding-left: 230px;
    padding-bottom: 100px;

    width:500px;
}

#sidebar.content {
    position: absolute;
    left: 0px;
    top: 97px;
    height: 500px;
    width: 200px;
}

#rightbar.content {
    position: absolute;
    left: 790px;
    top: 200px;
    height: 500px;
    width: 210px;
}
/* CONTENT */

#info {
    position: absolute;
    bottom: 35px;
    width: 90%;
    min-width: 600px;
    height: 35px;
    left:5%;
}

/* FOOTER */
#footer {
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
}

input:hover, select:hover {
    background-color:#F2E7F3;
    color:black;
}

.inputsyst {
    border:1px solid #DDDDDD;
    background-color: #DDC3E2;
    padding: 4px;
}

.inputsyst-job2 {
    background-color:#DDC3E2;
    border-color:#9E9E9E #DDDDDD #DDDDDD #9E9E9E;
    border-style:solid;
    border-width:1px;
    margin: 4px;
    color:#3E3E3E;
    text-decoration:none;
    width:210px;
}

.inputsyst-job:hover, .inputsyst-job2:hover {
    border:1px solid #FFFDDD;
}

.inputsyst-job3 {
    background-color:#DDC3E2;
    border-color:#9E9E9E #DDDDDD #DDDDDD #9E9E9E;
    border-style:solid;
    border-width:1px;
    margin: 4px;
    color:#3E3E3E;
    text-decoration:none;
    width:210px;
}

a.button {
    border:1px solid #DDDDDD;
    background-color: #DDC3E2;
    padding: 4px;
    color: black;
}

a:hover {
    background-color:#F2E7F3;
    color:black;
}

.note {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#EEFFEE none repeat scroll 0 0;
    border:2px dotted #448844;
    color:#004400;
    margin-bottom:1em;
    margin-top:5px;
    padding:10px;
}
