﻿
body {
    margin-left: 0px;
    margin-right: 0px;
    font-family: Helvica,Arial;
    height: 98%;
    min-width: 984px;
}

ul {
   padding: 3px;
}

/* unvisited link */
a:link {
    color: black;
   text-decoration: none;
}

a:visited {
   color: inherit;
   text-decoration: none;
}


a:hover {
    text-decoration: none;
}

li:hover a
{
    text-decoration: underline;
}

/* selected link */
a:active {
    text-decoration: none;
}

.logo {
    width: 100px;
    top: 40px;
    left: 30px;
    position: relative;
    float: left;
}

.logoimg{
    width: 100px;
}

.banner {
    border-top-style: solid;
    border-color: #07C247;
    border-width: 2px;
    background-image: url('/images/Banner.png');
	background-repeat: no-repeat;
    background-size: 100% 225px;
    width: auto;
    min-height: 225px;
    max-height: 225px;
}

.header{
    width: 100%;
    height: 120px;
}

.menu
{
    font-size: 25px;
    color: black;
    top: 42px;
    left: 45px;
    position: relative;
    float: left;
}

.menubtn {
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial; margin-left: 10px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}

.bannerText
{
    font-size: 25px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial; margin-left: 10px;
    color: white;
    left: 15%;
    top: 90px;
    position: relative;
    text-shadow: 2px 2px 6px #000000;
}

.bannerTextRotator {
    font-size: 25px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    margin-left: 10px;
    color: white;
    text-shadow: 2px 2px 6px #000000;
}

.contentbox
{
    background-color: #F2F2F2;
    height: 300px;
    width: 100%;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #07C247;
	
    
}

.contentboxInner
{
    height: 300px;
	width: 940px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
  
}

.infobox
{
    border-width: 0.5px;
    border-color: #E2E4E4;
    border-style: solid;
    background-color: #FFFFFF;
	clear: right;
}


.infoBoxCaption
{
    font-size: 16px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    color: #07C247;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
}

.infoboxContent
{
    margin-top:20px;
    margin-left: 30px;
    position: relative;
}



.infoboxLine
{
    border-width: 0.5px;
    border-color: #07C247;
    margin-left: 5px;
    margin-right: 5px;
    border-style: solid;
    border-bottom-width: 0px;
}

footer
{
    font-size: 13px;
    color: #C9C9C9;
    margin-left: 20px;
    margin-right: 25px;
}

.footerLine
{
    border-width: 1px;
    border-color: #C9C9C9;
    border-style: solid;
    border-bottom-width: 0px;
}


.button {
    background: linear-gradient(to bottom,#FFFFFF,#DEDEDE);
    border-style: solid;
    border-width: 1px;
    border-color: #A5A5A5;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: left;
    cursor: pointer;
    color: #069A38;
    
}

.btnText {
    margin-top: 15%;
}


.menuEnZoekenRechts
{
    top: 30px;
	right: 20px;
    position: absolute;
    width: 300px;
    float: left;
}

.zoeken {
    margin-left: 55px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    font-size: 15px;
}

.menurechts {
    margin-top: 20px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    font-size: 15px;
}

.flyoutmenu {
    display: none;
    background-color: #F9F9F9;
    height: 270px;
    border-width: 0.5px;
    border-style: solid;
    border-color: #A5A5A5;
    width: 300px;
    margin-top: 1.5px;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    --box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.flyoutmenuRow
{
    position: relative;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 30px;
}

.flyoutmenuRow:hover {
   text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
   transition: text-shadow linear 0.2s;
}



.flyoutmenuRowText {
    position: relative;
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvica,Arial;
    color: #404040;
    margin-top: 10px;
    text-align: left;
    margin-left: 15px;
}




.flyoutmenuRowHeader {
    text-align: left;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    color: #00B552;
    margin-left: 15px;
}


#menubtnDiensten:hover .flyoutmenu {
    display: block;
}

.bottomFiller
{
    width: 100%;
    height: 100px;
}

#contact
{
    width: 200px;
    height: 240px;
    top: 20px;
    position: relative;
    float: left;
}

#insights
{
    width: 200px;
    height: 240px;
    top: 20px;
	margin-left: 2%;
    position: relative;
    float: left;
}

.insightRegelDatum {
    font-size: 11px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    color: #303030;
    padding-bottom: 2.5px;
}

.insightRegelKop {
    font-size: 11px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    color: #058631;
    padding-bottom: 2.5px;
}

.insightRegelMeer {
    font-size: 11px;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    color: #03521E;
    padding-bottom: 2.5px;
}

#tools
{
    width: 480px;
    height: 180px;
    top: 20px;
	margin-left: 2%;
    position: relative;
    float: left;
}


#contactinfo
{
    font-size: 12px;
}
#contactinfoBold {

    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
}

