div{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font:11px Trebuchet MS,Helvetica,Verdana;
	color:#fff;
	background:#fff;
}

#container{
	width:973px;
	margin:0 auto;
	margin-top:30px;
	background-color:#2b3138;
}

#placeholder{
	width:973px;
	margin:0 auto;
	margin-top:30px;
}

	#header{
		float:left;
		width:973px;
	}
		
		#taal {
			position:relative;
			float:left;
			width:75px;
			height:28px;
			padding-left:310px;
		}
		
		#menu{
			float:left;
			width:100%;
			height:44px;
			
		}
		#menu ul{
			margin:0;
			padding:0;
		}
		#menu li{
			margin:0;
			padding:0;
			display:inline;
		}
		#menu li a{
			float:left;
			color:#fff;
			width:123px;
			height:36px;
			padding-left:24px;
			padding-top:4px;
			font-size:13px;
			font-weight:bold;
		}
		#menu li a:hover{
			color:#c0c0c0;
		}
		
		.tab1{
			background:url(../images/menu_tabs.gif) no-repeat 0px 0px #fff;
		}
		.tab2{
			background:url(../images/menu_tabs.gif) no-repeat 0px -44px #fff;
		}
		.tab3{
			background:url(../images/menu_tabs.gif) no-repeat 0px -88px #fff;
		}
		.tab4{
			background:url(../images/menu_tabs.gif) no-repeat 0px -132px #fff;
		}
		
		.jaar{
			font-style:italic;
			font-size:11px;
		}
		
	#content{
		float:left;
		width:933px;
		padding:20px;
		background:url(../images/content_bg.gif) no-repeat right top ;
	}
		#submenu{
			float:left;
			width:130px;
			height:178px;
			color:#fff;
			font-size:12px;
			font-weight:bold;
			padding:20px;
			padding-top:10px;
			background:url(../images/submenu_bg.gif) no-repeat;
		}
		#submenu ul{
			margin:0;
			padding:0;
		}
		#submenu li{
			color:#fff;
			list-style:none;
		}	
		#submenu li a{
			color:#fff;
		}	
		#submenu li a:hover, #submenu li a.actief{
			color:#c0c0c0;
		}
		
		
		#tekst{
			float:left;
			width:388px;
			padding-left:30px;
			padding-right:30px;
		}
		
		#afbeelding{
			float:left;
			font-size:14px;
			text-align:right;
		}
			#afbeelding img{
				border:4px solid #000;
			}
		
			#afbeelding a{
				color:#fff;
				float:left;
				width:18px;
				margin:0;
				text-align:center;
				margin-left:5px;
			
			}
			#afbeelding a:hover,#afbeelding a.actief{
				background:#000;
			}
			
	#footer{
		float:left;
		width:973px;
		height:116px;
		background:url(../images/footer.gif) no-repeat bottom;
	}

#clearer {
	clear: both; 
	line-height:0; 
	height: 0; 
	float: none;
		background-color:#2b3138;
}

/*************************************************
	 CONTENT STYLES
**************************************************/

h1{
	font-size:40px;
	color:#fff;
}

h2{
	color:#fff;
}

h3{
	font-size:14px;
	color:#006594;
}

h4{
	font-size:12px;
	color:#CBB676;
}

h5{
	font-size:12px;
	color:#006594;
}

a{
	color:#c0c0c0;
	text-decoration:none;
}

input[type=text]{
	width:90%;
	padding:5px;
	font-size:12px;
	color:#006594;
	font-style:italic;
	border:1px solid #bfd8e5;
	background:#fff;
}

input[type=submit]{
	color:#fff;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	border:1px solid #00537c;
	background:#006495;
}