* { -moz-box-sizing: content-box; }

body {
		font: 12px/17px "Times New Roman", Times, serif;
		text-align: center; /* for IE */
		margin: 0;
	}
	
	#container {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */

		/* border: 2px solid #000; */
		width: 975px;
	}
	
	#menu {
	position:relative;
	margin-left: 162px;
	height: 98px;
	width: 813px;
	}
	
		#menu-rechts {
		position:absolute;
		width:298px;
		height:98px;
		left: 515px;
		}
		
		#menu-balk {
		position:absolute;
		top: 65px;
		width:515px;
		height:23px;
		left: 0px;
		}
	
	#header-img {
	margin-left: 162px;
	height: 116px;
	width: 813px;
	}
	
	#content-container {
	margin-left: 162px;
	width: 813px;
	}
	
		#content-links {
		float: left;
		margin-top: 30px;
		width: 352px;
		}
	
		#content-rechts {
		float: right;
		margin-top: 30px;
		width: 461px;
		}
		
		#contentf-links {
		float: left;
		margin-top: 30px;
		width: 301px;
		}
	
		#contentf-rechts {
		float: right;
		margin-top: 30px;
		width: 512px;
		}
	

/* MENU */
.button1 a { display: block; float: left; width: 132px; height: 23px; background: transparent url(img/but1a.gif) no-repeat; }
.button1 a:hover { background-position: 0 -23px; }
.button1a a { display: block; float: left; width: 80px; height: 38px; background: transparent url(../img/btn-home.gif) no-repeat; background-position: 0 -38px; }

.button2 a { display: block; float: left; width: 78px; height: 23px; background: transparent url(img/but2a.gif) no-repeat; }
.button2 a:hover { background-position: 0 -23px; }
.button2a a { display: block; float: left; width: 80px; height: 38px; background: transparent url(../img/btn-home.gif) no-repeat; background-position: 0 -38px; }

.button3 a { display: block; float: left; width: 137px; height: 23px; background: transparent url(img/but3a.gif) no-repeat; }
.button3 a:hover { background-position: 0 -23px; }
.button3a a { display: block; float: left; width: 80px; height: 38px; background: transparent url(../img/btn-home.gif) no-repeat; background-position: 0 -38px; }

.button4 a { display: block; float: left; width: 77px; height: 23px; background: transparent url(img/but4a.gif) no-repeat; }
.button4 a:hover { background-position: 0 -23px; }
.button4a a { display: block; float: left; width: 80px; height: 38px; background: transparent url(../img/btn-home.gif) no-repeat; background-position: 0 -38px; }

.button5 a { display: block; float: left; width: 91px; height: 23px; background: transparent url(img/but5a.gif) no-repeat; }
.button5 a:hover { background-position: 0 -23px; }
.button5a a { display: block; float: left; width: 80px; height: 38px; background: transparent url(../img/btn-home.gif) no-repeat; background-position: 0 -38px; }


/* OPMAAK VOOR IMAGES */
	img {border: 0;}
	img#logo { float:left; }
	img#titel { position: relative; top: 0px; left: 0px; }
	img#plaatjelinks { position: relative; top: 48px; left: 0px; }

/* OPMAAK VOOR TEKSTEN */
.grijs { color: #9d9c9c; }
.donkergrijs { color: #232323; }
.blauw { color: #7896c6; }

.kopje { font: 14px "Times New Roman", Times, serif; color: #7896c6; }

/* OPMAAK VOOR HYPERLINKS */

a:link { color: #7896c6; }
avisited { color: #303030; }
a:hover { color: #7896c6; text-decoration: none; }
a:active { color: #616161; }


a.zwart:link { color: #303030; }
a.zwart:visited { color: #303030; }
a.zwart:hover { color: #616161; text-decoration: none; }
a.zwart:active { color: #616161; }

a.blauw:link { color: #7896c6; }
a.blauw:visited { color: #303030; }
a.blauw:hover { color: #7896c6; text-decoration: none; }
a.blauw:active { color: #616161; }

