* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
}

h1 {
	font-family:"Lucida Sans", Arial;
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 18px 0px;
}
p {
	margin-bottom:15px;
}
a {
	color:#262626;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}


/* ------------------------------------------------------ LIMPENS GROEP ------------------------------------------------------ */
#container {
	width:100%;
	background-color:#fff;
}


/* TOP
----------------------------------------------------------------------------------------------------------------- */
#topcontainer {
	width:100%;
	height:700px;
	background-color:#fff;
	border-top:#000 1px solid;
}
#top {
	position:relative;
	top:0px;
	left:50%;
	width:410px;
	margin-left:-205px;
}

/* LOGO ------------------------------------ */
#top-logo {
	position:absolute;
	left:0px;
	top:46px;
}
#top-logo2 {
	position:absolute;
	right:0px;
	top:46px;
}


/* INTRO ------------------------------- */
#intro {
	position:absolute;
	top:110px;
	left:0px;
	width:339px;
	height:420px;
	padding:35px;
	background-image:url(bg_intro.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#intro h3 {
	font-size:12px;
	margin:4px 0px 13px 0px;
}


/* FOOTER 
------------------------------------ */
#footer-container {
	width:100%;
	height:150px;
	background-color:#000;
	border-top:#b3b3b3 4px solid;
	color:#b3b3b3;
}
#footer {
	position:relative;
	top:0px;
	left:50%;
	width:960px;
	margin-left:-480px;
}
#footer-left {
	float:left;
	width:259px;
	padding:11px 0px 0px 35px;
	background-image:url(limpens_footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#footer-right {
	float:right;
	width:637px;
	padding:11px 0px 0px 0px;
}
#footer-right ul.adres,
#footer-right ul.adres2 {
	list-style:none;
	float:left;
	width:320px;
}
#footer-right ul.adres2 {
	border-left:#262626 1px solid;
	padding-left:30px;
	width:250px;

}
#footer-right ul.adres li,
#footer-right ul.adres2 li {
	list-style:none;
	float:left;
	margin-right:30px;
}



#bottom {
	width:100%;
	padding-top:6px;
	border-top:#585858 1px solid;
	background-color:#262626;
	color:#585858;
	text-align:center;
	font-size:12px;
}
#bottom a {
	color:#585858;
}