/* settings */
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, a, em, img,
small, strike, strong, sub, sup, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 11.5px;
    background: transparent;
    line-height: 16px;
}
dt, legend, caption {
    display: none;
}
.clear {
    clear: both;
}
hr.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* typography */
a {
    color: #EEE;
    text-decoration: underline;

}
a:hover {
    color: #FFF;
    text-decoration: none;
}

h1, h2 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 19px;
}

p {
    color: #FFF;
    line-height: 19px;
    margin-bottom: 19px;
}

/* body classes */
body {
    line-height: 1;
    color: #FFF;
    font-family: Helvetica, Arial, verdana, sans-serif;
    background-color: #05347A;
}

    #container{
		width: 786px;
        margin: 0 auto;
	}


    #footer {
        width: 786px;
        margin: 0 auto;
	
    }

    #main.main-home {
        padding-top: 40px;
        padding-bottom: 450px;
    }

        #uploadcv {
            padding-top: 40px;
        }

            #uploadcv h2 {
                font-family: Helvetica, Arial, verdana, sans-serif;
                padding-bottom: 20px;
                font-weight: lighter;
            }

        #header {
            position: relative;
            top: 14px;
            height: 376px;
            width: 100%;
			padding-top: 40px;
        }
            #header.home {
                height: 422px;
            }
            
            #logo {
                width: 307px;
                height: 90px;
                margin: 0 auto;
            }

            #social-media {
                height: 46px;
                float: right;
                margin-right: -6px;
            }

                #social-media li {
                    float: left;
                }
            
            #navigation {
                clear: left;
                width: 786px;
                height: 272px;
            }

            #maps-flash-container {
                width: 786px;
                height: 427px;
            }

        * html #content {
            zoom: 1;
        }

        #content {
            position: relative;
            top: 0;
        }

            .text.vacaturesoverzicht h2 {
                padding-bottom:0;
            }

            .vacaturesoverzicht #main {
                padding-top: 14px;
            }

            #side {
                float: left;
                width: 200px;
                padding: 0 7px;
                margin-top: 40px;
            }

                @media screen and ( min-width: 1200px ) {
                    #side {
                        position: absolute;
                        left: -214px;
                        border: none;
                        margin-top: 40px;
                    }
                    #side.border {
                        border-right: none;
                    }
                    #main .column_middle {
                        width: 761px;
						padding: 0 0 25px 0;
                    }
                }

                #main .column_middle .news_item {
                    margin-top: 40px;
                }

                .side_less_width {
                    width: 172px !important;
                }

                    #side ul {
                        padding-top: 12px;
                        font-size: 12px;
                        text-align: right;
                    }
                    #side ul li {
                        margin-bottom: 8px;
                        padding-right: 14px;
                    }
                    #side ul li.line {
                       /* background: url(../gfx/lightgrey_dotted.gif) repeat-x bottom left;*/
                        height: 4px;
                        margin-bottom: 10px;
                        margin-right: 14px;
                    }
                    #side ul a {
                        font-size: 11.5px;
                        font-weight: normal;
                        text-decoration: none;
                        color: #FFF;
                    }

                    #side .active a {
                        font-size: 19px;
						color: #FFF !important;
                    }
                    #side .dark a {
                        color: #003876 !important;
                    }

            .actueel_item {
                margin-bottom: 20px;
            }

            .actueel_item span {
                color: #FFF;
            }

            .actueel_item h3 {
                margin-top: 7px !important;
            }

                .column_middle {
                    float: left;
                    width: 100%;
                    padding: 0 12px 13px;
                }

                .column {
                    float: left;
                    width: 237px;
                    padding: 0 12px 13px 12px;
                    margin-bottom: 50px; /* for footer */
                }

                    .column_first {
                        padding: 0 12px 13px 0;
                        width: 250px;
                    }

                    .column h2 {
                        padding-bottom: 10px;
                    }

                .border {
                    border-right: 1px solid #4D6FA0;
                }

                .column_last.border {
                    border-right: none;
                }

                a.box {
                    background: transparent url('../gfx/button.png') no-repeat right -44px;
                    display: block;
                    float: left;
                    height: 34px;
                    margin: 15px 100px 0 0;
                    padding-right: 20px;
                    text-decoration: none;
                    -moz-box-shadow: 0 5px 4px #042e6d;
                    -webkit-box-shadow: 0 5px 4px #042e6d;
                    box-shadow: 0 5px 4px #042e6d;
                }

                a.box span {
                    background: transparent url('../gfx/button.png') no-repeat left top;
                    display: block;
                    font-size: 130%;
                    line-height: 22px;
                    height: 34px;
                    padding: 5px 0 0 18px;
                    color: #05347a;
                    font-weight: bold;
                }

                a.box.last {
                    margin-right: 0;
                }

                    .text_column {

                    }

                    .text_column h2 {
                        font-size: 19px;
                        padding-top: 11px;
                        padding-bottom: 15px;
                    }

                    h3 {
                        margin-top: 19px;
                        color: #FFF;
                        font-size: 13px;
                    }

                    .jobs li {
                        color: #FFF;
                        padding-bottom: 10px;
                        background: url(../gfx/dotted_blue.gif) repeat-x bottom left;
                        margin-bottom: 10px;
                    }

                    .jobs li span {
                        color: #003876;
                    }

                    .jobs li a {
                        color: #FFF;
                        font-size: 12px;
                        text-decoration: none;
                    }

                    .column_last {
                        padding-right: 13px;
                        width: 235px;

                    }

                    .column_last p {
                        margin-top: 19px !important;
                        margin-bottom: 0 !important;
                    }

                    .actueel_item p {
                        margin-top: 0 !important;
                    }

                    .news_item {
                        margin-bottom: 20px;
                    }

                    .news_item.staticpage h3 {
                        color: #FFF;
                        font-size: 19px;
                        margin-bottom: 6px;
                        line-height: 19px;
                        padding-top: 11px;
                        padding-bottom: 15px;
                    }

                    .news_item.staticpage ul {
                        list-style-image:none;
                        list-style: circle;
                        margin: 0 0 15px 10px;
                        padding-left: 4px;
                    }

                    .news_item.staticpage p {
                        margin: 0;
                        padding: 0;
                    }

                    .news_item.staticpage p a.box {
                        margin-top: 37px;
                    }

                    .contact_item.first {
                       /* background: url(../gfx/grey_dotted.gif) repeat-x bottom left;*/
                        margin-top: -35px;
                    }
                    .contact_item {
                        /*background: url(../gfx/grey_dotted.gif) repeat-x bottom left;*/
                        padding: 1px 10px;
                    }

                    .commission_item.first-1,
                    .commission_item.first-2,
                    .commission_item.first-3,
                    .commission_item.first-4 {
                        border-bottom: 0 none;
                    }

                    .commission_item {
                        min-height: 180px;
                        display: block;
                        border-bottom: 1px dotted #CCC;
                    }

                    .commission_item h3 {
                        padding-bottom: 8px;
                    }

                    .commission_item .commission_image {
                        float: left;
                        padding-right: 8px;
                        padding-bottom: 8px;
                    }

                    .commission_image_right {
                        float: right;
                        padding-left: 8px;
                        padding-bottom: 8px;
                    }

                .gra_column {
                    float: left;
                    width: 28px;
                    height: 470px;
                }

    #footer {
        display: block;
        width: 275px;
        color: #ffffff;
        text-align: center;
        margin-top: 50px;
    }

        #footer ul {
            
        }

        #footer li {
            display: inline;
        }

        #footer li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 12px;
        }

        #footer li a:hover {
        }

        .maps-container #loyens {
            display: none;
        }

        #footer #loyens {

        }

