html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffe1;
	text-align: center;
	height: 100%;
	border-left: 30px solid #003398;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 760px;
	top: 10px;
	min-height: 600px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #ffffe1;
	border: 0px solid black;
}

/* */
#header {
	position: relative;
	width: 760px;
	height: 124px;
	background-image: url('../images/logo.jpg');
	background-position: top left;
	display: block;
}
/* */

#menu {
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 80px;
}

#menu .item {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #003398;
}

.tekst {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}

img {
	border: 0;
}

p.landing {
	text-align: center;
}

p.landing a, a.knop {
	background-color: #cccc99;
	border: 3px solid #cccc99;
	text-decoration: none;
	color: #000;
	padding: 5px;
}
p.landing a {
	padding: 10px;
}
p.landing a:hover {
	background-color: #fff;
	border: 3px solid #cccc99;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.content_left {
	/*float: left;*/
	/*width: 75%;*/
}
.content_right {
	float: right;
	width: 25%;
	border: 1px solid #000;
	font-size: 80%;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	margin: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 115%;
}