body{
    margin: 0px;
    padding: 0px;
    text-align: center;

    background-color: #e1e3e5;

    font-family: Arial;
    font-size: 12px;
}


a{
    color: #55a8d4;
}
h1{
    margin: 0px;
    padding: 0px;

    font-family: verdana;
    font-size: 26px;
    color: #3f4143;
    font-weight: normal;
    text-transform: uppercase;
}

h2{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #0099cc;
}

h3{
    margin: 0px;
    padding: 0px;

    font-family: verdana;
    font-size: 12px;
    color: #3f4143;
    font-weight: bold;
    text-transform: uppercase;
}

h4{
    margin: 0px;
    padding: 0px;

    font-family: Arial;
    font-size: 14px;
    color: #56acef;
    font-weight: bold;
}

.blauw{
    color: #55a8d4;
}

.blauwbold{
    color: #56acef;
    font-weight: bold;
}

.kleiner{
    font-size: 11px;
}

.groter{
    font-size: 15px;
}

hr{
    margin: 0px;
    padding: 0px;

    
    color: #3c3c3c;
    background-color: #3c3c3c;
    height: 3px;
}
.hrsmaller{
    margin: 0px;
    padding: 0px;


    color: #3c3c3c;
    background-color: #3c3c3c;
    height: 1px;
}

.hrsmaller2{
    margin: 0px;
    padding: 0px;

    margin-bottom:5px;
    margin-bottom:5px;

    color: #3c3c3c;
    background-color: #3c3c3c;
    height: 1px;
}

#maincontainer{
    margin: auto;
    padding: 0px;

    width: 900px;

}

#header{
    margin: 0px;
    padding: 0px;

    position: relative;
    float: left;

    width: 900px;
    height: 90px;

    text-align: left;

	background: url(../images/header.png);
	background-repeat: no-repeat;
    background-position: top left;
}

#headerspacer{
    margin: 0px;
    padding: 0px;

    position: relative;
    float: left;

    width: 900px;
    height: 10px;
}

#contentcontainer{
    margin: 0px;
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 35px;
    padding-bottom: 15px;

    text-align: left;

    position: relative;
    float: left;

    width: 805px;

    background-color: #ffffff;
}
#modalcontainer{
    padding: 5px;
    position: relative;
    float: left;
    text-align: left;

    background-color: #ffffff;
}

#modalcontainermatrix{
    padding: 20px;
    position: relative;
    float: left;
    text-align: left;

    width: 90%;

    background-color: #ffffff;
}

#subheader{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;

    position: relative;
    float: left;

    width: 805px;
    height: 170px;

    background: url(../images/subheaders/subheader1.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}

#contentblockleft{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;

    position: relative;
    float: left;

    width: 585px;

}

#sidebarright{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;

    position: relative;
    float: right;

    width: 180px;
}

#mainmenu{
    margin: 0px;
    padding: 0px;
    margin-top: 65px;

    text-align: center;

    width: 900px;

    position: relative;
    float: left;
    
    color: #ffffff;
}

.error{
    border: 2px solid #ff0000;
    padding: 4px;
    color: #ff0000;
    font-weight: bold;
}


.red{
    color: #ff0000;
}

.errorsmall{
    border: 2px solid #ff0000;
    padding: 4px;
    color: #ff0000;
    font-weight: bold;
    width: 150px;
}

.menuitem{
    color: #000000;
    font-weight: normal;
    font-size: 15px;
    font-family: "trebuchet MS";
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
    text-transform: capitalize;
}

.menuitemactive{
    color: #56acef;
    font-weight: normal;
    font-size: 15px;
    font-family: "trebuchet MS";
    text-decoration: none;
    margin-left: 8px;
    text-transform: capitalize;
}