body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
li a{color:#000;text-decoration: none;}

h1 {font-size: 150%; line-height: 100%; font-weight: bold;}
h2 {font-size: 120%; font-weight: bold;}
h3 {font-weight: bold;}

a {color: #003876;}

h1 a, h2 a
{
    color: #000;
    text-decoration: none;
}

.ContentItem ul
{
    margin: 4px 0;
}

.ContentItem li
{
    list-style: square outside;
    margin-left: 1.5em;
}

body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    line-height: 140%;
}

div#container
{
    background: url(images/bg.gif) repeat-y center top;
    width: 982px;
    margin: 0 auto;
}

    div#header
    {
        background: #feedda url(images/bg-header.jpg) no-repeat left top;
        width: 952px;
        height: 281px;
        margin: 0 auto;
    }
    
        div#logo
        {
            width: 147px;
            height: 78px;
            float: right;
        }
        
            div#logo img
            {
                z-index: 1;
                position: absolute;
            }
    
    	div#login
    	{
    		padding-top: 47px;
			text-align: right;
			width: 800px;
    	}
	    	
	    	div#login *
	    	{
	    		display: inline;
	    	}
	    	
	    	div#login input
	    	{
	    		padding: 0 4px;
	    	}
	    	
	    	div#login input.FormTextBox,
	    	div#login input.FormPassword
	    	{
	    		width: 80px;
	    	}
	    	
	    	div#login .FormLabel
	    	{
	    		margin-right: 0.5em;
	    	}
	    	
	    	div#login .ContentItemFormBase
	    	{
	    		line-height: 30px;
	    	}
	    	
        div.Banner
        {
            clear: right;
            background: #d7ddeb no-repeat right top;
            width: 951px;
            padding-top: 175px;
            border-left: solid 1px #003876;
        }
        
            div.BannerStandaard { background-image: url(images/stock/default.jpg); }

            div#mainmenu ul.Menu li
            {
                float: left;
                background: url(images/menuitem-right.gif) no-repeat right top;
                border-left: solid 1px #d7ddeb;
                padding-right: 7px;
            }

            div#mainmenu ul.Menu li.MenuItemAlt
            {
                background-image: url(images/menuitem-right-alt.gif);
                border-left: solid 1px #003876;
            }

            div#mainmenu ul.Menu li.MenuItemActive
            {
                background-image: url(images/menuitem-right-active.gif);
                border-left: solid 1px #d18c4d;
            }

            div#mainmenu ul.Menu li.MenuItemLast
            {
                background-image: url(images/menuitem-closing.gif);
                padding-right: 9px;
            }

            div#mainmenu ul.Menu li.MenuItemLast.MenuItemAlt
            {
                background-image: url(images/menuitem-closing-alt.gif);
            }

            div#mainmenu ul.Menu li.MenuItemLast.MenuItemActive
            {
                background-image: url(images/menuitem-closing-active.gif);
            }

                div#mainmenu ul.Menu li a.MenuItemLabel
                {
                    display: block;
                    height: 22px;
                    padding: 6px 15px 0 15px;
                    color: #fff;
                    letter-spacing: 1px;
                    background: url(images/menuitem-bg.gif) repeat-x;
                }

                div#mainmenu ul.Menu li.MenuItemAlt a.MenuItemLabel
                {
                    color: #000;
                    background-image: url(images/menuitem-bg-alt.gif);
                }

                div#mainmenu ul.Menu li.MenuItemActive a.MenuItemLabel
                {
                    color: #000;
                    background-image: url(images/menuitem-bg-active.gif);
                }

    div.submenu
    {
        width: 952px;
        margin: 0 auto;
        border-top: solid 3px #003876;
        background-color: #d7ddeb;
    }
    
        div.submenu li
        {
            float: left;
            padding: 3px 10px;
        }

ul.Menu li.MenuItemActive a
{
    font-weight: bold;
}

    div#body
    {
        width: 982px;
        margin: 0 auto;
        background: #fff4e8 url(images/bg-page.gif) repeat-y;
    }

    body.cols div#body { background-image: url(images/bg-page-2col.gif); }

        div#bodyTop
        {
            width: 982px;
            height: 12px;
            background-image: url(images/bg-page-top.gif);
        }

        div#bodyBottom
        {
            clear: both;
            width: 982px;
            height: 12px;
            background-image: url(images/bg-footer-top.gif);
        }

        div#content
        {
            padding: 10px 30px 30px 30px; 
        }
        body.cols div#content
        {
            padding: 0;
        }
        
            #leftCol
            {
                float: left;
                width: 451px;
                padding: 10px 10px 10px 30px;
            }
            
            #rightCol
            {
                float: left;
                width: 451px;
                padding: 10px 30px 10px 10px;
            }
            
            #SubSubMenu
            {
                width: 200px;
                float: left;
            }
            
                #SubSubMenu li
                {
                    width: 180px;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    border-bottom: solid 1px #003876;
                }
                #SubSubMenu li.MenuItemLast 
                {
                    border: none;
                }
            
            #SubContent
            {
                width: 700px;
                float: left;
            }

    div#footer
    {
        width: 912px;
        padding: 10px 20px 0 20px;
        margin: 0 auto;
        color: #fff;
        background-color: #003876;
    }

        div#footer .ContentItem
        {
            margin: 0;
        }
    
    div#containerBottom
    {
        width: 982px;
        height: 28px;
        background-image: url(images/bg-footer-bottom.gif);
    }

div#copyright
{
    width: 952px;
    margin: 0 auto;
    text-align: right;
    color: #a6abb8;
    font-size: 7pt;
}

    div#copyright a
    {
        text-decoration: none;
        color: #717784;
    }

div.clear, div.FormFieldclear { clear: both; }


.ContentItem
{
    clear: both;
}

.ContentItemAppointment .Left, .ContentItemNewsItem .Left
{
    float: left;
    width: 200px;
    margin-right: 10px;
}

.ContentItemAppointment .DateTime, .ContentItemNewsItem .DateTime
{
    color: #000;
    font-weight: bold;
}

.ContentItemAppointment .Right, .ContentItemNewsItem .Right
{
    float: left;
    width: 500px;
}

.ContentItemAppointment .FormFieldHeader { padding-top: 16px; }
.ContentItemAppointment .FormFieldLocationString a { text-decoration: none; color: #000; }

.ContentItemContentGroupNewsItem
{
    padding-top: 10px;
    border-top: solid 1px #003876;
}

.ContentItemSummaryAppointment, .ContentItemSummaryNewsItem
{
    padding-bottom: 10px;
    border-bottom: solid 1px #003876;
}

.ContentItemSummary .ContentImages
{
    float: right;
}

.ContentButtonsNewsItem.ContentButtonsTop
{
    display: none;
}

.FormFieldBackHome
{
    margin: 16px 20px 0 0;
    float: left;
}

h2.ContentContainerGroupTitle
{
    font-size: 100%;
    padding: 3px 0;
    margin: 10px 0;
    border-bottom: solid 1px #003876;
}

.HomeGroot
{
    padding: 0;
    border: none;
}

.HomeGroot .ContentItemNewsItem,
.HomeGroot .ContentItemAppointment
{
    width: 280px;
    border: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 17px;
    float: left;
    clear: none;
}
.HomeGroot .ContentItemSummaryNewsItemAlt,
.HomeGroot .ContentItemSummaryAppointmentAlt
{
    padding-left: 17px;
    background-color: #fff;
}

.HomeGroot .ContentItemNewsItem .ContentImages
{
    margin-left: 10px;
}

.HomeGroot .ContentItemNewsItem .Left, .HomeKlein .ContentItemNewsItem .Left, .HomeGroot .ContentItemNewsItem .Right
{
    width: auto;
    float: none;
}

.HomeKlein
{
    clear: none;
    float: left;
    width: 280px;
    border: 0;
    padding: 10px 0 0 17px;
}

.HomeKlein h1
{
    margin: 0;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #003876;
    font-size: 10pt;
}

.HomeKlein .ContentItemNewsItem
{
    margin-bottom: 10px;
}

.HomeKlein .ContentItemNewsItem a
{
    font-size: 9pt;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

.HomeKlein .ContentItemNewsItem .Right
{
    float: none;
    display: none;
}

.FormFieldManVrouw { margin: 4px 0 10px 0; }
.FormFieldSoortLidmaatschap { margin-top: 10px; }


.ContentButtonsGalleryImage.ContentButtonsBottom
{
    display: none;
}
.ContentButtonsGalleryImage a
{
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 2px 7px;
    color: #000;
    text-decoration: none;
}
.ContentItemGalleryImage
{
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
}
.ContentItemSummaryGalleryImage
{
    width: 180px;
    height: 140px;
    padding: 10px 0 0 0;
    margin: 0 10px 10px 10px;
    margin-bottom: 20px;
    float: left;
    clear: none;
}

.ContentItemGalleryImage .FormFieldImage
{
    text-align: center;
}


.ContentGridToolbar
{
    background: #003876;
    margin-bottom: 20px;
    padding: 4px 10px;
}
.ContentGridToolbar A
{
    color: #fff;
    text-decoration: none;
}

.ContentItemArticle
{
	clear: both;
}

.ContentItemDetailArticle
{
	margin: 0;
	background: #D7DDEB;
	height: 2em;
}
.ContentItemArticle.ContentItemAlt { background: none; }

    .ContentItemDetailArticle .Col1,
    .ContentItemDetailArticle .Col2,
    .ContentItemDetailArticle .Col3
    {
    	float: left;
    	padding: 4px 0 0 4px;
    }

	.ContentItemDetailArticle .Col1
	{
		width: 500px;
	}
	
	.ContentItemDetailArticle .Col2
	{
		width: 300px;
	}
