/* CSS Document */
/* alleen bedoeld voor index.html */

body {
	margin: 0 auto;
	background-color: #FAFAFA;
	width: 760px; /* 2x 220px + 320px */
	background-image: url(images/bg_startpagina.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#container {
	visibility: visible;
	margin-top: 30px;
	min-height: 100%;
}
.imagelayer a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	width: 120px;
}

#image1, #image2, #image3, #image4, #image5, #image6 {
	position: relative;
	visibility: visible;
	margin-top: 55px;
	float: none;
}

#image1 {
	left: 80px;
}

#image3 {
	left: 100px;
}

#image4 {
	right: 80px;
}

#image6 {
	right: 100px;
}

#image7 {
	margin: 0 auto;
}

#textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#mainplanet {
	position: relative;
	visibility: visible;
	top: 0px;
	left: 12px;
	height: 212px;
	background-image: url(images/duiven_midden.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 270px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.verticalposition {
	text-align: center;
	vertical-align: middle;
	height: 120px;
	background-image: url(images/duiven_klein.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
td {
	text-align: center;
	vertical-align: middle;
}
#linker, #rechter  {
	width: 220px;
	display: inline;
	height: 602px;
}
#linker  {
	float: left;
	z-index: 10;
}
#rechter  {
	float: right;
	z-index: 20;
}
#midden  {
	width: 320px;
	display: inline;
	float: left;
	margin 0 auto;
	height: 602px;
	z-index: -1;
}
.placement {
}
#linker div {
	display: inline;
	float: left;
}
#rechter div {
	display: inline;
	float: right;
}
#midden div {
}
.imagelayer {
	display: block;
	height: 120px;
	width: 120px;
}

