#header{
		height:430px;
		/*background-image:url(../images/groot.jpg);*/
		background-repeat:no-repeat;
		clear:both;
		position: relative;
	}
		
		#header #sale{
			width:288px;
			height:132px;
			background:url(../images/action_background2.png);
			background-repeat:no-repeat;
		/*	margin-left:40px;
			margin-top:160px;*/
			position:relative;
			top: -285px;
			left: 560px;
			text-align:center;
			padding-left:50px;
			padding-right:50px;
			z-index:4;
		}
		
			#header #sale h2{
				border-bottom:1px solid #F47421;
				margin-bottom:10px;
                font-size:36px;
			}
			
			#header #sale a{
				color:#FFF;
				text-decoration:none;
			}
			
			#header #sale a:hover{
				color:#F47421;
			}
            
            #header #sale h3{
                font-size:18px;
                text-align:left;
                color:#FFF;
                margin-bottom:10px;
            }
			
			#header #sale p{
				text-align:left;
				color:#FFF;
			}
	
		#header #line{
			background-color:#000000;
			height:3px;
			overflow: hidden; 
			filter:alpha(opacity=50);
			opacity: 0.5;	
		}
		
	#submenu{
		background-image:url(../images/submenu_background.jpg);
		background-repeat:repeat-x;
		height:80px;
		width:960px;
	}
	
		#submenu li{
			width:192px;
			height:80px;
			float:left;
		}
		
			#submenu li a{
				display:block;
				width:192px;
				height:55px;
				padding-top:25px;	
				text-decoration:none;
				font-weight:bold;
				border-right:1px #dfdfdf solid;
				color:#4b4b4b;
				text-align:center;
			}
			
			#submenu li ul{
				display:none;
				height:103px;
				width:192px;
				z-index:100;
				position:absolute;
				margin-top:-190px;
				margin-left:0;
				background-image:url(../images/submenu_corners.png);
				background-repeat:no-repeat;
			}
				#submenu li ul li{
					height:103px;
					width:192px;
					background-color:#F1F1F1;
					margin-top:7px;
				}		
				
					#submenu li ul li a{
						display:inline;
						border:none;
					}
					
					#submenu li ul li p{
					padding:0px 15px 0px 15px;
					margin-bottom:5px;
					}
		
		#submenu .last{
			border-right:none;
		}
		
		
		#actiebutton{
			width:203px;
			height:200px;
			position: absolute;
			top:235px;
			right:-60px;
			z-index: 4;
			/*display:none;*/

		}

