@charset "utf-8";

/* CSS Document */

.link2:link { color: #000000; text-decoration: none; }
.link2:visited { color: #000000; text-decoration: none; } 
.link2:hover {	color: #716c72;	text-decoration: none;}
.link2:active { text-decoration: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6f6a71;
	margin: 0px;
	padding: 0px;
} 

#container {
	background-color: #FFFFFF;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#banner {
	width: 1024px;
	height: 277px;
	left: 0px;
	top: 0px;
	position: relative;
	visibility: visible;
	z-index:1;
}

#content {
	width: 1024px;
	height: 900;
	background-repeat: repeat-y;
	position: relative;
	visibility: visible;
	z-index:2;
}


#footer {
	width: 1024px;
	height: 277px;
	left: 0px;
	top: 0px;
	position: relative;
	visibility: visible;
	z-index:3;
}

#buttons {
	visibility: visible;
	position: absolute;
	width:151px;
	height:410px;
	z-index:10;
	left: 10px;
	top: 1px;
}

#tekstcontent {
	visibility: visible;
	position: absolute;
	width:841px;
	height:356px;
	z-index:6;
	left: 168px;
	top: 279px;
}

.Voorpaginatekst {
	font-size: 50px;
	font-weight: bolder;
}

.Voorpaginatekst2 {
	font-size: 70px;
	font-weight: bolder;
}

.h1 {
	font-weight: bold;
}
