#home {
    background: #DDE7DC url(../images/soVibfarma/logoBg.gif) no-repeat 95% 39px;
    padding-top: 15px;
}
#logoHome {
    width: 260px;
    height: 60px;
}
#homeContainer {
    width: 100%;
    min-width: 56em;
    position: absolute;
    top: 156px;
    left: 0;
}
#homeNav, #homeLogin {
    position: absolute;
    width: 35%;
}
#homeNav {
    left: 10%;
}
#homeLogin {
    right: 10%;
}
.imgLB {
    position: absolute;
    left: 0;
    bottom: -1px;
}
.imgRB {
    position: absolute;
    right: -1px;
    bottom: -1px;
}
.imgRT {
    position: absolute;
    right: -1px;
}
#homeNav .homeGr, #homeLogin .homeGr {
    border: 2px solid #000;
    min-height: 20em;
    padding: 0 27px;
}
#homeNav .homeGr {
    background-color: #0F6432;
}
#homeLogin .homeGr {
    background-color: #B62723;
}
#home h1 {
    font-size: 100%;
    min-height: 18px;
    border-left: 2px solid #000;
    margin: 0;
    position: absolute;
    top: -16px;
    background: transparent url(../images/soVibfarma/horBalk.png) repeat-x top left;
    white-space: nowrap;
}
#home h1 .imgH1LT {
    position: relative;
    left: -2px;
}
#home h1 .imgH1RT {
    position: relative;
    top: -8px;
}
#homeNav h1 {
    background-color: #0F6432;
    color: #EDF5F2;
}
#homeLogin h1 {
    background-color: #B62723;
    color: #F9E9E9;
}
#home h1 span {
    vertical-align: 3px;
    position: relative;
    left: -1px;
}
.homeGr > div {
    padding: 1.8em 0 0;
}
#home form {
    padding: 0 1.2em;
    margin: 0; /* nodig voor IE */
}
/*
#home label[for="rememberme4"] {
    cursor: pointer;
}*/
#home ul {
    margin: 1.2em;
    padding: 0;
    list-style-type: none;
}
#home form ul {
    margin-right: 0;
    margin-left: 0;
}
#home li {
    margin-bottom: .4em;
}
#homeNavBl {
    color: #EDF5F2;
}
#homeNavBl a:link {
    color: #B2D4C6;
    font-weight: bold;
    text-decoration: none;
}
#homeNavBl a:visited {
    color: #96AB9F;
    font-weight: bold;
    text-decoration: none;
}
#homeNavBl a:hover {
    color: #EDF5F2;
    text-decoration: underline;
}
#homeLoginBl {
    color: #F9E9E9;
}
#homeLoginBl a:link {
    color: #EEBEBD;
    font-weight: bold;
    text-decoration: none;
}
#homeLoginBl a:visited {
    color: #E1A4A2;
    font-weight: bold;
    text-decoration: none;
}
#homeLoginBl a:hover {
    color: #F9E9E9;
    text-decoration: underline;
}
#home h2 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}
input[type="text"], input[type="password"] {
    margin: 0 0 .9em;
    display: block;
    width: 100%;
    background-color: #F9E9E9;
    border: 1px solid #581110;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
}
input[type="text"]:focus, input[type="password"]:focus {
    background-color: #FFF;
}
button {
    color: #F9E9E9;
    background-color: #9A1E1B;
    border: 1px solid #E8A9A7;
    border-right-color: #581110;
    border-bottom-color: #581110;
    display: block;
    margin: .9em 0 0;
    font-family: Arial, Helvetica, sans-serif;
}
#home #footerArea {
    position: relative;
    top: 27em;
}
