html,body {
	margin:0;
	padding:0;
    background-color:#005DB3;
	height: 100%; 
	margin-bottom: 1px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:712px;
	border:1px solid #000;
	background-color:#D2E1F9;
}
img { 
	text-align:center; 	
	color: #D6D6D6;
	color: #0CC;
}	
#header {
	width:712px;
}
#menu {
	/* background-color:#EEC13C; */
	background-color:#FFDF55;
	height:20px;
	width:712px;
	margin:0px;
	font-family:system;
	font-size:12px;
	padding-top:5px;
	text-align:center;
}
#menu a {
	/* kleur karakters in een link */
	color:#000;
	/* color:FFDF55; */
text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#left {
	clear:both;
	float:left;
	width:538px;
	border-right:1px solid #000;
	text-align:justify;
	font-family:verdana;
	font-size:12px;
	color:#000;
	padding:10px;
	}
#left a{
	/* kleur karakters in een link */
	color:#000;
	/* color:FFDF55; */
	text-decoration:underline;
}
#right {
	float:right;
	width:152px;
	text-align:center;
	font-family:verdana;
	font-size:11px;
	color:#000;
}
#right a {
	/* kleur karakters in een link */
	color:#000;
	text-decoration:none;
}
#right a:hover {
	text-decoration:underline;
}
#right h1 {
	font-size:20px;
	color:#0081F4;
	font-family:verdana;
	letter-spacing:1px;
	font-weight:bold;
	margin:0px;
}
#right h2 {
	font-size:15px;
	color:#0081F4;
	font-family:verdana;
	letter-spacing:1px;
	font-weight:bold;
	margin:0px;
}
right h3 {
	font-size:13px;
	color:#0081F4;
	font-family:verdana;
	letter-spacing:1px;
	font-weight:bold;
	margin:0px;
}	
	
#floater {
	position:relative;
}
#hr {
	position:absolute;
	left:2px;
	height:1px;
	width:146px;
	font-size:1px;
	border-bottom:1px solid #000;
}
#contact {
	width:150px;
	position:relative;
}
#footer {
	clear:both;
	background-color:#005DB3;
	height:20px;
	width:712px;
}
h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color: #0081F4;
	text-align:center;
}
h2 {
	font-size:14px;
	margin:0px;
	padding:0px;
	color: #0081F4;
}
h3 {
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #0081F4;
}
