#kruimelpad {
	position: absolute;
	left: 32px;
	top: 112px;
}

#kruimelpad_right {
	position: absolute;
	right: 32px;
	top: 110px;
	text-align: right;
}

#header {
	position: relative;
	width: 1000px;
	height: 128px;
	background-repeat: no-repeat;
/*	background-position: 0px 16px;*/
}

#header_title, #header_overlay {
	position: absolute;
	top: 18px;
	left: 32px;
	color: #fff;
	font-size: 36px;
}

#header ul#primary {
	margin: 0;
	padding: 0px 0px 0px 10px;
	position: absolute;
	bottom: -1px;
	left: 22px;
	width: 900px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
	
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
/*	width: 160px;*/
	height: 19px;
	display: block;
	float: left;
	padding: 1px 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	color: #888;
	padding-left: 10px;
	padding-right: 10px;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
/*	border: 1px solid #ccc;*/
	border-bottom: none;
	background: #fff;
	margin-top: 0;
}

#header ul#primary a {
/*	background: #eee;*/
/*	border: 1px solid #ccc;*/
/*	border-bottom: none;*/
/*	border-top: none;*/
/*	border-bottom: 1px solid #ccc;	*/
}

#header ul#primary a:hover {
	color: #000;
}

#header ul#primary li#selected a {
	background: #fff;
	border-left:1px solid #1b4887;	
	border-right: 1px solid #1b4887;
	color: #000;
}

/*
	Subtabs
*/

#subtab {
	position: relative;
	width: 450px;
	height: 20px;
	border-bottom: 1px solid #a2a2a2;	
	
	z-index: 1;
}

#subtab ul#sub {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#subtab ul#sub li  {
	display: inline;
	list-style: none;
}

#subtab ul#sub a,#subtab ul#sub span,#subtab ul#sub a.current {
/*	width: 120px;*/
	height: 18px;
	display: block;
	float: left;
	padding: 1px 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	color: #888;
	
	padding-left: 10px;
	padding-right: 10px;
}

#subtab ul#sub span,#subtab ul#sub a.current,#subtab ul#sub a.current:hover {
/*	border: 1px solid #ccc;*/
	border-bottom: none;
	background: #fff;
	margin-top: 0;
}

#subtab ul#sub a {
/*	background: #eee;*/
/*	border: 1px solid #ccc;*/
/*	border-bottom: none;*/
/*	border-top: none;*/
/*	border-bottom: 1px solid #ccc;	*/
}

#subtab ul#sub a:hover {
	color: #000;
}

#subtab ul#sub li#selected a {
	background: #fff;
	border: 1px solid #a2a2a2;
	border-bottom: none;

	color: #000;
}

#subtab_blad_holder {
	position: relative;
	display: block;
/*	width: 605px;*/
	width: 100%;
	background-color: #e9e9e9;
	border-top: 1px solid #a2a2a2;
	margin-top: -1px;
}

#subtab_blad {
	background-color: #e9e9e9;
		
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	position: relative;
	padding-left: 32px;
	width: 593px;
	
	padding-top: 10px;
	padding-bottom: 20px;
		
	display: block;
	

	border-top: 1px solid #a2a2a2;
	margin-top: -1px;	
}
