/* CSS Document */

	/* ALGEMEEN STRAMIEN */
	/* ------------------------------------------------------------------------------------------------------------------ */
	html, body {
		margin:		0px;
		padding:	0px;
		width:		100%;
		height:		100%;
		background-color:black;
		background-position:center top;
		background-attachment:fixed;
	}
	
	form {
		text-align:center;
		overflow:visible;
		height:100%;
	}
	
	 ul, li {
		line-height:1em;
		text-indent:5px;
		padding:5px;
		margin:2px;
		 }
	
	img { margin:0px; border:0px; padding:0px; }
	
	a, a:link, a:visited, a:active { font-size:10px; font-weight:bold; color: #032FB0; text-decoration:none; }
	a:hover { text-decoration:underline; }
	
	#wrapper {
		display:	block;
		width:		880px;
		margin:		0px auto;			
	}
	
	/*#headerLogo {
		height:		102px;	
		width:		880px;
	}
	
	#headerLogo #headerLogoCursussenBK050	{ float:left;	display:block; 	margin-top:48px; width:122px; height:52px;}
	#headerLogo #headerLogoBK050			{ float:right; 	display:block;	margin-top:0px;	 width:78px;  height:19px;}	
	#headerLogo #headerLogoKCG				{ float:right; 	display:block;	margin-top:0px;	 width:201px; height:36px;}
	*/
	#contentBody{
		background-color:white;	
		display:block;
		height:auto;
		width:880px;
	}
	
	#contentContainer {
		display:inline-block;
		background-color:white;	
		width:880px;
	}
	
	#navHeader {
		padding:10px 10px 0px 10px;
		width:860px;
		display:block;			
	}
	
	#navHeader #mainNav {
		width:860px;
		display:inline-block;	
	}
	
	#navHeader #searchHeader {
		width:860px;
		display:inline-block;
		text-align:right;
	}

	.searchHeaderLink a, .searchHeaderLink a:link, .searchHeaderLink a:visited, .searchHeaderLink a:active {
		height:12px;
		color:#d5d5d5;
		margin:0px 0px 6px 10px;
		text-decoration:none;	
		font-weight:bold;
		font-size:10px;
		padding:3px;
		border:1px solid white;
		border-bottom:1px solid #d5d5d5;	
	}
	
	.searchHeaderLink a:hover {
		border:1px solid #d5d5d5;
	}
	
	#contentContainer #contentMain {
		width:500px;
		vertical-align:top;
		padding:0px 10px 10px 10px;
		background-color:white;	
	}
	
	#contentRight, #contentRightRight {
		width:180px;
		vertical-align:top;
		padding:0px 10px 10px 10px;
		border-left:1px solid #cccccc;
	}
	
	#contentRight div.contentModule, #contentRightRight div.contentModule { margin-bottom:10px;}
	
		#footerMain {
		color:#999999;
		font-size:10px;
		padding:10px;
		}
		
	#footerMain a, #footerMain a:link, #footerMain a:visited { color:#999999; text-transform:capitalize; font-size:9px; text-decoration:none;}
	#footerMain a:hover { text-decoration:underline; }
	/* ALGEMEEN TYPOGRAFIE */
	/* ------------------------------------------------------------------------------------------------------------------ */
	
	html, body, div, table, tr, td, p {
		font-family:Arial;
		font-size:11px;
		line-height:14px;
		text-align:left;
		color:black;
	}
	
	h1,h2,h3,h4,h5 {
		font-family:'bookmanBold' !important;
		font-weight:bold !important;
		text-transform:lowercase;
		margin:0px;
		padding:0px;
		color:black;	
	}
	
	h1 {
		font-size:20px !important;
		line-height:22px !important;
		letter-spacing:-1px;
		margin-bottom:10px;		
	}
	
	h2 {
		font-size:17px !important;
		line-height:19px !important;
		font-weight:bold !important;
		letter-spacing:-1px;
	}
	
	h3 {
		font-size:17px !important;
		line-height:19px !important;
		font-weight:bold !important;
		letter-spacing:-1px;
	}
	
	
	/* EDTIOR CONTENT ITEMS */
	/* ------------------------------------------------------------------------------------------------------------------ */	
	#contentRight .editorSimpleContent div 	{ background-color:#e5faea; vertical-align:top;}
	#contentRight a, #contentRight a:link, #contentRight a:visited, #contentRight a:active { color: #032FB0; text-decoration:none; }
	#contentRight a:hover 					{ text-decoration:underline;}
	#contentRight .editorSimpleContent h1  	{ background-color:white; padding:0px 0px 10px 0px; margin:0px; }
	#contentRight .editorSimpleContent h2  	{ margin:0px; padding:0px; }
	
	
	/* CURSUS ITEMS */
	/* ------------------------------------------------------------------------------------------------------------------ */	
	.courseListCourseItem		{ margin-bottom:25px;}
	.courseListTitle 			{ font-weight:bold; color:#032FB0; }
	.courseListTeacher			{ font-size:10px; font-weight:bold;}
	.courseListDetailsLink{}
	.courseListSubscribeLink{}
	.courseListDescription{}
	
	
