html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#container {
	background: url(../images/bg.jpg) repeat;
	margin: 0 auto;
	width: 800px;
	margin-top: 20px;
	/*background: #fff;*/
}

#header {
	width: 800px;
	height: 80px;
	background: #fff;
}

	#wrapper {
		width: 137px;
		height: 58px;
		float: left;
		margin: 5px 0 0 10px;
	}
	
h1 {
	color:#009933;
	font-family:Garamond;
	font-size:65px;
	font-weight:bold;		
}

h2 {
	color:#009933;
	font-size:20px;
	font-weight:bold;
}

h3 {
	color:#009933;
	font-size:15px;
	font-weight:bold;
}
	
#menu {
	width: 800px;
	height: 30px;
	background-color: #eeeeee;
}

	dt {
		display: none;
	}
	
	#menu li {
		display: inline;		
		margin-left: 10px;
		line-height: 28px;
	}		
	
	#menu li a {
	    font-size: 14px;
		font-weight: bold;
		color: #006699;
		text-decoration: none;
	}
	
	#menu li a:hover {
		text-decoration: underline;
	}
	
#content {
	width: 760px;
	min-height: 600px;
	padding: 20px;
}

	#content .tab {
		margin-left: 15px;
	}

#ijzer1 {	
	width: 300px;
	float: left;	
	height: 245px;
	margin-right: 30px;
	background: url(../images/yzer3.jpg) no-repeat;	
}

#ijzer2 {	
	width: 300px;
	float: left;
	height: 245px;
	background: url(../images/yzer1.jpg) no-repeat;	
}

#ctp {
	width: 89px;		
	height: 89px;
	background: url(../images/ctp_logo.jpg) no-repeat;
}

#footer {
	margin: 0 auto;
	width: 800px;
	height: 30px;
	background-color: #eeeeee;
}

	#footer .text {
		font-size: 10px;
		text-align: center;
		color: #9b9b9b;
		line-height: 30px;
	}
	
	#footer a {
		text-decoration: none;
		color: #9b9b9b;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color: #1c561c;
	}