/* Sitemap */
.sitemap {
    margin-top: 9px;
    padding-left: 13px;
}
dl.sitemap dt {
    display: block;
    font-weight: bold;
}
dl.sitemap ul {
    list-style-type: disc;
    padding-left: 13px;
}

/* Agenda */
#naviagenda {
}
    #naviagenda a {
        margin-top: -6px;
        float: right;
        display: block;
        width: 35px;
        height: 27px;
    }
        #naviagenda a span {
            display: none;
        }
    #naviagenda .next {
        background-image: url('../gfx/agenda_right.png');
    }
    #naviagenda .previous {
        background-image: url('../gfx/agenda_left.png');
    }

#agendas {
    margin-top: .4em;
    background: url(../gfx/grey_dotted.gif) repeat-x bottom left;
}

    #agendas dl {
        background: url(../gfx/grey_dotted.gif) repeat-x top left;
        padding: 8px 0 2px 0;
    }

    #agendas dt {
        display: block;
        float: left;
        width: 46px;
        background-image: url('../gfx/bg_agenda_block.png');
        text-align: center;
        padding: .9em 0;
    }
    #agendas dt span {
        font-size: 200%;
        font-weight: bold;
        color: white;
    }

    #agendas dd {
        margin-left: 65px;
    }

    #agendas p {
        margin-bottom: 6px !important;
    }

    #agendas .more {
        float: right;
        margin-bottom: 0 !important;
        margin-left: 1em;
        line-height: 0 !important;
        margin-top: -8px !important;
    }
    #agendas a {
        text-decoration: none;
        font-style: italic;
        font-weight: bold;
    }

