body {
    padding: 60px 30px 30px 135px;
    background: #333 url(../img/bg.png) repeat-x;
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: .05em;
    font-size: 11px;
}

span.en,
p.en {
    color: #ccc;
}

span.nl,
p.nl {
    color: #999;
}

h1, h2, h3, p, legend {
    display: inline;
    padding: 0 1px;
    background: #000;
    color: #fff;
}

h1:hover, h2:hover, h3:hover {
    background: #fff;
    color: #000;
}

h1 {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    padding: 3px;
    font-size: 18px;
}

h1:hover .en {
    color: #333;
}

p {
    line-height: 150%;
    padding: 1px;
}

a {
    color: #cf0;
    background: #000;
    padding: 0 2px;
    text-decoration: none;
}

a.both {
    color: #fff;
}

a .nl {
    color: #09f;
}

a .en {
    color: #f06;
}

a:hover,
a:hover .en,
a:hover .nl {
    color: #000;
    background: #fff;
}

#logo {
    position: absolute;
    top: 60px;
    left: 30px;
    width: 76px;
    margin: 0 10px 0 0;
    background: transparent url(../img/logo-hover.png) no-repeat 0 0;
}

#logo a {
    display: block;
    width: 76px;
    height: 76px;
    text-indent: -5000px;
    overflow: hidden;
    background: transparent url(../img/logo.png) no-repeat 0 0;
}

#logo a:hover {
    background: none;
}

li.section {
    padding: 0 0 0 0px;
    margin: 0 20px 10px 0;
    width: 315px;
    float: left;
}

li.section:hover {
    margin: 0 20px 10px 0;
}

li.section h2 {
    display: block;
    margin: 0 0 5px 0;
    padding: 2px;
    font-size: 15px;
}

li.section:hover h2 {
    color: #000;
    background: #fff;
}

li.section h2 .nl {
    color: #999;
}

li.section:hover h2 .en {
    color: #333;
}

li.section li {
    padding: 1px 1px 1px 20px;
    text-indent: -20px;
    line-height: 120%;
}

li.section li a {
    color: #fff;
}

/* for ie */
li.section li a .nl {
    color: #09f;
}

li.section li a .en {
    color: #f06;
}

li.section a:hover {
    color: #000;
}

li.section p {
    display: none;
}


div.welcome {
    padding-bottom: 30px;
    font-family: "Fertigo Pro", sans-serif;
    font-size: 24px;
}

div.welcome div.en {
    width: 42%;
    margin-right: 100px;
    float: left;
}


#loginstatus {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px 0;
    color: #000;
    background: #fff;
    text-align: center;
}

#loginstatus strong {
    font-weight: bold;
}

#loginstatus p, 
#loginstatus form {
    background: transparent;
    color: #000;
}

#loginstatus .en {
    color: #333;
}

#loginstatus a {
    color: #000;
    background: #fff;
    text-decoration: underline;
}

#loginstatus a .en {
    color: #f06;
}

#loginstatus a .nl {
    color: #09f;
}

#loginstatus a:hover {
    background: transparent;
    color: #cf0;
    text-decoration: underline;
}

#loginstatus legend {
    display: none;
}

#loginstatus label,
#loginstatus fieldset {
    display: inline;
}

#loginstatus input {
    width: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: solid 1px #000;
}

#loginstatus button {
    padding: 0 1px;
    margin: 0;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: .05em;
    font-size: 11px;
}

#loginstatus button:hover {
    background: transparent;
    color: #000;
}

#footer {
    clear: both;
    padding: 20px 0;
}

#footer:hover {
    color: #fff;
}

#footer li {
    display: inline;
    padding: 1px;
    background: #000;
    color: #fff;
    font-size: 10px;
}

