@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FDE3FE;
}

#container {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 296px;
	width: 1024px;
}

#topmenu {
	background-image: url(../images/top_menubg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 59px;
	width: 1024px;
}

#main_top {
	background-image: url(../images/mainbg_top.gif);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 1024px;
}

#main_middle {
	background-image: url(../images/mainbg_middle.gif);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 1024px;
}

#main_footer {
	background-image: url(../images/mainbg_footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	width: 1024px;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 1024px;
}

.topmenu {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 760px;
	padding-top: 17px;
	text-align: left;
	padding-left: 180px;
}
.topmenu li {
	list-style-type: none;
	float: left;
	list-style-position: inside;
	display: list-item;
	text-align: center;
	text-indent: 15px;
}

.main  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	float: left;
	padding-left: 220px;
	width: 400px;
	height: auto;

}

table {
	border:none;
	width:600px;
	height:auto;
}

td {
	text-align: left;
	vertical-align: top;
}
.1 {
	width:475px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: auto;
	vertical-align: top;
	}
.plaatjes {
	width: 159px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
}

a:link{
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover{
	color: #666666;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:visited{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
