@charset "utf-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
   font: 10pt Verdana, Arial, Helvetica, sans-serif;
   background: #9babb5;
   color: #000;
   font-size: 13px;
   line-height: 16px;
   margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
   text-align: center; /* Centers the page content container in IE 5 browsers. */
   scrollbar-track-color: #EBEBEB;
   scrollbar-face-color:#ffffff;
   scrollbar-arrow-color:#003366;
   scrollbar-3dlight-color:#ffffff;
   scrollbar-highlight-color:#003366;
   scrollbar-shadow-color:#003366;
   scrollbar-darkshadow-color:#ffffff;
   float: inherit;
}
/* Commonly used to style page titles. */
h1 {
   color: #000;
   font-size: 16px;
   font-weight: bold;
   line-height: 16px;
}
/* Commonly used to style section titles. */
h2 {
   color: #000;
   font-size: 14px;
   font-weight: bold;
   line-height: 14px;
}
/* Sets the style for unvisited links. */
a, a:link {
   color: #005B00;
   font-weight: bold;
   text-decoration: none;
   background: url(../img/link_pijl.gif) no-repeat 0px 5px;
   padding-left: 6px;
}
.extern, .extern:link {
   background: url(../img/link_ext.gif) no-repeat 0px 5px;
   padding-left: 6px;
   color: #005B00;
   font-weight: bold;
}
.thema, .thema:link {
   font-size: 9px;
   background: none;
   padding: 0px;
   color: #000;
   font-weight: normal;
}
.geenpijl, .geenpijl:link, .geenpijl:visited, .geenpijl:hover, .geenpijl:focus, .geenpijl:active {
   background: none;
   margin: 0;
   padding: 0;
}
.email, .email:link {
   font-size: 8pt;
   background: none;
   padding: 0px;
   color: #000;
   font-weight: normal;
}
/* Sets the style for visited links. */
a:visited {
   color: #252543;
   font-weight: bold;
   text-decoration: none;
}
.extern:visited {
   color: #252543;
   font-weight: bold;
   text-decoration: none;
}
.thema:visited, .email:visited {
   color: #252543;
   font-weight: bold;
   text-decoration: none;
   font-weight: normal;
}
/* Sets the style for links on mouseover. */
a:hover {
   color: #000;
   background: #DFFFF2 url(../img/link_pijl.gif) no-repeat 0px 5px;
}
.extern:hover {
   color: #000;
   background: #DFFFF2 url(../img/link_ext.gif) no-repeat 0px 5px;
}
.thema:hover, .email:hover {
   color: #005B00;
   background: none;
   font-weight: normal;
}
/* Sets the style for a link that has focus. */
a:focus {
   color: #666;
}
.extern:focus {
   color: #666;
}
.thema:focus, .email:focus {
   color: #005B00
}
.thema:active, .email:active {
   color: #005B00;
   background: none;
/* Sets the style for a link that is being activated/clicked. */
a:active {
   color: #000;
   background: #ccc url(../img/link_pijl.gif) no-repeat 0px 5px;
}
.extern:active {
   color: #000;
   background: #ccc url(../img/link_ext.gif) no-repeat 0px 5px;
}
}
/* Als een plaatje een URL is, geen eigenschappen */
.imgurl:link {
   color : #F7F7DE;
   background-color : transparent;
   text-decoration : none;
   background-image: none;
   margin: 0px;
   padding: 0px;
   height: 0px;
   width: 0px;
}
.imgurl:visited {
   color : #F7F7DE;
   background-color : transparent;
   text-decoration : none;
   background-image: none;
   margin: 0px;
   padding: 0px;
   height: 0px;
   width: 0px;
}
.imgurl:hover {
   color : #F7F7DE;
   background-color : transparent;
   text-decoration : none;
   background-image: none;
   margin: 0px;
   padding: 0px;
   height: 0px;
   width: 0px;
}
.imgurl:active {
   color : #F7F7DE;
   background-color : transparent;
   text-decoration : none;
   background-image: none;
   margin: 0px;
   padding: 0px;
   height: 0px;
   width: 0px;
}
/*
// END Links
*/
.hartstocht {
   color: #005B00;
   line-height: 48px;
   font-size: 48px;
   font-style: italic;
}
.zeilend {
   line-height: 24px;
   font-size: 24px;
   margin-top: 30px;
}
.mooiste {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   font-weight: bold;
}
.adres {
   font-size: 8pt;
   margin: 0px;
   padding: 0px;
}
#outerWrapper #contentWrapper #menu #vlaggen #Sitemap {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 55px;
}
.foto {
   margin: 5px;
   border: 1px solid #1C3039;
}

.foto10r {
   margin: 5px 10px 5px 5px;
   border: 1px solid #1C3039;
}

.kleiner { font-size: 10px; }
#outerWrapper #contentWrapper #content table h1,
#outerWrapper #contentWrapper #content table p {
   margin: 0px;
   padding: 0px;
}
.formlabel {
   font-size: 8pt;
   font-weight: bold;
   margin: 0px 5px 0px 0px;
   padding: 0px;
}
iframe {
   background-image: none;
   background-color: none;
}

.rechts { text-align: right; }
