
@import "pagelayout.css";
@import "header.css";
@import "menu.css";
@import "footer.css";

@import "search.css";
@import "contentpane.css";
@import "contentcolright.css";
@import "startpagina.css";
@import "paginadoorsturen.css";
@import "sitemap.css";

@import "arbocat.css";
@import "arbocatinteractie.css";
@import "reactieformulier.css";
@import "text-edit.css";


html, body
{
	font-family: Arial, Verdana, Helvitica, Sans-Serif;
	font-size: 12px;
}

div#pageframe textarea
{
	font-family: Arial, Verdana, Helvitica, Sans-Serif;
	font-size: 12px;
}


span#loginLink
{
	display: none;
}


/* Kop stijlen */

/* GENERIC */
H1, H2, H3, H4, H5, H6, TFOOT, THEAD, TH
{
	font-family: Arial, Helvetica, Sans-Serif;
    color: #1665a7;
}

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;
}

DL, DT, DD
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}



/* link stijlen */

div#pageframe a,
div#pageframe a:link,
div#pageframe a:visited,
div#pageframe a:active
{
	color: #00adef;
	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 img
{
	vertical-align: -7px;
}
body.AppleMAC-Safari div#pageframe div#pagemain div.searchresultnavbuttons img
{
	vertical-align: -8px;
}

div#pageframe div#pagemain div.searchresultnavbuttons a.nav
{
	display: inline-block;
	height: 21px;
	line-height: 21px;
	color: #fff;
	background-color: #1665a7;
	margin: 0px 2px;
}
div#pageframe div#pagemain div.searchresultnavbuttons a.nav span.l
{
	display: inline-block;
	height: 21px;
	width: 6px;
	line-height: 21px;
	background: #fff url(images/btn-background.png) left top no-repeat;
}
div#pageframe div#pagemain div.searchresultnavbuttons a.nav span.r
{
	display: inline-block;
	height: 21px;
	width: 6px;
	line-height: 21px;
	background: #fff url(images/btn-background.png) right top no-repeat;
}

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;
}

