/*

De Meersman gegevens

*/


/* LAYOUT
****************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #fff url("../images/background.gif") repeat-x top left;
	font-family: "Trebuchet ms", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#site {
	width: 680px;
	margin: 0 auto;
	display: block;
}


/* HEADER
****************************************************************************/
#header {
	display: block;
	position: relative;
	height: 215px;
	}
	.nl #header {
		background: transparent url("../images/header-nl.jpg") no-repeat top center;
	}
	.fr #header {
		background: transparent url("../images/header-fr.jpg") no-repeat top center;
	}

h1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 337px;
	height: 155px;
	}
	h1 a {
		width: 100%;
		height: 100%;
		display: block;
		}
		h1 a span {
			position: absolute;
			margin-top: -9999%;
		}

#language {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 10px;
	_height: 20px;
	width: 50px;
	list-style: none;
	color: #c7e4f2;
	line-height: 9px;
	}
	#language li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
		}
		#language li a {
			color: #c7e4f2;
			text-transform: uppercase;
			text-decoration: none;
			}
			#language li a:hover {
				text-decoration: underline;
			}
			#language li#nl a {
				border-right: 1px solid #939393;
				padding: 0 3px 0 0;
			}
			.nl #language li#nl a,
			.fr #language li#fr a {
				color: #939393;
				cursor: text;
				}
				.nl #language li#nl a:hover,
				.fr #language li#fr a:hover {
					text-decoration: none;
				}




/* CONTENT
****************************************************************************/
#container {
	background: transparent url("../images/content.gif") repeat-y top right;
	margin: 0;
	padding: 0;
}


/* CONTENT
****************************************************************************/
#content {
	float: left;
	width: 465px;
	padding: 0;
	margin: 30px 0 0;
}

#products {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	}
	#products li {
		padding: 30px 0 10px;
		position: relative;
		}
		#products li img {
			position: absolute;
			top: 20px;
			left: 0;
		}
		#products li p {
			line-height: 13px;
			margin: 7px 0 0 85px;
			padding: 0 0 10px 0;
			background: transparent url("../images/horizontaldash.gif") repeat-x bottom left;
		}
		#products li h2 {
			margin: 0 0 0 85px;
			color: #ec008c;
			padding: 0;
			line-height: 0;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: bold;
		}


/* SIDEBAR
****************************************************************************/
#sidebar {
	float: right;
	width: 198px;
	padding: 10px 0;
	margin: 0;
}

.block {
	background: transparent url("../images/horizontaldash.gif") repeat-x bottom left;
	padding: 20px 13px;
	}
	.block em {
		color: #ec008c;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-style: normal;
	}

.adres {
	text-align: center;
	}



/* MISC
****************************************************************************/
.accessibility {
	position: absolute;
	margin-top: -9999%;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
p {
	color: #5d7480;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-weight: bold;
	line-height: 13px;
}
a {
	color: #ec008c;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}


/* FOOTER
****************************************************************************/
#footer {
	display: block;
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0 0 50px 0;
	border-top: 4px solid #ec008c;
	clear: both;
	}






.vertaal {color: red;}