/*
---------------------------------------------------------------------------
Reset de waarden
---------------------------------------------------------------------------
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address {
	margin:0;
	padding:0;
}

body, input, textarea {
	font: 12px/16px Arial, Tahoma, Helvetica,sans-serif;
}

body {
	background: #000000;
	color:#fff;
}

p {
	margin: 0 0 1.6em;
}

a {
    color:#c18f52;
    text-decoration: none;
}

a:hover, a:active, a:visited, a:focus {
    color:#c18f52;
    text-decoration: underline;
}

/*
---------------------------------------------------------------------------
Container
---------------------------------------------------------------------------
*/

#container {
	width: 960px;
	margin: 10px auto;
	text-align: left;
	position: relative;
	background: #000;
	border: 1px solid #A5A5A4;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/

#header {
	height: 244px;
	width: 100%;
}

#logo {
    padding-left: 10px;
	height: 47px;
	border-bottom: 1px solid #cccccc;
}

    #logo h1 a, #logo h1 a:hover {
        float: left;
        color: #ffffff;
    	font: bold 20px/47px Arial, Tahoma, Helvetica,sans-serif;
    	text-decoration: none;
    }

        #logo h1 a span, #logo h1 a:hover span {
        	color: #c18f52;
        }

    #logo h3 {
        color: #c18f52;
        padding: 0 0 0 392px;
        font: bold 20px/47px Arial, Tahoma, Helvetica,sans-serif;
    }

#lang-text {
    position: absolute;
    top: 15px;
    right: 100px;
    font-size: 11px;
}

#lang {
    position: absolute;
    top: 3px;
    right: 10px;
	height: 47px;
	padding-top: 14px;
}

    #lang a {
        color: #FFFFFF;
    }

    #lang a:hover {
        text-decoration: none;
    }

    #lang ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #lang ul li {
            float: left;
            padding: 0 4px 0 0;
        }

            #lang ul li a {
                display: block;
                width: 22px;
                height: 13px;
            }

                #lang ul li a span {
                    display: none;
                }

                #lang ul li.nl a {
                    background: url(/img/backgrounds/bg-lang-nl-gray.gif) no-repeat;
                }

                    #lang ul li.nl a:hover {
                        background: url(/img/backgrounds/bg-lang-nl.gif) no-repeat;
                    }

                #lang ul li.uk a, #lang ul li.en a {
                    background: url(/img/backgrounds/bg-lang-en-gray.gif) no-repeat;
                }

                    #lang ul li.uk a:hover, #lang ul li.en a:hover {
                        background: url(/img/backgrounds/bg-lang-en.gif) no-repeat;
                    }

                #lang ul li.fr a {
                    background: url(/img/backgrounds/bg-lang-fr-gray.gif) no-repeat;
                }

                    #lang ul li.fr a:hover {
                        background: url(/img/backgrounds/bg-lang-fr.gif) no-repeat;
                    }

#visuals {
	width: 100%;
	border-top: 1px solid #c18f52;
	border-bottom: 1px solid #c18f52;
	display: block;
	height: 140px;
}

    #visuals img {
    	float: left;
    }

#imagescroll table td {
    padding: 0;
}

/*
---------------------------------------------------------------------------
Navigatie
---------------------------------------------------------------------------
*/

#nav {
	width: 960px;
	height: 25px;
	clear: both;
	border-top: 1px solid #c18f52;
	position: absolute;
	top: 217px;
}

    #nav ul {
    	padding: 0;
    	margin: 0 0 0 4px;
    	list-style: none;
    	line-height: 1;
    }

        #nav li {
        	float: left;
        	border-right: 1px solid #A5A5A4;
        	border-left: 1px solid #A5A5A4;
        	padding: 0 8px;
        }

            #nav li a {
            	display: block;
            	font-size: 12px;
            	color: #fff;
            	text-decoration: none;
            	font-weight: bold;
            	letter-spacing: 1px;
            	padding: 7px 0 7px 0;
            }

                #nav a:hover, #nav a.active {
                	color: #c18f52;
                }


            #nav li.first {
            	border-left: 0px solid #fff;
            	width: 217px;
	text-align: right;
            }

            #nav li.last {
            	border-right: 0px solid #fff;
            }

#nav li ul { /* second-level lists */
	position: absolute;
	border-top: 1px solid #A5A5A4;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	border-left: 1px solid #c18f52;
	z-index: 1000;
}

    #nav li ul ul { /* third-and-above-level lists */
    	margin: -2em 0 0 10em;
    	padding-top: 0;
    }

#nav li li, #nav li li.first {
	border-left: 0px;
	border-right: 0px;
	padding: 0 0 0 4px;
	display: block;
	width: 14em;
	border-bottom: 1px solid #363636;
	background: #181818;
	text-align: left;
}

    #nav li li a {
    	font-size: 12px;
    	font-weight: normal;
    	padding: 6px 0;
    	letter-spacing: 1px;
    }

        #nav li li a.sublevel {
        	background: url(../img/backgrounds/bg-nav-li-sublevel.gif) right no-repeat;
        }

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*
---------------------------------------------------------------------------
Wrapper
---------------------------------------------------------------------------
*/