/* Tables */
tr.even {

}
th, td {
    vertical-align: top;
    padding: 0.25em 1em 0.25em 0.25em;
}

/* JS Carousel */
#carousel {
    width: 786px;
    height: 272px;
    clear: left;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}
    #carousel #items ul {
        padding: 0;
    }

        #carousel #items li {
            float: left;
            position: relative;
            width: 786px;
            height: 238px;
        }

        #carousel #items img {
            width: 786px;
            height: 238px;
        }
    .carousel-text {
        position: absolute;
        top: 18px;
        left: 22px;
        width: 70%;
        padding: 7px 0;
    }

        .carousel-text .text-background {
            position: absolute;
            background-color: #000;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
            filter: alpha(opacity=55);
            -moz-opacity:0.55;
            opacity: 0.55;
            width: 100%;
        }

        .carousel-text h3 {
            font-size: 200%;
            color: #fdfdfd;
            line-height: 1.5em;
            font-family: Georgia, sans-serif;
            margin: 0 10px;
        }

.clickable {
    cursor: pointer;
}

/* JS menu */

#menu {
    position: absolute;
    bottom: 0;
    height: 35px;
}

    #menu ul {

    }

#navigation dl {
    float: left;
    width: 262px;
    position: absolute;
    background-color: #ffffff;
}

    .nav_second {
        left: 262px;
    }

    .nav_third {
        left: 524px;
    }

#navigation dt {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    cursor: pointer;
    color: #05347a;
    -moz-box-shadow: 0 12px 7px -6px #000;
    -webkit-box-shadow: 0 12px 7px -6px #000;
    box-shadow: 0 12px 7px -6px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

    #navigation dt.current {
        background-color: #05347a;
        color: #FFF;
    }

#navigation dt a {
    text-decoration: none;
    color: #05347a;
}

#navigation #menu ul {
    position: absolute;
    width: 261px;
    text-align: center;
    padding: 3px 0;
}

#navigation #menu li {
    padding: 4px 0;
}

    #navigation li a {
        color: #05347a;
        font-weight: bold;
        text-decoration: none;
        font-size: 130%;
    }

.menu-background {
    position: absolute;
    width: 261px;
    background-color: #FFF;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}

/* Vacatures */
#results {
    color: #fff;
}
    #results .lst-resnav1 {
        color: #a6a6A6;
    }

/* Photo album */

.photo_album {
    padding-top: 19px;
}

.photo_album li {
    display: inline;
    padding-right: 2px;
    margin-bottom: 4px;
}

.photo_list {
    height: 80px;
}
.photo_list img {
    float: left;
    padding-right: 10px;
}

/*--------job list---------*/
#results {
  visibility:hidden;
  margin-top: 30px;
}

.vacaturesoverzicht #results {
    margin-top: 0;
}

.LstA-T1{
  width: 100%;
  margin-top:-30px;
  visibility:visible;}
.lst-bg-j td{
  padding-right:15px; padding-bottom:2px;}
.lst-bg-j td a{
  font-family:Helvetica; font-size:12px; color:#FFF; text-decoration:none;}
.LstA-T1 a {
    text-decoration: none;
}
.LstA-T1 .lst-bg-j {
    background: url("/gfx/dotted_blue.gif") repeat-x bottom left;    
}
/*-------job description--------*/
.toppanebuttons, .greyline, .JD-FieldLabel, .descspacer, .titspacer{
  display:none;}
.JD-Title, .contspacer td{
 font-family:Helvetica,Arial,verdana,sans-serif; font-size:12px; }
.JD-Title span, .contspacer font, .JD-HDText-sLovList1 font, .JD-HDText-sLovList2 font{
  font-weight:bold;}
.JD-Tmaster td {
    padding: 0;
}
.JD-FieldLabel{
  font-family:Helvetica,Arial,verdana,sans-serif; font-size:12px; font-weight:bold;}
.JD-FieldText{
  font-family:Helvetica,Arial,verdana,sans-serif; font-size:12px; }
.applybutton{
  display:block;
  margin-bottom:10px;
  padding-right:10px\9;}
*+html .applybutton{
  padding-right:10px;}
*html .applybutton{
  padding-right:10px;}
.applybutton td.buttonface{
  width:160px; height:23px; padding:0px;
  background:url("https://emea2.recruitmentplatform.com/syd_upload/account167/image/button.png") no-repeat top left;}
.applybutton td.buttonface a.buttonface{
  display:block;
  font-family:Helvetica,Arial,verdana,sans-serif; font-size:13px; font-weight:bold; text-decoration:none;}
.sendbutton{
  display:block; clear:left;}
.sendbutton td.buttonface a.buttonface{
  font-family:Helvetica,Arial,verdana,sans-serif; font-size:12px; color:#003876;}

