@charset "utf-8";

/* --------------------------------------------------------------------------------
 Het main
 -------------------------------------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #666;
}

body {
    background: #dce4ef url(../images/bg-body.gif) left top repeat-x;
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    line-height: 15px;
}

fieldset legend {
    display: none;
}

h2, h3, h5 {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

h4 {
    color: #505050;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

h4 a {
    color: #000;
}

caption {
    font-size: 12px;
    text-align: center;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #919191;
}

input,
select,
textarea {
    font-family: "Arial", sans-serif;
    font-size: 11px;
}

p {

}

td, th {
    padding: 2px;
}

/* --------------------------------------------------------------------------------
 Layout
 -------------------------------------------------------------------------------- */

#siteWrap {
    background-color: #fff;
    margin: 0 auto;
    width: 990px;
}

#header {
    background: url(../images/header.jpg) left top no-repeat;
    height: 80px;
    position: relative;
}

#header #zoekForm select {
    position: absolute;
    left:10px;
    top:15px;
    width: 190px;
    height: 20px;
    border: #D11414 1px solid;
    padding: 1px;
    background: #fff url(../images/search_select.gif) right top repeat-y;
}

#header #zoekForm select option {
    background-color: #fff;
}

#header #zoekForm select option.alt {
    background-color: #f00;
    color: #fff;
}

#header #zoekForm .search_button {
    position: absolute;
    left:180px;
    top:45px;
    width: 20px;
    height: 20px;
}

#header #zoekForm .search {
    position: absolute;
    left:10px;
    top:45px;
    width: 168px;
    height: 16px;
    background-color: #fff;
    border: #0065AD 1px solid;
}


/* --------------------------------------------------------------------------------
 Het hoofdmenu
 -------------------------------------------------------------------------------- */
#menu {
    background: #DF1616;
    height: 20px;
}

#menu ul {
    margin: 0;
}

#menu ul li {
    display: inline;
    list-style: none;
}

#menu ul li a {
    background-image: url('../images/top_menu.png');
    color:#fff;
    display: block;
    float: left;
    font-size: 11px;
    height: 18px;
    letter-spacing:2px;
    padding-top:2px;
    text-align: center;
    text-transform:uppercase;
    font-weight: bold;
    width: 152px;
}

#menu ul li a:hover {
    color: #D91616;
}

#menu ul li .btn1 {
    background-position: 0 0;
    width: 230px;
}

#menu ul li .btn1active,
#menu ul li .btn1:hover {
    background-position: 0 20px;
    color: #D91616;
    width: 230px;
}

#menu ul li .btn2 {
    background-position: -229px 0;
}

#menu ul li .btn2active,
#menu ul li .btn2:hover {
    background-position: -229px 20px;
    color: #D91616;
}

#closeUpcomingBirthdays {
    display: none;
}

#closeUpcomingBirthdays img {
    float: right;
    margin: 7px 0 0 0;
}

/* main div met alle content */
#main {
    background: #fff url(../images/right.gif) right top repeat-y;
    width: 100%; /* ie hasLayout fix */
}

/* Linker kolom met logo, news of menu en meet the local people */
#left {
    position: relative;
    float: left;
    width: 230px;
}

/* Kales Logo */
#left h1 {
    background: url(../images/kales_logo.gif) center no-repeat;
    height: 120px;
    width: 230px;
}

#left h1 a {
    display: block;
    height: 100%;
}

#left h1 a span {
    display: none;
}

/* Linker menu */
#left_menu {
    background: #FFF;
}

#left_menu ul {
    margin: 0;
}

#left_menu ul li {
    display: inline;
    list-style: none;
}

#left_menu ul li a {
    background-image: url('../images/left_menu.png');
    color:#fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    letter-spacing:2px;
    padding: 2px 0 0 20px;
    text-transform:uppercase;
}

#left_menu ul li a.btnactive {
    color: #00A0E0;
}

/* Submenu items in het linker menu (het gedeelte wat openklapt) */
#left_menu ul ul {
    background: #FFF url('../images/left_submenu.png') top repeat-x;
    padding: 10px 10px 10px 20px;
}

#left_menu ul ul li a {
    background: url(../images/arrow_blue.gif) 0 6px no-repeat;
    color: #004F92;
    padding-left: 10px;
}

