/* Algemeen */

	body {
		font: 12px/18px arial;
		color: #000;
		background: #8b8c8b url(../images/shared/bg_body.jpg) repeat-x;
		text-align: left;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	a img {
		border: 0px;
	}

	h1 {
		font: bold 14px arial;
		color: #2856A1;
		margin-top: 0px;
	}

	td {
		vertical-align: top;
		font: 12px/18px arial;
	}

	p {
		margin: 0px 0px 10px 0px;
	}

	a, a:visited {
		color: #000;
	}

/* Template */

	div.center-container
	{
		width: 100%;
		height: 677px;
		margin-top: 20px;
		/*top: 50%;
		position: absolute;
		margin-top: -339px;*/
		text-align: center;
	}

	div.container {
		width: 1026px;
		height: 677px;
		margin: 0px auto;
		background: url(../images/shared/bg_container.gif);
		text-align: left;
	}

	div.menu-home {
		width: 525px;
		margin: 0px auto;
		text-align: center;
	}

	div.menu {
		width: 670px;
		margin: 0px auto;
		text-align: center;
	}

		a.menu, a.menu:link, a.menu:visited {
			width: 157px;
			height: 23px;
			display: block;
			float: left;
			padding-top: 2px;
			margin: 10px 5px 0px 5px;
			font-weight: bold;
			font-size: 13px;
			color: #fff;
			text-decoration: none;
			background: url(../images/shared/btn_menu_off.gif) no-repeat;
		}

		a.menu:hover, a.menu-active, a.menu-active:link, a.menu-active:visited {
			width: 157px;
			height: 23px;
			display: block;
			float: left;
			padding-top: 2px;
			margin: 10px 5px 0px 5px;
			font-weight: bold;
			font-size: 13px;
			color: #fff;
			text-decoration: none;
			background: url(../images/shared/btn_menu_on.gif) no-repeat;
		}

	div.content {
		width: 950px;
		margin: 0px auto;
		padding-top: 30px;
		text-align: left;
		clear: both;
	}

	p.loading {
		margin-top: 250px;
		font-weight: bold;
		text-align: center;
	}

	div.de-keten{
		width: 950px;
		height: 450px;
		background-repeat: no-repeat;
	}

	div.de-keten-text{
		position: absolute;
		width: 200px;
		height: 400px;
		margin-left: 20px;
		margin-top: 20px;
		color: #fff;
		line-height: 17px;
	}

		div.de-keten-text h1{
			color: #fff;
			font-size: 20px;
			font-weight: normal;
		}

	div.de-keten-menu{
		position: absolute;
		width: 200px;
		height: 400px;
		margin-left: 750px;
		margin-top: 150px;
		color: #fff;
	}

		div.de-keten-menu a{
			display: block;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			margin-bottom: 20px;
			color: #000;
		}

		a.de-keten-clock{
			display: block;
			position: absolute;
			margin-left: 275px;
			width: 450px;
			height: 450px;
		}

		div.de-keten-menu a.active{
			color: #2d569f;
		}
