

.header {
    border-bottom: 5px #006993 solid;
    background:#fff;
}
.contact-info li,
.logo {
    float:left;
}

.contact-info {
    float: right;
   }

.contact-info li {
    list-style: none;
}

.contact-info li {
    padding-top:55px;
}

.logo {
    margin:20px 0 20px 40px;
}

.margin-top-18 {
    margin-top: 18px;
}


.under-construction {
    background: url("../img/bg-underconstruction.jpg") no-repeat top;
    min-height: 370px;
    overflow: hidden;
    padding: 80px 0;
}


.button a {
    padding:5px 30px;
    border: 1px solid #fff;
}

.button a:hover {
    background:#fff;
    border:0
}



[class^="themeicon-"], [class*=" themeicon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin:0 0 0 15px;
    line-height: 24px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons.png");
    background-repeat: no-repeat;
    margin-top: 1px;
}

.themeicon-mail {
    background-position: -24px 0;
    margin:0 5px 0 25px;

}


.footer {
    background: #f2f2f2;
    padding: 40px 0;
}

.footer ul {
list-style: none;
padding:0;
}

.footer li {
    background: url("../img/pijltje-grijs.png") left center no-repeat;
    padding-left: 15px;
}

.footer p {
    text-align: justify;
}
