
* {
	margin: 0;
}

html {
	background-color:#d3d3d3;
	height: 100%;
}

body {
	height: 100%;
	background: url(../img/bg.jpg) repeat-x;
	text-align: center;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

img {
	border: 0 none;
}

a:link {
	color: #6e183f;
	text-decoration:underline;
}

a:visited {
	color: #6e183f;
	text-decoration:underline;
}


h1 {
	font-weight: bold;
	font-size: 14px;
	color: #6e183f;
	letter-spacing: 2px;
	line-height: 34px;
}

.wrapper {
	position: relative;
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}

.header {
	height: 150px;
	background: url(../img/header.jpg) no-repeat;
	background-position: top center;
}

.main {
	width: 940px;
}

.info {
	text-align: center;
	height: 960px;
}

.event {
	margin-left: 108px;
	width: 690px;
	height: 140px;
}

.tekst {
	margin-left: 124px;
	width: 690px;
	height:84px;
}

.links {
	text-align: left;
	margin-top: 4px;
	margin-left: 126px;
	float: left;
	Width: 384px;
}

.rechts {
	text-align: left;
	margin-top: 4px;
	margin-left: 30px;
	float: left;
	Width: 400px;
}

.contact {
	text-align: right;
	padding-bottom: 40px;
	margin-left: 140px;
}

.plattegrond {
	text-align: center;
}

#tooltip{
	position:absolute;
	text-align: left;
	width: 400px;
	border:4px solid #51112e;
	background:#fff;
	padding:4px;
	color:#333;
	display:none;
	}

