/* Print CSS Styles */
/* <link href="css/stylesheet_print.css" rel="stylesheet" type="text/css" media="print" /> */

body, html 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.85em;
}

div 
{
    color: #000000;
}

img 
{
    border: none;
}

/* Header Styles */

h1 
{
    color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: 700;
}

h2 
{
    color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	font-weight: 700;
}

h3 
{
    color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: 700;
}

h4 
{
    color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: 700;
}

h5 
{
    color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	font-weight: 700;
}

h6 
{
    color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
	font-weight: 700;
}

/* Paragraph */

p 
{
    color: #000000;
}

/* Link Styles */

a:link 
{
    color: #000000;
    text-decoration: underline;
}

a:visited 
{
    color: #000000;
    text-decoration: underline;
}

a:hover 
{
    color: #000000;
    text-decoration: underline;
}

a:active 
{
    color: #000000;
    text-decoration: underline;
}

#sitemenuitems 
{
    display: none;
}

#sitesearch 
{
    display: none;
}

#menucontainer 
{
    display: none;
}

.contentareacolorline 
{
    display: none;
}

#kleurenbalk 
{
    display: none;
}

.clickpath 
{
    margin-top: 5px;
}

.sitecontent 
{
    margin-top: 10px;
    display: block;
}