/* ************************************************************************** */
/* ALGEMEEN                                                                   */
/* ************************************************************************** */

/*
html {
	background: #ccc url('../images/bg/c.png') right center no-repeat;
	}
*/
body {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	line-height: 1.4em;
	}
* html body {
	/* zie coloring.css */
	}

.smll {
	font-size: 90%;
	}

p {
	margin-top: 0.5em;
	padding-top: 0;
	}
	
#showRight a {
	text-decoration: none; 
    }
#showRight a:hover {
	text-decoration: none;
    }

a.noLine, a.noLine:hover {
	background: transparent !important;
	border: 0 !important;
	text-decoration: none !important;
	} 

/* ************************************************************************** */
/* FOOTER                                                                     */
/* ************************************************************************** */

#showFooter {
	font-family: 'lucida sans', 'lucida console', Arial, sans-serif;
	color: #fff;
	font-size: 0.9em;
	}
#showFooter a {
	font-family: 'lucida sans', 'lucida console', Arial, sans-serif;
	color: #fff;
	padding: 0 0.25em;
	margin: 0 0.25em;
	text-decoration: none;
	}
#showFooter a:hover {
	color: #000;
	background: #fff;
	padding: 0 0.25em;
	margin: 0 0.25em;
	text-decoration: none;
	}

/* ************************************************************************** */
/* SHOW RIGHT                                                                 */
/* ************************************************************************** */

#showTitle {
	text-align: right;
	line-height: 28px;
	}
#showTitle h1 {
	font-family: 'lucida sans', 'lucida console', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	}

#showBreadcrumb {
	font-size: 10px;
	color: #999;
	}

#showContent h1 {
	font-size: 1.25em;
	margin: 0 0 1em 0;
	}
#showContent h2 {
	font-size: 1em;
	margin: 0.5em 0;
	}
#showContent h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 1em 0;
	}

/* -------------------------------------------------------------------------- */
/* ALGEMEEN                                                                   */
/* -------------------------------------------------------------------------- */

#previewActiviteiten {
	width: 200px; margin-left: 5px;
	border: 1px solid #ccc;
	padding: 0.5em; margin: 0 0 1em 1em;
	float: right;
	}

			
/* -------------------------------------------------------------------------- */
/* PRIKBORD                                                                   */
/* -------------------------------------------------------------------------- */

.prikbordItem {
	border: 1px dashed #ccc;
	padding: 0.5em;
	margin: 0 0 1.5em 0 ;
	}
	.pbTitel {
	clear: both;
	margin: 0; padding: 0;
	}
	.pbTitel h1 {
	clear: both;
	font-family: 'lucida sans', 'lucida console', Arial, sans-serif;
	font-size: 1.1em;
	color: #a31c1c;
	border-bottom: 1px solid #a31c1c;
	}
	.pbDoor {
	font-style: italic;
	margin: 0; padding: 0; 
	font-size: 0.9em;
	}
	.pbBericht {
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
	}
	.pbDatum {
	float: left;
	width: 49%;
	text-align: left;
	font-size: 0.9em;
	color: #ccc;
	}
	.pbContact {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 0.9em;
	}
	.prikbordItem a {
	padding: 0 0.25em;
	margin: 0 0.25em;
	}

	
/* -------------------------------------------------------------------------- */
/* CURSUS                                                                     */
/* -------------------------------------------------------------------------- */

#cursusShort {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #ccc;
	background: #f2f2f2;
	}