@charset "utf-8";
body {
	background-color: #000;
}
#head {
	position:     absolute;
	top:          0px;
	left:         50%;
	margin-left:  -500px;/* half of the width */
	background-image: url(header.png);
	background-repeat:no-repeat;
	background-position:center top;
	vertical-align:top;
	height: 200px;
	width: 1000px;
	text-align: center;
}
#menu {
	position:     absolute;
	top:          200px;
	text-align:center;
	height: 800px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-position: center;
	background-repeat: repeat-y;
	width: 190px;
	left: 50%;
	margin-left: -500px;
	background-color: #81a2cf;
	background-image: url(plaatjes/menu.png);
	line-height: 20px;
	padding-left: 10px;
}
#menu a:visited {
		color: #000000;
		text-decoration:none;
}
#menu a {
		color: #000000;
				text-decoration:none;
}
#menu a:link {
		color: #000000;
				text-decoration:none;
}
#menu a:hover {
		color: #2877c9;
				text-decoration:none;
		
}#menu a:active {
		color: #2877c9;
				text-decoration:none;
}
#content {
	position:     absolute;
	top:          100px;
	text-align:center;
	height: 1000px;
	width: 100%;
	text-align:center;
	background-image: url(content.PNG);
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0px;
}
.body #menu table tr td#1 {
	font-size: 8px;
}
#tekstc {
	position:     absolute;
	top:          200px;
	text-align:center;
	height: 800px;
	width: 800px;
	text-align:left;
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	background-position: center;
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -300px;
	background-color: #ffffff;
	background-image: url(plaatjes/content.png);
}
#machine {
	position:     absolute;
	text-align:center;
	height: 114px;
	width: 114px;
	text-align:center;
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: 385px;
}
#footer {
	position:     absolute;
	top:         980px;
	background-image:url(plaatjes/footer.png);
	text-align:center;
	width: 100%;
	height:100px;
	text-align:center;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	background-repeat: repeat-x;
	left: 0px;
}
#kaartje {
	position:     absolute;
	top:         400px;
	text-align:center;
	width: 200px;
	height:100px;
	text-align:center;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	background-repeat: repeat-x;
	left: 50%;
	margin-left: -150px;
}
#datum {
	position:     absolute;
	top:         200px;
	text-align:center;
	width: 200px;
	height:100px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	background-repeat: repeat-x;
	left: 50%;
	margin-left: 300px;
}

