/* 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; }
	
	table#kinderenFotoShowRail {margin-top:10px;}
	table#kinderenFotoShowRail .contentModule { background-color:#08bf29;}
	table#kinderenFotoShowRail tr td { padding-right:10px;}
	
	table#kinderenFotoShowRail tr td img { margin-left:-3px; margin-bottom:-5px; border-bottom:2px solid #08bf29; }
	
	a, a:link, a:visited, a:active 	{ color:#FF0000;	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:#F9F92F;	
		display:block;
		height:auto;
		width:880px;
	}
	
	#contentContainer {
		display:inline-block;
		background-color:#F9F92F;	
		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-bottom:1px solid #d5d5d5;	
	}
	
	.searchHeaderLink a:hover {
		border:1px solid #d5d5d5;
		background-color:white;
	}
	
	#contentContainer #contentMain {
		width:480px;
		vertical-align:top;
		padding:0px 0px 10px 10px;
	}
	
	#contentContainer{
		background-image:url(../images/kinderen/kinderContentAchtergrond.jpg);
		background-repeat:no-repeat;
		background-position:10px 10px;
		background-attachment:scroll;	
	}
	
	
	#contentRight, #contentRightRight {
		width:180px;
		vertical-align:top;
		padding:10px 0px 0px 0px;
	}
	

	#contentRight div.contentModule, #contentRightRight div.contentModule { margin-top:10px;}
	
	
	/* 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:'BotonBold' !important;
		text-transform:lowercase;
		font-size:26px;
		margin:0px;
		padding:0px;
		color:black;	
	}	
	
	/* MODULE CONTAINERS */
	/* ------------------------------------------------------------------------------------------------------------- */
	#contentMain 		h1 {color:#f68616;}
	#contentMain 		h2 	{color:#d0c8c8;}
	
	.kinderenDocenten 	h1 	{color:black; font-size:20px;}
	#kinderenLinks 		h1 	{color:#ffffff; font-size:20px; margin:0px; padding:0px;}
	div	#kinderenLinks .editorSimpleContent	{color:white;}
	/* EDTIOR CONTENT ITEMS */
	/* ------------------------------------------------------------------------------------------------------------------ */	
	
	/* CURSUS ITEMS */
	/* ------------------------------------------------------------------------------------------------------------------ */	
	.courseListCourseItem		{ margin-top:25px;}
	.courseListTitle 			{ font-weight:bold; color:#cc6600; }
	.courseListTeacher			{ font-size:10px; font-weight:bold;}
	.courseListDetailsLink{}
	.courseListSubscribeLink{}
	.courseListDescription{}
	
	
	
	
	
