html, body {
	background-image: url("../img/intro/headerbg.jpg");
	background-repeat: repeat-x;
	background-color: #8da7ca;
	padding: 0;
	margin: 0;
}
html, body, div, td {
	font-family: Verdana;	
	font-size: 10px;
	color: black;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}

#main {
	width: 665px;
	margin: 0 auto;
}
#header {
	height: 96px;
	position: relative;
}
#headerimg {
	background-image: url("../img/intro/header.jpg");
	width: 435px;
	height: 96px;
	position: absolute;
	left: 63px;
	bottom: 0;
}
#content {
	width: 665px;
	height: 488px;
	position: relative;
}
#plattegrond {
	background-image: url("../img/intro/plattegrond.jpg");
	width: 432px;
	height: 488px;
	position: absolute;
}
#plattegrond a {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	background-image:  url("../img/intro/stad.gif");
}
#plattegrond a:hover {
	background-image:  url("../img/intro/stadover.gif");
}
#kader {
	background-image: url("../img/intro/kader_bg.jpg");
	width: 218px;
	height: 250px;
	left: 432px;
	top: 105px;
	position: relative;
}
#kadercontent {
	width: 203px;
	height: 250px;
	left: 0;
	position: absolute;
	color: white;
	line-height: 1.5;
}
#kaderrechts {
	background-image: url("../img/intro/kader_rechts.jpg");
	width: 15px;
	height: 250px;
	right: 0;
	position: absolute;
}

.stadtip {
	border: 1px solid #1D4575;
	background-color: white;
	padding: 2px 4px;
}
.tip-title{
	color: #1D4575;
	font-size: 10px;
}
.stadtip .tip-text {
	display: none;
}
