﻿/**********CMS hoofdcategorieën**********/

.CMSHeader
{
    color:white;
    background-color: #CDC4AE;
    margin-top: 5px;
    padding-left:5px;
    cursor: pointer;
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:left;
	background-image:url("../Masterpage2/PanelBack.jpg");
	background-position:left;
	background-repeat:repeat-x;
	overflow:hidden;
	height:24px;
	line-height:21px;
}

.accordionHeader a
{
	color: white;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.CMSBody
{
    background-color: #F7F4F3;
    border: 1px solid #CDC4AE;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

div.ZoekertjeMenubalkje
{
	text-align:right;	
	font-size:9px;
	clear:right;
	font-weight:normal;
}





