﻿html, body {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    color: #333333;
    text-align: center;
    background-color: #ececec;
}

.wrapper {
    position: relative;
    height: 100%;
}

#container {
    width: 950px;
    background-image: url(images/bg-home.gif);
    background-repeat: repeat-y;
    background-position: top center;
    text-align: left;
    font-size: 12px;
}

body, td, th {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00AFFE;
}

    a img {
        border: 0px;
    }

    a:visited {
        color: #00B1FD;
    }

    a:hover {
        color: #000000;
    }

    a:active {
        color: #00AFFE;
    }

#top {
    margin: 0px;
    padding: 0px;
}

#slogan {
    float: left;
    width: 415px;
    height: 66px;
    text-align:left;
}

*html #slogan {
    float: left;
    margin: 0px 0px 0px 23px;
    width: 415px;
    height: 66px;
}

    #slogan h1 {
        margin: 0px 0px 0px 0px;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: normal;
    }

        #slogan h1 .h1sa {
            color: #0067a2;
            font-size: 15px;
            font-weight: bold;
        }

    #slogan h2 {
        margin: -3px 0px 0px 0px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

#menu {
    float: right;
    padding: 0px;
    bottom: 0px;
}

#flash {
    float: left;
    margin: 0px 0px 0px 44px;
}

*html #flash {
    float: left;
    margin: 0px 0px 0px 22px;
}

#rechtsflash {
    float: left;
    margin: 0px 0px 0px 2px;
    padding: 0px;
}

#login {
    float: left;
    margin: 0px 0px 0px 24px;
    text-transform: uppercase;
    font-size: 12px;
}

*html #login {
    float: left;
    margin: 0px 0px 0px 12px;
    text-transform: uppercase;
    font-size: 12px;
}

    #login table, td {
        font-size: 12px;
    }

    #login .logintitle {
        font-weight: bold;
    }

    #login .loginblauw {
        color: #0067a2;
    }

    #login .tussenhoogtelogin {
        height: 10px;
    }

    #login .tussenwidthvelden {
        width: 80px;
    }

    #login .tussenwidthbtnlogin {
        width: 128px;
    }

    #login .velden {
        font-family: Arial, Verdana;
        font-size: 12px;
        color: #231f20;
        border: 1px solid #747474;
        height: 15px;
        width: 110px;
    }

#tekstkader {
    float: left;
    margin: 2px 0px 0px 44px;
    background-color: #e6e6e6;
    width: 526px;
    height: 124px;
}

*html #tekstkader {
    float: left;
    margin: 2px 0px 0px 22px;
    background-color: #e6e6e6;
    width: 526px;
    height: 124px;
}

#tekst {
    float: left;
    margin: 15px 0px 0px 15px;
    background-color: #e6e6e6;
    border-right: 1px solid #fff;
    width: 228px;
    height: 89px;
}

#tekst2 {
    float: left;
    margin: 15px 0px 0px 25px;
    background-color: #e6e6e6;
    width: 228px;
    height: 89px;
}

#foto {
    float: left;
    margin: 2px 0px 0px 2px;
}


/********* Custom Index Code *********/
/********* SO 09/12/2016 *********/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


.tblIndex {
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
}

.tdIndexContainer {
    width: 1050px;
    vertical-align: middle;
}

.dvIndex {
    width: 100%;
    height: 875px;
    display: block;
}

.dvIndexTop {
    background: white;
    height: 836px;
    width: 1050px;
    padding:15px;
}

.dvIndexBottom {
    background: transparent;
    height: 40px;
    width: 1050px;
    text-align:center;
}

.tdFB{
    text-align:right;
    padding-bottom:15px;
}

.dvContentCenter{
    height:420px;
    width:100%;
    /*background:url(./images/home-bg.jpg) no-repeat center;*/
    background-size:cover;
    border-top:2px solid #0067A2;
    position:relative;    
}

.homeSlide{
    height:100%;
    overflow:hidden;
}

.dvAnnatransSlide{
    height:418px;
    background-position:50% 50%;
    background-size:cover;
    display:inline-block;
}

.dvLogin{
    position:absolute;
    bottom:50px;
    right:16px;
    height:315px;
    width:305px;
    padding:12px;
    background:rgba(255,255,255,0.9);
}

.dvLoginTop{
    padding: 25px 48px;
    line-height: 31px;
}

.dvLoginTop a{
    text-decoration:none !important;
    cursor:pointer;
}

.dvLoginTop a:hover{
    color:#0067a2;
}

.imgPhone{
    float:left;
}

span.lblPhoneNumber{
    font-size:20px;
}

span.lblPhoneNumberBlue{
    color: #0067A2;
    font-size:20px;
}

.dvLoginBottom{
    border-top:1px solid #0067A2;
    padding-top:30px;
    padding-left:10px;
    text-align:left;
}

.lblLoginBlue{
    font-size: 12px;
    color:#0067A2;
    text-transform: uppercase;
}

.lblLogin{
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 200px;
    padding-bottom: 30px;
}

.lblLoginInput{
    display: inline-block;
    text-transform: uppercase;
    width: 80px;
}

.txtLoginInput{
    width: 168px;
    height: 29px;
    background-color: transparent;
    border: 1px solid #0067a2;
    margin-bottom:8px;
    padding:0 5px;
}

.btnLogin{
    float: right;
    text-transform: uppercase;
    background: #0067a2;
    border: none;
    color: white;
    padding: 8px 15px;
    margin-top:5px;
    margin-right:20px;
}

.dvContentBottom{    
    text-align:left;
    margin-top:20px;
}

.dvBottomLeft{
    vertical-align:top;
    float:left;
    width:500px;
}

.dvBottomRight{
    float:right;
    width:517px;
    background:url(./images/home-foto2.jpg);
    background-size:cover;
    background-position:0 0;
    height:290px;
}

.headerBottom{
        text-transform: uppercase;
    font-size: 15px;
    color: #0067a2;
    padding-top: 0px;
    padding-bottom: 15px;
    font-weight: bold;
}

.dvBottomLeftContent{
    line-height: 18px;
    font-size: 13px;
        padding-right: 10px;
        text-align:justify;
}

.footerTop{
    color:#0067a2;
    padding-top:14px;
}
.footerTop a{
    text-decoration:none !important;
    color:#0067a2;
    cursor:pointer;
}

.footerBottom{
    text-align:center;
    padding-top:20px;
}
.footerBottom a{
    text-decoration:none !important;
    cursor:pointer;
    color: #333333;
}