/* CSS Document */

* {
	padding:		0px;
	margin:			0px;
}

body {
	background-color:	#808080;
}

#headerMain {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#header {
	float:			left;
	width:			1000px;
	height:			71px;
	background-image:	url(../images/header.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#bodyTopMain {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyTop {
	float:			left;
	width:			1000px;
	height:			265px;
	background-image:	url(../images/foto_home.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#item1 {
	float:			left;
	width:			560px;
	height:			265px;
	text-align:		right;
	padding-right:		40px;
}

#item1 p a {
	display:		block;
	margin-right:		0px;
	padding-top:		80px;
	padding-left:		5px;
	padding-right:		5px;
	width:			151px;
	height:			130px;
	background-image:	url(../images/ik_ben_leerling.png);
	background-position:	top left;
	background-repeat;	no-repeat;
	color:			#404040;
	text-decoration:	none;
}

#item1 p a:hover {
	color:			#000000;
	text-decoration:	underline;
}

#item2 {
	float:			left;
	width:			200px;
	height:			265px;
}

#item2 p a {
	display:		block;
	margin-right:		0px;
	padding-top:		80px;
	padding-left:		5px;
	padding-right:		5px;
	width:			151px;
	height:			130px;
	background-image:	url(../images/ik_ben_mentor.png);
	background-position:	top left;
	background-repeat;	no-repeat;
	color:			#404040;
	text-decoration:	none;
}

#item2 p a:hover {
	color:			#000000;
	text-decoration:	underline;
}

#item3 {
	float:			left;
	width:			200px;
	height:			265px;
}

#item3 p a {
	display:		block;
	margin-right:		0px;
	padding-top:		80px;
	padding-left:		5px;
	padding-right:		5px;
	width:			151px;
	height:			130px;
	background-image:	url(../images/ik_ben_decaan.png);
	background-position:	top left;
	background-repeat;	no-repeat;
	color:			#404040;
	text-decoration:	none;
}

#item3 p a:hover {
	color:			#000000;
	text-decoration:	underline;
}

#item1, #item2, #item3 {
	font-family:		Tahoma, Arial, verdana;
	font-size:		12px;
	color:			#404040;
	font-weight:		bold;
	line-height:		1.3em;
}

#navigMain {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#navig {
	float:			left;
	width:			1000px;
	height:			35px;
	background-color:	#0404CE;
}

#navig ul {
	position:		relative;
	top:			10px;
	left:			20px;
	font-family:		Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 		12px;
}

#navig ul li {
	display:		inline;
	padding-left:		10px;
	padding-right:		10px;
	border-right:		1px solid #ffffff;
}

#navig ul li a {
	color:			#ffffff;
	text-decoration:	none;
	}

#navig ul li a:hover {
	color:			#FEB739;
	text-decoration:	none;
	}

#navig ul li.last {
	border-right:		0px;
}

#bodyBotMain {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyBot {
	float:			left;
	width:			1000px;
	background-color:	#ffffff;
}

#bodyBotLeft {
	float:			left;
	width:			680px;
	padding:		10px;
}

#bodyBotRight {
	float:			left;
	width:			290px;
	padding:		10px;
	padding-left:		0;
}

#footerMain {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#footer {
	float:			left;
	width:			1000px;
	height:			150px;
	padding-top:		50px;
	background-image:	url(../images/footer.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
	text-align:		center;
	font-family:		Tahoma, Verdana, Arial;
	font-size:		12px;
	color:			#000000;
}

#footer a {
	color:			#0404CE;
	text-decoration:	none;
}

#footer a:hover {
	color:			#FEB739;
	text-decoration:	none;
}

h1 {
	position:		relative;
	left:			25px;
	top:			30px;
	font-family:		Arial, Verdana;
	font-weight:		bold;
	font-size:		20px;
	color:			#000000;
}

h1 a {
	color:			#000000;
	text-decoration:	none;
}

h2 {
	margin-bottom:		15px;
	font-family:		Arial, Verdana;
	font-weight:		bold;
	font-size:		18px;
	color:			#000000;
}

h3 {
	margin-bottom:		10px;
	font-family:		Arial, Verdana;
	font-weight:		bold;
	font-size:		16px;
	color:			#FEB739;
}

table {
	margin-bottom:		25px;
}

tr {
}

td {
	padding-right:		10px;
	font-family:		Tahoma, Verdana, Arial;
	font-size:		12px;
	color:			#000000;
	line-height:		1.3em;
}

ul {
	margin-bottom:		15px;
	list-style-type: 	square;
	margin-left:		25px;
}

li {
	padding-left:		10px;
	font-family:		Tahoma, Verdana, Arial;
	font-size:		12px;
	color:			#000000;
	line-height:		1.3em;
}

p, td {
	font-family:		Tahoma, Verdana, Arial;
	font-size:		12px;
	color:			#000000;
	line-height:		1.3em;
	margin-bottom:		15px;
}


p a, td a {
	color:			#0404CE;
	text-decoration:	none;
}

p a:hover, td a:hover {
	color:			#FEB739;
	text-decoration:	none;
}

.boek {
	width:			100%;
	background-color:	#FEF2E0;
	margin-bottom:		10px;
	padding:		5px;
}