#left_menu ul ul li a:hover,
#left_menu ul ul li a.active {
    background-image: url(../images/arrow_red.gif);
    color: #D91616;
}

/* Blauw kopje met witte tekst */
#left .header {
    background: #FFF url('../images/left_menu.png') left top no-repeat;
    color:#fff;
    height: 18px;
    letter-spacing:2px;
    padding:2px 0 0 20px;
    font-size: 11px;
    font-weight: bold;
    text-transform:uppercase;
}

/* Blokje met nieuws headlines */
#left .news {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    padding: 10px 10px 10px 20px;
}

#middle .news h2 {
    color: #005498;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 3px 0;
}

#middle .news h2 a {
    color: #005498;
}

#middle .news p {
    margin: 0;
}

.date {
    color: #444;
}

.news a.newslink {
    background: url(../images/arrow.gif) 0px 4px no-repeat;
    padding-left: 9px;
    color: #005498;
    display: block;
}

#left #newsletterform {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    margin: 60px 0 0 0;
}

#left #newsletterform td {
    padding: 2px 5px 2px 0;
}

#left #newsletterform #nieuwsbriefform {
    padding: 10px;
}

#left #newsletterform #nieuwsbriefform .textfield {
    background-color:#FFFFFF;
    border:1px solid #0065AD;
    height:16px;
    width: 150px;
}



/* Meet the local people */
#left #people {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    color: #444;
    margin: 60px 0 0 0;
    padding: 0 0 10px 0;
    position: relative;
}

#left #peopleWrap {
    height: 125px;
    overflow: hidden;
}

#left #people .item {
    /*height: 1%;  Fix voor hasLayout bug in ie6 */
    height: 125px; /* Belangrijk om deze ook een fixed heigt te geven (even groot als #peopleWrap) */
}

#left #people .item .photo {
    float: left;
    width: 80px;
}

#left #people .item .photo span.path {
    display: none;
}

#left #people .item .info {
    float: left;
    width: 135px;
    margin: 5px 5px 0 5px;
}

#left #people .item .info h2 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

#left #people .search_box {
    margin: 0 0 30px 0; /* Geen height gebruiken, want dan gaat ie6 flippen */
    position: relative;
}

#left #people .search_box img {
    cursor: pointer;
}

#left #people .search_button {
    position: absolute;
    left:200px;
    top:10px;
    border: none;
    width: 20px;
    height: 20px;
}

#left #people .search {
    position: absolute;
    left:60px;
    top:10px;
    width: 138px;
    height: 16px;
    background-color: #fff;
    border: #0065AD 1px solid;
}

#left #people .navigate {
    position: absolute;
    left:10px;
    top:10px;
    width: 60px;
}

#left #people .navigate img {
    float: left;
    margin-right: 2px;
}


#left #peopleSearchResults div.item {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    margin: 10px 0 0 0;
}

#left .text {
    padding: 10px;
}

/* --------------------------------------------------------------------------------
animatie met afbeeldingen (rechts naast het logo) met eroverheen de breadcrumb
 -------------------------------------------------------------------------------- */

#animation {
    background: #fff;
    float: left;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 760px;
}

#animation #animationimgs {
    z-index: 1;
}

#animation #breadcrumbs{
    background: #fff;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    left: 0px;
    padding: 3px 0 2px 0;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#animation #breadcrumbs span {
    background: #fff url(../images/arrow_black.gif) left 4px no-repeat;
    display: block;
    float: left;
    margin-right: 3px;
    padding-left: 7px;
}

/* hierin staat de content */
#middle {
    float: left;
    width: 588px;
    margin: 10px;
}

#middle a {
    color: #D91616;
}

#middle a:hover {
    color: #555;
}

/* --------------------------------------------------------------------------------
     home pagina (4 blokken)
 -------------------------------------------------------------------------------- */
#middle .content_bottom {
/*    margin-top: 20px;*/
}

#middle .content_left {
    float: left;
    display:block;
    width: 388px;
}

#middle .content_right {
    float: left;
    display:block;
    width: 180px;
    margin-left: 20px;
}

#middle .content_right img {
    float: left;
    display:block;
    margin: 0 0 20px 0;
    width: 180px;
}

