@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;
}

#kaartnl {
	float:right;
	width:502px;
	height:591px;
	margin:160px 0px 0px 0px;
	background:url(../images/nl.png);
	position:relative;
}

#kaartnl a{
	background:url(../images/bgPlace.png) no-repeat;	
	width:15px;
	height:15px;
	overflow:hidden;
}

#kaartnl a.klink{
	position:absolute;
	top:140px;
	left:200px;	
}

#kaartnl a.beverkoog{
	position:absolute;
	top:190px;
	left:185px;	
}

#kaartnl a.waterland{
	position:absolute;
	top:230px;
	left:170px;	
}

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;
}

/*-------------Tooltip------------------*/

.tooltip {
	display:none;
	background:url(../../images/white_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#000;
}

.tooltip h1{
	margin:0px;
	font-size:14px;	
}

.tooltip p{
	float:left;
	height:100px;	
}
