body {
    background: #efefef url(/sitefiles/layout/bg.png) repeat-x center top;
    color: #535353;
    font: normal 12px / 18px Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

img, a, img a, a img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font: bold 18px / 20px Tahoma, Arial, sans-serif;
    margin: 0 0 18px 0;
    padding: 0;
}

h2, h3, h4, h5, h6 {
    font: bold 14px / 20px Tahoma, Arial, sans-serif;
    margin: 0;
}

h3.blue-heading {
    color: #009ee0;
}

th, td, li {
    color: #535353;
    text-align: left;
    font: normal 12px / 18px Tahoma, Arial, sans-serif;
}

p {
    margin: 0 0 18px 0;
    color: #535353;
    text-align: left;
}

a, a:visited {
    color: #009ee0;
    text-decoration: none;
    outline: none;
}

a:hover, a:active {
    color: #781b7d;
    text-decoration: none;
    outline: none;
}

div.hr {
    height: 17px;
    margin: 2px 0 6px 0;
    padding: 0;
}

input.button {
    width: 120px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    font: bold 12px Tahoma, Arial, sans-serif;
    height: 25px;
    border: none;
}

#Mainbodytable {
    width: 944px;
}

.wrapper {
    width: 944px;
}

a.logo {
    background: url(/sitefiles/layout/logo.png) no-repeat left top;
    display: block;
    width: 232px;
    height: 115px;
}

div.footer {
    background: url(/sitefiles/layout/footer.png) no-repeat center top;
    width: 944px;
    height: 33px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
}

.footer a:link, .footer a:visited {
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}

.topnav {
    color: #009ee0;
    font-weight: normal;
    display: block;
    text-decoration: none;
}

.topnav a, .topnav a:visited {
    color: #333;
    font-size: 11px;
    line-height: 32px;
    text-decoration: none;
}

.topnav a:hover, {color:
    #009ee0;
    font-size:
    11px;
    text-decoration: underline;
}

.slogan .innerdiv {
    /*
     background: url(/sitefiles/layout/slogan.png) no-repeat left top;
     */
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px;
    width: 342px;
    height: 72px;
    padding-top: 30px;
}

a.readmore, a.readmore:visited {
    background: url(/sitefiles/layout/readmore-left.png) no-repeat left center;
    height: 24px;
    display: inline-block;
    padding-left: 23px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

a.readmore:hover, a.readmore:active {
    text-decoration: none;
    text-transform: lowercase;
}

a.readmore span {
    background: url(/sitefiles/layout/readmore-right.png) no-repeat right center;
    padding-right: 32px;
    height: 24px;
    display: inline-block;
    line-height: 22px;
    cursor: hand;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.vervolg-left {
    background: url(/sitefiles/layout/panelbar-bg.png) no-repeat left top;
}

/* Image styles */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

/* /Image styles */