#middle .content_right h1 {
    float: left;
    display:block;
    margin: 0 0 20px 0;
    width: 180px;
    color: #D91616;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

#middle .content {
    /*float: left;
    display: block;
    width: 588px;*/
}

#middle .content_top h1,
#middle .content h1  {
    font-size: 16px;
    margin: 0 0 5px 0;
}

#middle .content ul {
    margin: 0 0 1em 16px;
}

#middle .block {
    float: left;
    display: block;
    width: 284px;
}

#middle .actionblock_left,
#middle .actionblock_right {

    float: left;
    margin: 0 0 20px 0;
    width: 284px;
}

#middle .actionblock_right {
    float: right;
}

#middle .actionblock_left .info,
#middle .actionblock_right .info {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    padding: 10px;
}

#middle .imglinks {
    float: left;
    margin: 0 10px 5px 0;
}

#middle .imgrechts {
    float: right;
    margin: 0 0 5px 10px;
}

#middle .gradient_block {
    float: right;
    display: block;
    width: 264px;
    padding: 10px;
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
}

#middle .facts_block {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    color: #D91616;
    float: right;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    width: 244px;
}

#middle .facts_block img {
    margin: 0 auto;
}

#middle .interview_block {
    float: right;
    display: block;
    width: 284px;
    background: #FFF url('../images/left_submenu.png') left 20px repeat-x;
}

#middle .interview_block .header,
#middle .actionblock_left .header,
#middle .actionblock_right .header {
    height: 18px;
    background: #FFF url('../images/middle_header.png') left top no-repeat;
    padding-left:20px;
    padding-top:2px;
    text-transform:uppercase;
    color:#fff;
    font-size: 11px;
    letter-spacing:2px;
    font-weight: bold;
}

#middle .actionblock_wrap {
    float: right;
    margin: 0 0 0 10px;
    width: 284px;
}

#middle .interview_block .photo {
    float: left;
    display: block;
    width: 100px;
}

#middle .interview_block .info {
    float: left;
    display: block;
    width: 174px;
    margin: 5px;
}

#middle .interview_block .info p {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
}

#middle #airlinelogos {
    float: right;
    height: 122px;
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 284px;
}

#middle #airlinelogos div {
    height: 122px;
    width: 284px;
}

#middle #airlinelogos div img {
    display: block; 
    margin: auto;
}

/* Medewerkers overzicht (blokjes naast en onder elkaar) */
#middle .people_block_left,
#middle .people_block_right {
    background: #FFF url('../images/left_submenu.png') left top repeat-x;
    display: block;
    float: left;
    margin: 0 0 20px 0;
    width: 284px;

}

#middle .people_block_right {
    float: right;
}

#middle .people_block_left .photo,
#middle .people_block_right .photo {
    float: left;
    margin: 0;
    width: 100px;
}

#middle .people_block_left .info,
#middle .people_block_right .info {
    float: left;
    width: 174px;
    margin: 5px 5px 0 5px;
}

#middle .people_block_left .info h2,
#middle .people_block_right .info h2 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

#middle .photo {
    float: right;
    margin: 0 0 5px 10px;
}

#middle #searchWrap {
    background: url(../images/left_submenu.png);
    padding: 10px;
}

#middle #searchWrap form {
    margin: 0 0 5px 0;
}

#middle #searchWrap form #q2 {
    width: 450px;
}

/* --------------------------------------------------------------------------------
 Rechter kolom
 -------------------------------------------------------------------------------- */
#right {
    background: #00488A;
    float:left;
    width: 152px;
}

#right .text {
    padding: 10px;
    color: #fff;
    width: 132px;

}

#right img {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

#right .header,
#right .header_green,
#right .header_yellow {
    background: #00488A;
    color:#fff;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    letter-spacing:2px;
    padding-left:10px;
    padding-top:2px;
    text-transform:uppercase;
}

#right .header a,
#right .header_green a,
#right .header_yellow a {
    color: #fff;
    display:  block;
    height: 100%;
}

#right .header_green {
    background: #00488A url('../images/right_green.gif') left top no-repeat;
}

#right .header_yellow {
    background: #00488A url('../images/right_yellow.gif') left top no-repeat;
}

#right .buttons img {
    margin: 10px;
}

