body{
	margin:0px;
	background-image:url(/images/bg_img.jpg);
	font-size:12px;
	font-family:Trebuchet MS, trebuchet ms, trebuchet, Arial, Helvetica, sans-serif;
}

	#master-table{
		width:1284px;
		margin-left:auto;
		margin-right:auto;
	}

	#table-content{
		background-image:url(/images/img_content_home.png);
	}

	#table-content-news{
		background-image:url(/images/img_content_nieuws.png);
	}

	#table-content-team{
		background-image:url(/images/img_content_team.png);
	}


		#nieuws_entires{
			margin-top:80px;
		}

		#nieuws_entires td{
			color:#ff0000;
		}

		#nieuws_entires a{
			padding-left:10px;
			color:#000000;
			text-decoration:none;
		}

		#nieuws_entires a:hover{
			text-decoration:underline;
		}

		#nieuws_entires .selected{
			font-weight:bold;
			text-decoration:underline;
		}

		.news_date{
			display:block;
			margin-top:5px;
			margin-left:10px;
		}

		.news_header{
			margin-top:15px;
			margin-left:10px;
			font-size:18px;
			margin-bottom:15px;
		}

		.news_content{
			margin-top:40px;
			margin-left:10px;
			height:350px;
			overflow-y:auto;
		}

	#table-content-auto{
		background-image:url(/images/img_content_auto.png);
	}

	a img{
		border:0px;
	}

	table td{
		vertical-align:top;
	}

	#div-content{
		width:800px;
		height:500px;
		overflow-x:hidden;
		overflow-y:auto;
		position: relative;
	}

		#book-left{
			padding-left:45px;
			width:330px;
		}

		#book-right{
			width:330px;
			padding-left:50px;
		}

		#book-bottom{
			background-image:url(/images/img_bottom.png);
		}

		#book-bottom img{
			margin-top:35px;
			margin-left:100px;
			margin-right:175px;
		}


