﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #ffffff;
    font-family: Arial , Verdana;
    font-size: 12px;
    color: #000000;
    overflow: auto;
    text-align: justify;
}

#wrapper
{
    padding-top: 0px;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

ul
{
    padding-left: 20px;
}

ol
{
    padding-left: 20px;
}


li
{
    padding: 1px;
}

.alert
{
    font-size: 11px;
    color: Red;
    font-weight: bold;
}

.titel
{
    font-size: 18px;
    font-weight: normal;
    color: #008FC1;
}

.titeloranje
{
    font-size: 18px;
    font-weight: normal;
    color: #F37021;
}
.titelrose
{
    font-size: 18px;
    font-weight: normal;
    color: #E2007A;
}

.titellgroen
{
    font-size: 18px;
    font-weight: normal;
    color: #80C342;
}

.titelstem
{
    font-size: 13px;
    font-weight: normal;
    color: #002752;
}

.titeldblauw
{
    font-size: 18px;
    font-weight: normal;
    color: #002752;
}

.titellblauw
{
    font-size: 18px;
    font-weight: normal;
    color: #006F9A;
}

.titelrood
{
    font-size: 18px;
    font-weight: normal;
    color: #FF0000;
}

.titelhlblauw
{
    font-size: 18px;
    font-weight: normal;
    color: #00AEEF;
}
.titelpaars
{
    font-size: 18px;
    font-weight: normal;
    color: #5D2685;
}
.titelturq
{
    font-size: 18px;
    font-weight: normal;
    color: #00A3B0;
}
.titelgroen
{
    font-size: 18px;
    font-weight: normal;
    color: #44A12B;
}


.txt_footer
{
    font-size: 11px;
    font-weight: normal;
    font-style:normal;
    color: #000000;
}

a
{
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}

a:hover
{
    color: #008FC1;
    font-weight: normal;
    text-decoration: none;
}


a.navigatie
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

a.navigatie:hover
{
    color: #008FC1;
    font-weight: normal;
    text-decoration: underline;
}

a.parent
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

a.parent:hover
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}

.textbox
{
    height: 15px;
    width: 300px;
    font-family: Arial , Verdana;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #00537F;
    padding: 2px;
}

.listbox
{
    width: 500px;
    font-family: Arial , Verdana;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #00537F;
}

hr
{
    border-top: 1px solid #00b0df;
}

.button
{
    padding: 1px 5px;
    width: 150px;
    border: 1px solid #00537F;
    background: #008FC1;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
}

/* MENU */
.menuHeaderParent
{
    background-image: url(../Images/bg_menu.gif);
    background-repeat: repeat-x;
    height: 16px;
    width: 192px;
    padding: 8px 10px 6px 25px;
    cursor: hand;
    cursor: pointer;
    color: White;
     font-size:14px;
    font-weight:normal;
}

.menuHeader
{
    background-image: url(../Images/bg_menu.gif);
    background-repeat: repeat-x;
    height: 16px;
    width: 207px;
    padding: 8px 10px 6px 10px;
    cursor: hand;
    cursor: pointer;
    color: White;
    font-size:14px;
    font-weight:normal;
}
.openmenu
{
    background-image: url(../Images/bg_menu_up.gif);
    background-repeat: repeat-x;
    height: 16px;
    width: 207px;
    padding: 8px 10px 6px 10px;
    cursor: hand;
    cursor: pointer;
    color: White;
}
.closedmenu
{
    color: White;
}
.menuItem
{
    background-color: White;
    width: 207px;
    padding: 6px 10px 6px 10px;
    line-height: 150%;
}


/******************************************** AJAX ********************************************/
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #00a6de;
    padding: 30px;
    width: 500px;
}

/*Custom call-out*/
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: #00a6de;
}


.highlight
{
    background-color: #00a6de;
}

/* Accordion Menu*/
.accordionHeader
{
    color: #000000;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 215px;
    padding: 6px;
}

.accordionHeaderSelected
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu.gif);
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 215px;
    padding: 6px;
}

.accordionContent
{
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    width: 217px;
    background-color: #f5f5f5;
    height: 220px;
    padding: 5px;
    line-height: 180%;
    border-bottom: 1px solid #2C4D9B;
}



a.AccordionLink
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

a.AccordionLink:hover
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    color: #004a99;
    text-decoration: none;
}

/* Accordion Page */
.accordionHeaderPage
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}

.bg1
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu1.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg2
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu2.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg3
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu3.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg4
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu4.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg5
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu5.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg6
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu6.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg7
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu7.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg8
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu8.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg9
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu9.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}
.bg10
{
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(../Images/bg_menu10.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}

.accordionHeaderSelectedPage
{
    color: #ffffff;
    background-color: #00537F;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    width: 510px;
    padding: 6px;
}

.accordionContentPage
{
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    width: 510px;
    background-color: #f5f5f5;
    height: 220px;
    padding: 5px;
    line-height: 180%;
    border-bottom: 1px solid #2C4D9B;
}






/* Editor */
.koptekst
{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #00a6de;
}

a.hyperlink
{
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #00a6de;
    text-decoration: underline;
}

a.hyperlink:hover
{
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}
