/* ================================
    CSS STYLES
   ================================
*/



/*
	Style voor Text/HTML module definieren.

	De Text/HTML module gebruikt de .Normal class (dwz. die wordt gedefinieerd in
	de <span> rondom de content). (Text/HTML module is FreeTextBox).
 */

/* .containermaster_ContentPaneBlue_BigTitle
{
	padding-left: 10px;
	padding-right: 10px;
} */

.containermaster_ContentPaneBlue_BigTitle .Normal
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: White;
}

/* H1 style om grote titel te krijgen (naast image met categorie-nummer) */
.containermaster_ContentPaneBlue_BigTitle h1
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #97BD0E;
	vertical-align: middle;
	padding-top: 2px;
}

.containermaster_ContentPaneBlue_BigTitle h2
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

.containermaster_ContentPaneBlue_BigTitle h3
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: White;
}

/* Use green for the ruler. Werkt niet bij FireFox. */
.containermaster_ContentPaneBlue_BigTitle HR
{
	color: #97BD0E;
	height:2px;
}

/* Links in green, no other decoration. */
.containermaster_ContentPaneBlue_BigTitle A:link, .containermaster_ContentPaneBlue_BigTitle A:visited
{
	text-decoration: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #97BD0E;
}

/* Links in green, with underline. */
.containermaster_ContentPaneBlue_BigTitle A:hover
{
	text-decoration: underline;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #97BD0E;
}