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

body {
	font-family: "Tw Cen MT";
	font-size: 14px;
	color: #000000;
	text-align: center;
}

li {
	list-style-image: url(../images/spacer.gif);
	font-weight: bold;
}

blockquote {
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}

#container {
	width: 1000px;
	text-align: left;
}

#header {
	background-image: url(../images/header.jpg);
	height: 179px;
	width: 1000px;
}

#menu {
	background-image: url(../images/menu.jpg);
	height: 571px;
	width: 340px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	text-align: center;
	text-decoration: none;
}

#menu a {
	text-decoration: none;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: right;
	height: 571px;
	width: 660px;
}

#inhoud {
	margin-right: 70px;
	height: 400px;
	overflow: auto;	
}
#inhoudtop {
	height: 150px;
	text-align: right;
	color: #3399FF;
	font-weight: bold;
}
#rechts {
	display: inline;
	float: right;
	width: 200px;
}
#form {
	display: inline;
	float: left;
	width: 300px;
}
