/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header {
	z-index				: 10;	
}

#header .container {
	height				: auto;
	min-height			: 482px;
}


/* --------------------------------	*/
/* logo's						 	*/
/* --------------------------------	*/
#header #logos {
	padding				: 281px 0 0 0;
	background			: url(../img/header/home.jpg) no-repeat left top;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content {
	float				: none;
	width				: 225px;
	padding				: 0 0 20px 20px;
	font-size			: 1.2em;
	line-height			: 1.7em;
	color				: #FFF;
}

#content h1 {
	margin				: 0 0 5px 0;
	font-size			: 1.5em;
	color				: #FFF;
}

#content a 			{ color: #FFF; }
#content a:hover 	{ color: #000; }

/* iwes opmaak */
#content .iwes a:visited 	{ color: #FFF; }


/* --------------------------------	*/
/* externe links			 		*/
/* --------------------------------	*/
#extern {
	float				: left;
	position			: relative;
	left				: 0;
	bottom				: 0;
	margin-top			: -19px;
	padding				: 0 16px 0 0;
}

#extern li {
	margin				: 0 0 8px 0;
	padding				: 87px 0 0 0;
	background			: url(../img/extern-home.png) no-repeat;
}

#extern li.discount 		{ background-position: left top; }
#extern li.kantoorartikel 	{ background-position: left -87px; }


/* --------------------------------	*/
/* laatste nieuws				 	*/
/* --------------------------------	*/
#laatste-nieuws {
	float				: left;
	width				: 473px;
	padding				: 20px 7px;
	background			: url(../img/laatste-nieuws-home-bg.png) no-repeat left top;
}

#laatste-nieuws h2 {
	padding				: 0 0 0 10px;
	text-align			: left;
}

#laatste-nieuws ol {
	overflow			: hidden;
}

#laatste-nieuws li {
	display				: inline;
	float				: left;
	width				: 175px;
	margin				: 0 5px; 
}


/* --------------------------------	*/
/* tags							 	*/
/* --------------------------------	*/
#tags {
	float				: right;
	width				: 215px;
	padding				: 20px 0 10px 15px;
}

#tags h2 {
	margin				: 0 0 15px 0;
	font-size			: 2em;
	line-height			: normal;
	color				: #e3006a;
}

#tags a {
	padding				: 0 5px;
	text-decoration		: none;
	line-height			: 1.3em;
	color				: #000;
}

#tags a.grootte-1 { font-size: 1.2em; }
#tags a.grootte-2 { font-size: 1.4em; }
#tags a.grootte-3 { font-size: 1.6em; }
#tags a.grootte-4 { font-size: 1.8em; }

#tags a:hover {
	color				: #E3006A;
}

/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main {
	z-index				: 20;
}


