
@import "pagelayout.css";
@import "header.css";
@import "menu.css";
@import "footer.css";
@import "breadcrumb.css";

@import "search.css";
@import "rightpane.css";
@import "contentpane.css";
@import "sitemap.css";

@import "arbocat-item.css";
@import "arbocat-list.css";
@import "arbocat-form.css";

@import "paginadoorsturen.css";

body
{
	font-size: 0.8em;
}

body .Normal,
body div#pageframe,
body div#pagefooter,
body textarea
{
	font-family: Verdana, Helvitica, Arial, Sans-Serif;
	font-size: 1em;
}


span#loginLink
{
	display: none;
}

div.contentpane div.uitgeverij-std
{
	margin: 25px 50px 25px 50px;
}


/* Kop stijlen */

/* GENERIC */
H1, H2, H3, H4, H5, H6, TFOOT, THEAD, TH
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
    color: #19416c;
}

H1 { font-size: 17px; font-weight: bold; }
H2 { font-size: 14px; font-weight: bold; }

H3, H4, H5, H6
{
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 0px;
}

div.contentpane div.uitgeverij-std h1
{
	border-bottom: solid 1px #e53517;
    padding: 4px 0px 4px 0px;
}
div.contentpane div.uitgeverij-std h1 span
{
	background-color: #e53517;
	font-family: Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 4px 16px 4px 16px;
}
div.contentpane div.uitgeverij-std h2,
div.contentpane div.uitgeverij-std h3,
div.contentpane div.uitgeverij-std h4
{
	color: #e53517;
	margin-bottom: 0px;
}




/* link stijlen */

div#pageframe a,
div#pageframe a:link,
div#pageframe a:visited,
div#pageframe a:active
{
	color: #c11d01;
	text-decoration: none;
}

div#pageframe a:hover
{
	text-decoration: underline;
}

div#pageframe a.bullet-wit,
div#pageframe a.bullet-wit:link,
div#pageframe a.bullet-wit:visited,
div#pageframe a.bullet-wit:active
{
	color: #fff;
	background: url(images/bullet-wit.gif) 0px 4px no-repeat;
	padding-left: 12px;
}

div#pageframe a.bullet-blauw,
div#pageframe a.bullet-blauw:link,
div#pageframe a.bullet-blauw:visited,
div#pageframe a.bullet-blauw:active
{
	background: url(images/bullet-blauw.gif) 0px 4px no-repeat;
	padding-left: 12px;
}

div#pageframe a.currentpage
{
	color: #000;
	font-weight: bold;
}

div#pageframe div#pagemain div.searchresultnavbuttons
{
	text-align: right;
	margin: 0px 20px 0px 20px;
	padding: 8px 0px 8px 0px;
	background: url(images/stippel-groen.gif) left bottom repeat-x;
}

div#pageframe div#pagemain div.searchresultnavbuttons a
{
	color: #fff;
	background-color: #02a3e1;
	padding: 2px 8px 2px 8px;
}

div#pageframe div#pagemain div.searchresultnavbuttons a:hover
{
	text-decoration: none;
}

div#pageframe h3#themakop a,
div#pageframe h3#themakop a:link,
div#pageframe h3#themakop a:visited
{
	color: #1665a7;
}

div#pageframe div#reactiebeheerpager a,
div#pageframe div#reactiebeheerpager a:link,
div#pageframe div#reactiebeheerpager a:visited
{
	font-weight: bold;
}






/*** overrule dnn default.css styles ***/

.SkinObject
{
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* style for module titles */
.Head
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    color: #1665a7;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #1665a7;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #1665a7;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: #ccc;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

/* text style used for help text rendered by modules */
.Help,
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton,
/* button style for standard HTML buttons */
.StandardButton
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

div.contentpane div.uitgeverij-std div.WorkPanel table td
{
	background-color: #eee;
	color: #000;
}