* {
	margin: 0;
	padding: 0;
}
html,body {
	background: #bf311a;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 100%;
}
body {
	margin: 1% 0 0 0;
	height: 97%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000;
	font-size: 12pt;
	margin-bottom: 10px;
}
a {
	color: #00a3d8;
	text-decoration: underline;
}
a:hover {
	color: #bf311a;
	text-decoration: underline;
}
a img {
	border: 0;
}

ul li {
	list-style: none; 
}

p {
	line-height: 16px;
	margin-bottom: 18px;
}

/* EINDE ALGEMENE OPMAAK */

#logos {
margin-left: 12px;
}

#container {
	width: 700px;
	min-height: 97%;
	_height: 96%;
	border: 1px solid #000;
	margin: 0 auto;
	background: #FFF url(http://www.ict4kids.nl/images/content/theme_images/core_back.gif) top left repeat-y;
}
#header {
	height: 148px;
	background: url(http://www.ict4kids.nl/images/content/theme_images/header.jpg) top left no-repeat;
}
	#header h1 {
		display: none;
	}
#bar {
	height: 10px;
	background: #00a3d8;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#core {
	clear: both;
	width: 700px;
	height: auto;
}
#left {
	float: left;
	width: 178px;
	display: inline;
	height: auto;
}

	#left ul {
		margin: 20px;
	}
		#left ul li {
			line-height: 18px;
			font-size: 12px;
		}
		#left ul li a {
			color: #000;
			text-decoration: none;
			font-weight: bold;
		}
	#left ul ul {
		margin: 0;
	}
	#left ul ul li a {
		padding-left: 15px;
		background: url(http://www.ict4kids.nl/images/content/theme_images/ulul.gif) left center no-repeat;
	}
	#left li.active a {
		color: #00A3D8 !important;
	}
	#left li.inactive a {
		color: #000 !important;
	}
	#left hr {
		margin: 0 15px;
		color: #000;
		height: 0;
		border-bottom: 1px solid #000;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	
#laatste {
	margin: 10px 15px 15px 15px;
	height: auto;
	width: auto;
	padding: 5px;
	background: #00a3d8;
	color: #FFF;
}
	#laatste h2 {
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		margin: 0;
	}
	#laatste ul {
		margin: 5px 0 0 0;
		padding: 0;
	}
	#laatste ul li {
		display: block;
		line-height: normal;
	}
	#laatste a {
		color: #FFF !important;
		font-weight: normal !important;
		font-size: 11px;
		text-decoration: none;
	}
	#laatste a:hover {
		text-decoration: underline;
	}


#right {
	width: 500px;
	padding: 10px;
	float: left;
	display: inline;
	height: auto;
}

	#inlay {
		float: right;
		margin: 0 10px 10px 10px;
		_margin: 0 5px 10px 5px;
		width: 152px;
		padding: 10px 0;
		font-size: 9pt;
	}
	#inlay hr {
		width: auto;
		margin: 0 0 10px 0;
		color: #000;
		height: 0;
		border-bottom: 1px solid #000;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	#inlaytext {
		background: #ef611c;
		color: #FFF;
		padding: 5px;
		width: 142px;
		height: auto;
		margin-top: -15px;
	}
	.pheader {
		font-size: 11px;
	}
	
.clear {
	clear: both;
}

#footer {
width: 700px;
height: auto;
text-align: center;
margin: 0 auto;
}