/* Reset stylesheet by Eric Meyer (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}

input {
    padding:0;
}

br.clear {
    clear: both;
}

section, article, aside, header, footer, nav { display: block; }

/* CSS Rules for the layout */

@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibri-webfont.woff') format('woff'),
    url('../fonts/calibri-webfont.ttf') format('truetype'),
    url('../fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

body {
    line-height: 1;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    background-color: #172264;
}    

html, body, #background-gradient { min-height: 100%; }

#container {
    margin: auto;
    width: 1146px;
    text-align: left;
    padding: 0px 47px 0px 46px;
}

.images {
    position: relative;
}

.images img:first-child {
    position: absolute;
    top:5px;
    left:5px;
}

a.align-left {
    position:  relative;    
    float: left;
    margin: 0px 5px 5px 0px;
}

a.align-right {
    position:  relative;    
    float: right;
    margin: 0px 0px 5px 5px;
}
.magnifyy{
    position: absolute;
    right: 5px;
    bottom: 12px;
}

.left {
    width: 207px;
    float: left;
    margin:70px 0px 0px 0px;
}

.left > img {
    display: block;
}

.left a > img {
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.left div {
    background: url(../images/left-bg.png) repeat-y;
    padding:41px 0px 25px 14px;
    height: 100%;
}

.left h2 {
    color: #ad0022;
    font-family: CalibriRegular;
    font-size: 17px;
    padding: 0px 0px 0px 23px;
}

.left ul {
    margin: 13px 0px 0px 0px;
    width:100%;
}

.left li {
    border-bottom:1px solid #dadada;
    float: right;
    width:170px;
}

.left li.selected {
    width: 191px;
    border-bottom:none !important;
}

.left li.selected img {
    float: left;
}

.left li.selected a {
    background: url(../images/sel-bg.png) repeat-y;
    color: white;
    text-decoration: none;
    padding:0px 0px 0px 21px;
    width: 170px;
}

.left a {
    color: #6a6a6a;
    font-family: CalibriRegular;
    font-size: 17px;
    line-height: 27px;
    padding: 10px 0px 10px 0px;
    float: left;
}

.left li.last {
    border-bottom: none !important;
}

.page {
    float: left;
    width: 819px;
    position: relative;
    left:-14px;
    margin:24px 0px 0px 0px;
}

.page > img {
    display: block;
}

.page .header {
    padding:12px 45px 0px 32px;
    background: url(../images/content-bg.png) repeat-y;
    height: 100%;
}

.page .header a:first-child {
    float: left !important;
    padding:0px 0px 0px 0px !important;
}

.page .header a {
    font-family: CalibriRegular;
    font-size: 29px;
    color: #6a6a6a;
    float: right;
    text-decoration: none;
    padding:4px 0px 0px 0px;
}

.page .content {
    background: url(../images/content-bg.png) repeat-y;
    padding:20px 45px 10px 41px;
    color: #6a6a6a;
    font-family: CalibriRegular;
    font-size: 16px;
    line-height: 26px;
}

.page .background {
    background: url(../images/content-bg.png) repeat-y;
    padding:0px 0px 0px 0px;
    width: 100%;
}

.page .content h1 {
    font-family: CalibriRegular;
    font-size: 16px;
    display: block;
    color: #AD0022;
    height: 100%;
    margin:0px 0px 10px 0px;
}

.page .content .youtube {
    float: right;
    margin:0px 0px 10px 23px;
    font-size: 12px;
}

.page .default {
    font-family: Verdana !important;
    font-size: 12px !important;
}

.page ul, .page ol {
    list-style: disc;
    margin: 0px 0px 0px 20px;
}

.page table {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-collapse: collapse;
}

.page table td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 0px 5px 0px 5px;
}

.lees_meer {
    color: #AD0022;
}

.page .content .photo {
    float: right;
    margin:0px 0px 10px 23px;
}

.page form {
    background: url(../images/content-bg.png) repeat-y;
    padding:0px 45px 8px 41px;
    height: 100%;
}

.page form .line {
    background: url(../images/arrow-bg.png) repeat-x;
    height: 4px;
    width:1px;
    float: right;
    overflow: visible !important;
}

.page form .line span {
    float: left;
    background: url(../images/arrow.png) no-repeat;
    width: 24px;
    height: 21px;
    margin: -9px 0px 0px 0px;
}

.page form input.error, .page form textarea.error {
    border:2px solid red !important;
}

.page form .message {
    color: red;
}

.page form table {
    margin:15px 0px 0px 0px;
    float: left;
    border-collapse: collapse;
    border:0px !important;
}

.page form td {
    font-family: CalibriRegular;
    font-size: 16px;
    color: #6a6a6a;
    line-height: 40px;
    vertical-align: top;
    border:0px !important;
}

.page form td a {
    margin: 19px 0px 0px 15px;
    cursor: pointer;
    text-decoration: underline;
    float: left;
}

.back {
    margin: 0px 0px 0px -6px;
}

.page form td.fieldName {
    padding:0px 6px 0px 0px;
}

.page form td.fieldMessage {
    padding:0px 6px 0px 0px;
    line-height: 30px !important;
}

.page form td.fieldEmail {
    padding:0px 6px 0px 20px;
}

.contact input {
    width: 253px !important;
}

.contact textarea {
    width: 253px !important;
}

.page form input[type=text] {
    border:2px solid #d0d0d0;
    background: white;
    width: 153px;
    height: 25px;
}

.page form textarea {
    border:2px solid #d0d0d0;
    background: white;
    width: 153px;
    height: 125px;
}

.page h3 {
    font-family: CalibriRegular;
    font-size: 16px;
    color: #6a6a6a;
}

.page form input[type=submit] {
    background: url(../images/verzenden.png) no-repeat;
    width: 119px;
    height: 42px;
    border: none;
    margin:18px 0px 0px -6px;
    cursor: pointer;
    float: left;
}

.page form .social {
    float: right;
    margin:15px 0px 0px 0px;
    width: 265px;
}

.page form .social h3 {
    line-height: 40px;
}

.addthis_button_facebook_like {
    width: 90px;
    padding: 0px !important;
}

.addthis_button_tweet {
    width: 90px;
    padding: 0px !important;
}

.addthis_button_google_plusone {
    width: 75px;
    padding: 0px !important;
}

.right {
    float: left;
    width: 120px;
    background-color: #f4f4f4;
    height: 600px;
    left: -14px;
    position: relative;
    margin:83px 0px 0px 0px;
}

footer {
    margin: auto;
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #797fa2;
    padding: 3px 0px 0px 40px;
}






