body, input, select, textarea, td, th {
   color:#333;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   }
   
body {
	background:#999;
	border: 0;
	margin: 0;
	padding: 0;
	cursor:default;
}
  

form,
p,
h1,h2,h3,h4,h5,h6,
img
{
	margin:0;
	border:0;
	padding:0;
}


b,strong{font-weight:bold;}


h1{
	color:#666666;
	font-size:14px;
	margin:0 0 8px 0;
}
h2{
	color:#666666;
	font-size:12px;
}
h3{
	color:#666666;
	font-size:11px;
}

ul,
ol,
li{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	color:#0089a5;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
}
a:hover{

}


/* 
* BASE ==========================================
*/


div#base{
	position:relative;
	background-color:#999;
	min-width:970px;
	text-align:center;
	}
	div#base-header{
		position:relative;
		margin:0 auto;
		width:970px;
		height:250px;
		text-align:left;
		z-index:11;
		background:#999 url(/images/bg-header.gif) 0 0 repeat-y;
	}
	div#base-content{
		position:relative;
		margin:0 auto;
		width:970px;
		min-height:500px;
		text-align:left;
		z-index:10;
		background:#999 url(/images/bg-content.gif) 0 0 repeat-y;
		}
	div#base-footer{
		margin:0 auto;
		width:970px;
		height:42px;
		text-align:left;
		overflow:hidden;
		background:#999 url(/images/bg-footer.gif) 0 0 repeat-y;
	}
/* SAFARI */
/*\*/
html>body * #base-content{width:970px;}
/**/



br.cl{clear:both;margin-top:-1.2em;font-size:0;}


/* 
*  HEADER ============================================
*/
	div#base-header div#top_banner{
		position:absolute;
		left:9px;
		top:60px;
		width:950px;
		height:150px;
		/*
		background:#fff url(/images/top-banners/banner_01_950_150.jpg) 0 0 no-repeat;
		*/
	}
	div#base-header div#logo{
		position:absolute;
		left:20px;
		top:8px;
		
		}
		div#base-header div#logo h1 a{
			display:block;
			overflow:hidden;
			text-indent:-10000px;
			width:312px;
			height:60px;
			background:transparent url(/images/logo.gif) 0 0 no-repeat;	
		}
	div#base-header div#navi{
		position:absolute;
		left:9px;
		top:210px;
		height:40px;
		width:950px;
		background:transparent url(/images/bg-nav.gif) 0 0 repeat-x;	
		}
		div#base-header div#navi ul#nav{
			padding-left:20px;
		}
		div#base-header div#navi ul li {
			float:left;
			padding-top:2px;
			}
			div#base-header div#navi ul li a{
				display:block;
				height:30px;
				text-indent:-20000px;
				overflow:hidden;			
				}
				div#base-header div#navi ul li a.home{
					background:url(/images/nav/home.gif) 0 0 no-repeat;
					width:57px;
				}
				div#base-header div#navi ul li a.nieuws{
					background:url(/images/nav/nieuws.gif) 0 0 no-repeat;
					width:85px;
				}
				div#base-header div#navi ul li a.geuren{
					background:url(/images/nav/geuren.gif) 0 0 no-repeat;
					width:85px;
				}
				div#base-header div#navi ul li a.cosmetica{
					background:url(/images/nav/cosmetica.gif) 0 0 no-repeat;
					width:105px;
				}
				div#base-header div#navi ul li a.huidverzorging{
					background:url(/images/nav/huidverzorging.gif) 0 0 no-repeat;
					width:138px;
				}
				div#base-header div#navi ul li a.make-up{
					background:url(/images/nav/make-up.gif) 0 0 no-repeat;
					width:97px;
				}
				div#base-header div#navi ul li a.haarverzorging{
					background:url(/images/nav/haarverzorging.gif) 0 0 no-repeat;
					width:139px;
				}
				div#base-header div#navi ul li a.vacatures{
					background:url(/images/nav/vacatures.gif) 0 0 no-repeat;
					width:100px;
				}
				div#base-header div#navi ul li a.contact{
					background:url(/images/nav/contact.gif) 0 0 no-repeat;
					width:90px;
				}


/* 
*  CONTENT ============================================
*/
	div#base-content div#columns{
		float:left;
		margin:20px 40px 0 30px;
		width:900px;
		}
		div#columns div#content{
			float:left;
			width:660px;
		}
		div#columns div#banner{
			position:relative;
			float:left;
			width:240px;
			text-align:right;
		}
	
/* 
*  NEWS ============================================
*/
	
	div.news-item{
		width:660px;
		margin-bottom:20px;
		}
		div.news-item div.image {
			width:200px;
			height:150px;
			overflow:hidden;
			border:1px solid #0089a5;
			float:left;
			margin-right:10px;
			text-align:center;
			}
			div.news-item div.image img{
				width:200px;
			}
		div.news-item div.intro {
			width:430px;
			float:left;
			text-align:justify;
			line-height:18px;
			padding-top:5px;
			}
			div.news-item div.intro.welcome {
				width:640px;
			}
			div.news-item div.intro a{
				text-decoration:underline;
			}
			div.news-item h2{
				height:17px;
				margin-bottom:5px;
				overflow:hidden;
			}
	
	
/* 
*  BRANDS ============================================
*/
	div.brands{
		margin-right:-10px;
	}
	div.brands a{
		border:1px solid #135c84;
		background-color:#fff;
		margin-right:10px;
		margin-bottom:10px;
		display:block;
		float:left;
	}
	
	
	
	
	