	#teaser_blok{
		position: relative;
	}
	
		#specials{
		margin-right: 26px;
		}
		
		#specials dt{
			display: none;
		}
		
		#specials ul{
			list-style: none;
		}
		
		#specials ul li{
			min-height: 20px;
			line-height: 20px;
			border-top: 1px solid #137b02;
			font-size: 11px;
		}
		
		#specials ul li.specials_first{
			border-top: none;
		}
		
		#specials ul li a{
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
		}
			
		#specials ul li a:hover{
			text-decoration: underline;
		}
		
		/* Easy Slider */
		
			#slider{
			
			}	
			
			#slider ul, #slider li{
				margin:0;
				padding:0;
				list-style:none;
				position: relative;
			}
				
			#slider li{ 
				/* 
					define width and height of list item (slide)
					entire slider area will adjust according to the parameters provided here
				*/ 
				width:640px;
				height:240px;
				overflow:hidden; 
			}
			
				#slider li img{
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
				}
				
				#slider li .title_txt,
				#slider li .title_txt .actie_title,
				#slider li .intro_txt,
				#slider li a{
					position: absolute;
					z-index: 2;
				}
				
				
				#slider li .title_txt{
					bottom: 0px;
					right: 0px;
					height: 41px;
					width: 640px;
					background: #252525;

				}
					
				
					#slider li .title_txt .actie_title{
						line-height: 41px;
						color: #FFF;
						font-size: 24px;
						font-weight: 24px;
						right: 30px;
					}
					
				#slider li .intro_txt{
					left: 8px;
					bottom: 0px;
				}
				
				#slider li .actie_intro{ 
					width: 500px;
					height: 41px;
					line-height: 41px;
					font-size: 11px;
					color: #fff;
				}
				
				#slider li a {
					bottom: 8px;
					right: 10px;
					width: 60px;
					height: 12px;
					color: #FFF;
					background:url('../gfx/btn_actie_readmore.png') no-repeat 0 0; 
					text-transform: uppercase;
					/*line-height: 20px;*/
					text-decoration: none;
					font-size: 9px;
                                        padding-top: 6px;
                                        padding-bottom: 6px;
					padding-left: 11px;
					padding-right: 0px;
				}
				
					
			#prevBtn, #nextBtn{ 
				display:block;
				width:200px;
				height:240px;
				position:absolute;
/*				top:75px;*/
				top:0px;
			}
			
			#prevBtn{
/*				right: 585px;*/
				right: 423px;
				margin-right: 10px;
			}
				
			#nextBtn{ 
				right:0;
			}
																	
			#prevBtn a, #nextBtn a{  
				display:block;
				width:200px;
				height:200px;
			}
				
			#nextBtn a{ 
				background:url('../gfx/btn_next.png') no-repeat 92.5% 50%;
			}
			
			#nextBtn a:hover{ 
				background:url('../gfx/btn_next_hover.png') no-repeat 92.5% 50%;
			}
			
			#prevBtn a{ 
				background:url('../gfx/btn_previous.png') no-repeat 0 50%;
			}
			
			#prevBtn a:hover{ 
				background:url('../gfx/btn_previous_hover.png') no-repeat 0 50%;
			}												
		
			/* // Easy Slider */
	
	
#footer_nav {
	clear: both;
	width: 872px;
	min-height: 120px;
	background: #e0f2e1;
	padding-bottom: 10px;
}
	
	#footer_nav .moduletable {
		padding: 0 10px;
	}
	
	#footer_nav li {
		list-style: none;
		background: url('../gfx/footer_nav_bullet.png') 7px 4px no-repeat;
		padding-left: 30px;
		/*height: 18px;*/
		line-height: 18px;
	}
	
	#footer_nav li a {
		color: #252525;
		font-size: 11px;
		text-decoration: none;
	}
	
	#footer_nav li a:hover {
		text-decoration: underline;
	}
	
	#footer_nav h3 {
		color: #056331;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 5px;
		border-bottom: 1px solid #056331;
		font-size: 12px;
	}

	#footer_nav #quicklinks {
		float: left;
		width: 218px;
		/*min-height: 180px;*/
	}
	
	#footer_nav #news {
		float: left;
		width: 218px;
		/*min-height: 180px;*/
	}
	
	#footer_nav #other {
		float: left;
		width: 218px;
		/*min-height: 180px;*/
	}
	
	#footer_nav #applicationforms {
		float: left;
		width: 218px;
		/*height: 211px;*/
		/*background: #4df5d7;*/
	}
