#header{
	position: relative;
	margin: 0px -40px 0px -40px;
	padding: 0;
	height: 205px;
	clear: both;
	background: url('/css/header/geert1/head_background.gif') no-repeat top;
}

#header H1{
	float: left;
}

#promobox,
#loginbox,
#gotdbox {
	position: absolute;
	top: 75px;
	color: #003d4c;
	width: 242px;
}

#loginbox{
	top: 82px;
	left:77px;
}

#gotdbox {
	left: 600px;
	height: 100px;
	padding-left: 10px;
	border-left: solid 1px black;
	width: 220px;
}

#promobox {
	left: 329px;
	height: 100px;
	width: 252px;
	border-left: solid 1px black;
	padding-left: 10px;
}

#loginbox input {
	height: 13px;
}

#loginbox input {
	width: 75px;
}

#loginbox #signupbutton,
#loginbox #loginbutton,
#loginbox #logoutbutton {
	margin-top: 1px;
	height: 17px;
}

#menu{
	background: top left;
	width: 139px;
	overflow:visible;
	float: left;
	margin-bottom: 20px;
}

#menu_top{
	background: url('/css/header/geert1/navigation_top.jpg') repeat;
	position: relative;
	height: 3px;
	position:relative
	}
	
#menu_middle{
	background: repeat-y url('/css/header/geert1/navigation_middle.jpg');
	position: relative;
	width:119px;
	overflow: visible;
	padding: 40px 0px 20px 20px;
	}
	
#menu_bottom{
	background: url('/css/header/geert1/navigation_top.jpg') no-repeat;
	height: 3px;
	width: 140px;
	position: relative;
	overflow:visible;
	}
	

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url('/css/images/arrow.gif');
}

#menu ul li a{
	text-decoration: none;
}

#bubbles_blue {
	z-index: 75;
	position: absolute;
	top: 122px;
	left: -30px;
	width: 186px;
	height: 127px;
	background: url('/css/images/bubbles_blue_bert.png') center center no-repeat;
	/* ie png hack, verberg niet transparante png, letop png moet even groot zijn als de div.
	   ie gebruikt filter (whis.png dus) en mozilla de standaard (bert.png), anders zijn de kleuren verschillend :s */
	*background-image: none;	
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/css/images/bubbles_blue_whis.png', sizingMethod='scale'); 	
	
}

#blueline {
	z-index: 25;
	position: absolute;
	top: 203px;
	right: 0px;
	height: 21px;
	background-color: #277dac; /* whis: ps 3087b4, ie 1e71a3. bert: ps 277dac, ie 1e71a3 */
	width: 800px;
}

#blueline .searchbox {
	float: right;
	z-index:30;
	position:relative;
}

#blueline .searchbox form {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: right;
	z-index:2000;
}

#blueline .searchbox #searchbutton {
	background: url('/css/header/geert1/search.gif') center no-repeat;
	border: 0px;
	width: 21px;
	background-color: transparent;
	cursor: pointer;
	height: 17px;
	margin-right: 2px;
	z-index:2000;
}

#blueline .searchbox #searchfield {
	background:#73c0dc;
	width: 80px;
	border: 1px solid #004c8f;
	margin-top: 2px;
	*margin-top: 1px;
	margin-right: 2px;
	z-index:2000;
}

#blueline .breadcrumbsbox {
	float: left;
	color: #73c0dc;
	margin-left: 155px;
	margin-top: 3px;
	z-index:2000;
}

#blueline .breadcrumbsbox a
{
	color: #73c0dc;
}

#bubbles_topright {
	z-index: 100;
	position: absolute;
	width: 105px;
	height: 89px;
	background: url('/css/images/bubbles_topright.png') center center no-repeat;
	top: 0px;
	left: 736px;
	/* ie png hack, verberg niet transparante png, letop png moet even groot zijn als de div. */
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/css/images/bubbles_topright.png', sizingMethod='scale'); 	
	
}

#bubbles_topleft {
	z-index: 100;
	position: absolute;
	width: 85px;
	height: 87px;
	background: url('/css/images/bubbles_topleft.png') center center no-repeat;
	top: 158px;
	left: -25px;
	/* ie png hack, verberg niet transparante png, letop png moet even groot zijn als de div. */
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/css/images/bubbles_topleft.png', sizingMethod='scale'); 	
}

#bubbles_menu {
	z-index: 2000;
	position: relative;
	width: 46px;
	height: 52px;
	left: 105px;
	top:-30px;
	background: url('/css/images/bubbles_menu.png') center center no-repeat;
	/* ie png hack, verberg niet transparante png, letop png moet even groot zijn als de div. */
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/css/images/bubbles_menu.png', sizingMethod='scale'); 	
}