#right .button {
    background: #0069B2 url('../images/right_button.png') left top no-repeat;
    color:#fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    letter-spacing:2px;
    padding:2px 0 0 10px;
    text-transform:uppercase;
    width: 122px;
}

#right .button:hover {
    background: #FFF url('../images/right_button.png') left -20px no-repeat;
}

#right .button a {
    color:#fff;
}

#right select {
    margin-bottom: 5px;
    height: 20px;
    width: 132px;
    border: #0069B2 1px solid;
    padding: 1px;
    background: #fff url(../images/right_select.png) right top no-repeat;
}

#right select option {
    background-color: #fff;
}

#right select option.alt{
    background-color: #f00;
    color: #fff;
}


/* --------------------------------------------------------------------------------
 De Footer
 -------------------------------------------------------------------------------- */
#footer {
    background: #fff url(../images/footer.png) left bottom no-repeat;
    color: #fff;
    height: 63px;
    position: relative;
}

#footer .copyright {
    height: 20px;
    left: 10px;
    position: absolute;
    top: 46px;
}

#footer ul.menu {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 46px;
}

#footer ul.menu li {
    display: inline;
    list-style: none;
}

#footer .menu a {
    background: url(../images/point.gif) 0 5px no-repeat;
    color: #fff;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-left: 10px;
}

#footer .menu a:hover {
    background: url(../images/point_red.gif) 0 4px no-repeat;
    color: #D91616;
}

/*-------------------------------*
     Formhandler formulieren
*-------------------------------*/

#FormHandler td,
.tableinfo2 td {
    padding: 2px 5px 2px 0;
}

#FormHandler .textarea {
    background-color: #f4f7fc;
    border: 1px solid #aec3e4;
    height: 100px;
    width: 300px;
}

#FormHandler .textfield {
    background-color: #f4f7fc;
    border: 1px solid #aec3e4;
    width: 300px;
}

#FormHandler span,
#FormHandler sup {
    color: #A70209;
}

span.error {
    background-color: #f4d4d5;
    border: 1px dotted #e01716;
    color: #e01716;
    display: block;
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;

}

#left .error {
    width: 150px;
}

#middle span.error {
    width: 290px;
}

#FormHandler .small {
    font-size: 10px;
}

#FormHandler #bericht_limit {
    font-size: 9px;
}

/* --------------------------------------------------------------------------------
 Misc
 -------------------------------------------------------------------------------- */

.link {
    color: #E31C1A;
    padding-left:8px;
    background: url(../images/arrow_red.gif) left 3px no-repeat;
}

.link:hover {
    color: #555;
    padding-left:8px;
    background: url(../images/arrow.gif) left 3px no-repeat;
}

.floatBuster {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}

/* --------------------------------------------------------------------------------
 Blader links
 -------------------------------------------------------------------------------- */

#middle .browse {
    /*float: right;*/
    margin: 20px 0 0 0;
}

#middle .browse li {
    display: inline;
    list-style: none;
}

#middle .browse li a {
    background-color: #A3A5A6;
    color: #fff;
    display: block;
    padding: 2px 5px 2px 5px;
    float: left;
    margin: 0 1px 0 0;
}

#middle .browse li a.selected {
    background-color: #00488A;
}

#middle .browse li a:hover {
    background-color: #E88701;
}

/* Rss link */
a.rss {
    background:  url(../images/icon-rss.gif) 0 0 no-repeat;
    padding: 0 0 0 19px;
}

/* Tabel */
.table th {
    border-bottom: 1px solid #0065AD;
    font-weight: bold;
    text-align: left;
}

.table td {
    border-bottom: 1px solid #D1DDF1;
}

/* Edit in place */
.editinplace {
    display: block;
}

.editinplace img {
    display: inline;
}

.editinplaceHide {
    display: none;
}

/* --------------------------------------------------------------------------------
 Kantoren kaart
 -------------------------------------------------------------------------------- */

#officemap {
    height: 450px;
    position: relative;
    width: 588px;
}

#officemap .map,
#officemap .highlight,
#officemap .markers {
    left: 0;
    position: absolute;
    top: 0;
}

#officemap .map {
    z-index: 1;
}

#officemap .highlight {
    display: none;
    z-index: 2;
}

#officemap .markers {
    z-index: 3;
}