#wrapper {
	width: 100%;
	clear: both;
	border-top: 1px solid #A5A5A4;
	position: relative;
}

/*
---------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------
*/

#sidebar {
	width: 217px;
	float: left;
	height: 390px;
	margin-left: 20px;
	position: relative;
}

    #sidebar h2 {
    	font-size: 14px;
    	font-weight: bold;
    	color: #c18f52;
    	padding-top: 25px;
    	margin-bottom: 10px;
    }

    #sidebar ul {
        font-weight: bold;
        margin: 0;
	    padding: 0;
	    list-style: none;
    }

        #sidebar ul li {
        	font-size: 11px;
        	line-height: 14px;
        	margin: 0;
        }

            #sidebar li a, #sidebar-footer a {
            	text-decoration: none;
            	color: #fff;
            }

    #sidebar div#randref {
        font-size: 11px;
        position: absolute;
    	bottom: 10px;
    	padding: 0 4px 0 0;
    }

#sidebar-footer {
	position: absolute;
	bottom: 8px;
	left: 20px;
}

    #sidebar-footer ul {
    	height: 15px;
    	margin: 0;
	    padding: 0;
	    list-style: none;
    }

        #sidebar-footer ul li {
        	float: left;
        	letter-spacing: 2px;
        	font-size: 11px;
        	line-height: 14px;
        	margin: 0;
        }

    #sidebar #iconen {
    	margin: 5px 0;
    }

.note {
    position: absolute;
    left: -15px;
    top: 10px;
    width: 107px;
    height: 116px;
	background: url(../img/backgrounds/bg-note.png) right no-repeat;
	font: normal 14px/18px Georgia,Times New Roman,Times,sans-serif;
	color: #000;
	padding: 40px 30px 15px 30px;
}

*html .note {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/backgrounds/bg-note.png", sizingMethod="crop");
}

    .note h2 {
        margin-top: 0px !important;
        padding-top: 0px !important;
        color: #000 !important;
        font: bold 16px/24px Georgia,Times New Roman,Times,sans-serif !important;
    }

/*
---------------------------------------------------------------------------
Content
---------------------------------------------------------------------------
*/

#content {
    border-left: 2px solid #A5A5A4;
	float: left;
	width: 580px;
    min-height: 340px;
    height: auto !important;
    height: 340px;
	padding: 25px 50px;
}

    #content h2 {
    	color: #c18f52;
    	font-size: 16px;
    	margin-bottom: 10px;
    	font-weight: bold;
    }

    #content h3 {
        color: #fff;
    	font-style: italic;
    	font-size: 14px;
    	font-weight: normal;
    	line-height: 18px;
    	margin: 15px 25px;
    	text-align: center;
    }

    #content h4 {
    	color: #c18f52;
    	font-size: 14px;
    	font-weight: bold;
    	margin-bottom: 10px;
    }

#content img.employee {
    padding: 0 10px 10px 0;
}

table#employees td.photo {
    width: 100px;
    height: 100px;
}

table#employees td.photo img {
    padding: 5px;
    border: 1px solid #c18f52;
}

table#references td {
    padding: 5px;
}

table#references tr.odd {
    background-color: #181818;
}

table#references td.title {
    color: #c18f52;
    width: 100px;
}

p#references_filter {
    text-align: right;
}

p#references_filter a.active {
    color: #c18f52;
}

form#jobs {
    line-height: 26px;
}

form#jobs select {
    font-size: 9px;
    background-color: #272727;
    color: #f1f1f2;
}

form#jobs input, form#search input {
    background-color: #181818;
    border: 1px solid #777777;
    color: #F1F1F2;
    font-size: 11px;
}

form#jobs input.ok {
    width: 50px;
    height: 19px;
    line-height: 13px;
}

form#subscribe input, form#subscribe textarea {
    font-size: 11px;
    background-color: #181818;
    color: #f1f1f2;
    border: 1px solid #777777;
}

form#subscribe select {
    font-size: 9px;
    background-color: #181818;
    color: #f1f1f2;
    border: 1px solid #777777;
}

table#nicetable {
    width: 100%;
}

table#nicetable tr.odd {
    background-color: #181818;
}

table#nicetable td {
    padding: 5px;
}

form .error {
    color: #FF0000;
}

form#subscribe table td {
    padding: 0;
}

form#subscribe input, form#subscribe textarea {
    font-size: 11px;
    background-color: #181818;
    color: #f1f1f2;
    border: 1px solid #777777;
}

form#subscribe select {
    font-size: 9px;
    background-color: #181818;
    color: #f1f1f2;
    border: 1px solid #777777;
}