@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0px;
	background-color:#cbd1dd;
}

#container {
	width:985px;
	margin:0px auto 0px auto;
}

#contact {
	position:absolute;
	top:290px;
	width:650px;
}

.item {
	float:left;
	width:195px;
	height:252px;
	margin:0px 15px 0px 0px;
	border-right: 1px solid #b9bfca;
}

.itemLast {
	float:left;
	width:195px;
	height:252px;
	margin:0px 15px 0px 0px;
}

#kaart {
	float:right;
	width:502px;
	height:591px;
	margin:160px 0px 0px 0px;
}

p.titel {
	font-weight:bold;
	font-size:13px;
	margin:0px 0px 15px 0px;
	text-align:left;
}

p.adres {
	margin:5px 0px 0px 0px;
	color:#FFFFFF;
}

img {
	margin:0px 0px 0px 0px;
	border:none;
}

img.knop {
	position:absolute;
	border:2px solid #ffffff;
	margin:15px 0px 0px 0px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}