body{
	background-color: #999900;
	overflow: hidden;
}
a {
	color: #FFFFFF;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
.knop{
	border: solid 3px #FFFFFF;
	width: 125px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-color: #FFFFFF;
	padding-top: 4px;
}
a:hover .knop{
	background-color: #999999;
}
.submenu{
	font-size: 13px;
	text-align: left;
	margin: 0 auto;
	border: solid 0px #000000;
	width: 115px;
}

.mainContainer{
	border: solid 0px #000000;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
	.headerContainer{
		border: solid 0px #000000;
		width: 100%;
		height: 111px;
		background-image: url('../images/bgheader.JPG');
		text-align: center;
	}
	.headerImage{
		margin: 0 auto;
	}
	.contentContainer{
		border-top: solid 3px #FFFFFF;
		position: absolute;
		left: 0px;
		bottom: 0px;
		top: 135px;
		width: 100%;
		height: 100%;
	
	}
			.menu{
				border-right: solid 3px #FFFFFF;
				width: 150px;
				text-align: center;
				background-color: #999966;
				height: 3000px;
			}
			.content{
				border: solid 0px #000000;				
				position: absolute;
				left: 156px;
				right: 330px;
				top: 0px;
				overflow: auto;
				padding-left: 10px;
				padding-top: 5px;
				padding-right:10px;
			}
				.textContainer{
					border: solid 0px #000000;
					overflow: auto;
					height: 515px;
				}
		.imagesRight{
			border: solid 0px #FFFFFF;
			width: 325px;
			height: auto;
			position: absolute;
			right: 0px;
			top: 0px;
		}

