@charset "UTF-8";
/* CSS Document */

	body { behavior:url("css/csshover.htc"); } /* behaviour script voor css hover effect in IE6 */
	
	#header {
		background:url(../gfx/bg_top_sky.gif) center bottom no-repeat;
		margin:0;
		text-align:center;
		position:relative;
		z-index:2;
	}
	
	body.vervolg #header { background:#b9d300 url(../gfx/bg_top_sky.gif) center bottom no-repeat; margin-bottom:25px; }
	
	#header_cont {
		width:945px;
		height:113px;
		margin:0 auto;
		padding:10px 0 0;
		position:relative;
	}
	
	body.vervolg #header_cont { height:auto; width:960px;}
	body.vervolg #header_top_cont { width:960px; } 	
	
	#logo {	
		display:block;
		float:left;
		width:152px;
		margin:0;
	}
	body.vervolg #logo { clear:both; }
	
	
	/* navigatie */
	div#navbar {
		float:right; 
		height:32px;
		padding:0;
		margin:40px 0 0; 
		width:776px;
	}
	
	body.vervolg div#navbar { margin:13px 0 0; float:left; width:auto; }
	
	ul#nav {
		line-height:1.0;
		float:left;
	}
	
	ul#nav, ul#nav * {
		margin:0;
		padding:0;
		list-style:none;
		text-align:left;
	}
	
		ul#nav li.divider { 
			display:block;
			width:2px;
			padding:8px 2px 10px 6px;
			line-height:14px;
			background:transparent url(../gfx/hor_divider.png) no-repeat 3px 50%;
		}
		
		ul#nav li a.navitem {			
			margin:0; 
			float:left;
			height:32px;
		}
		
		/* OFF STATE */
		li#nav_home a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -1px 0; width:60px; } 
		li#nav_luister a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -69px 0; width:75px; }
		li#nav_muziek a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -145px 0; width:76px; }
		li#nav_acties a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -222px 0; width:71px; }
		li#nav_entertainment a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -294px 0; width:120px; }
		li#nav_shop a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -414px 0; width:65px; }
		li#nav_nieuwsbrief a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -480px 0; width:99px; }
		li#nav_oversky a.navitem  { background:url(../gfx/nav_sprite.png) no-repeat -586px 0; width:128px; }
	
		/* ON STATE */
		li#nav_home a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -1px -32px; width:60px; } 
		li#nav_luister a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -69px -32px; width:75px; }
		li#nav_muziek a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -145px -32px; width:76px; }
		li#nav_acties a.navitem.current { background:url(../gfx/nav_sprite.png) no-repeat -222px -32px; width:71px; }
		li#nav_entertainment a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -294px -32px; width:120px; }
		li#nav_shop a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -414px -32px; width:65px; }
		li#nav_nieuwsbrief a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -480px -32px; width:99px; }
		li#nav_oversky a.navitem.current  { background:url(../gfx/nav_sprite.png) no-repeat -586px -32px; width:128px; }
		
		/* HOVER STATE */
		li#nav_home a.navitem:hover, li#nav_home a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -1px -64px; width:60px; } 
		li#nav_luister a.navitem:hover, li#nav_luister a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -69px -64px; width:75px; }
		li#nav_muziek a.navitem:hover, li#nav_muziek a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -145px -64px; width:76px; }
		li#nav_acties a.navitem:hover, li#nav_acties a.navitem.open { background:url(../gfx/nav_sprite.png) no-repeat -222px -64px; width:71px; }
		li#nav_entertainment a.navitem:hover, li#nav_entertainment a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -294px -64px; width:120px; }
		li#nav_shop a.navitem:hover, li#nav_shop a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -414px -64px; width:65px; }
		li#nav_nieuwsbrief a.navitem:hover, li#nav_nieuwsbrief a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -480px -64px; width:99px; }
		li#nav_oversky a.navitem:hover, li#nav_oversky a.navitem.open  { background:url(../gfx/nav_sprite.png) no-repeat -586px -64px; width:128px; }
		
		
		
		ul#nav li a.navitem span {		
			display:none;
		}
			
		ul#nav li {
			float:left;
			position:relative;
		}
		
		ul#nav li:hover { visibility:inherit; } /* fixes IE7 'sticky bug' */	
		
		ul#nav li div.top_subnav {
			display:none;
			margin:0;
			padding:0;
			position:absolute;
			top:32px;
			left:0;
			width:184px;
			height:10px;
			background:url(../gfx/subnav_top.png) no-repeat;
		}
	
		ul#nav li ul { 
			display:none;
			margin:0;
			position:absolute;
			top:41px;
			left:0;
			width:164px;
			padding:5px 10px;
			background:url(../gfx/subnav_bottom.png) no-repeat bottom center;
		}
		
		ul#nav li ul li a {
			display:block;
			background:url(../gfx/bg_sub_li.gif) no-repeat 0 0;
			font:normal 13px/14px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
			color:#132664;
			text-decoration:none;
			width:148px;
			height:14px;
			padding:7px 2px 7px 14px;
		}
		
		ul#nav li ul li a:hover {
			background:url(../gfx/bg_sub_li.gif) no-repeat 0 -28px; 
			text-decoration:underline; 
		}
	
	
		ul#nav li:hover div, ul#nav li:hover ul { display:block; }
			
		
	/*Zoeken */
		*:focus { outline:0; }
		
		form#zoekForm {
			display:block;
			width:185px;
			height:23px;
			padding:5px 5px 6px 5px;
			margin:0;
			overflow:hidden;
			float:right;
			background:transparent url(../gfx/bg_cont_zoeken.png) no-repeat;
		}
		
		body.vervolg form#zoekForm { background:none; }
		div#zoekveld { 
			float:left;
			height:23px;
			width:124px;
			background:url(../gfx/bg_inputzoek.png) no-repeat 0 50%;
		}
		
		div#zoekveld input#q { 
			width:96px;
			height:15px;
			font:normal 11px/14px Arial;
			color:#6681d7;
			border:0;
			padding:inherit;
			margin:4px 8px 1px 20px;	
		}
		
		form#zoekForm input#submit {
			margin:1px 0 0 5px;
			color:#fff;
			height:22px;
			width:53px;
			border:0;
		}
