html{
	background-image:url('../img/bg-klein-en-vaag.jpg');
}
body{
	overflow-x:hidden;
	margin:0;
	font-family:Arial Narrow;
}

#balk {
	background:#e64243;
	width:100%;
	height:24px;
}

#lang_balk {
	text-align:right;
	background-image:url('../img/lang_bar1.jpg');
	background-repeat: no-repeat;
	width:878px;
	height:24px;
}

#lang_balk img {
	margin-top:3px;
	margin-left:15px;
	border: 1px solid #ffffff;
}

#container {
	background:#ffffff;
	width:878px;
	height:354px;
	position:relative;
}
#container_schaduw_links {
	background-image:url('../img/schaduw-verticaal-links.jpg');
	background-repeat: no-repeat;
	width:9px;
	height:322px;
	float:left;
}
#container_schaduw_rechts {
	background-image:url('../img/schaduw-verticaal-rechts.jpg');
	background-repeat: no-repeat;
	width:9px;
	height:322px;
	float:left;
}
#container_header {
	background:#ffffff;
	width:860px;
	height:194px;
	float:left;
	padding-top:20px;
}
#container_header_blauwebalk{
	margin-top:-20px;
	background:#003f80;
	width:20px;
	height:246px;
	float:left;
}

#container_header p{
	font-size:35px;
	font-weight:bold;
	color:#000000;
}

table.topnavtable {
	border-collapse: collapse;
	border-spacing:10px;
	background:#e64243;
	text-align:center;
}

table.topnavtable td{
	padding:0;
}

table.topnavtable a{
	display: block;
	color:#ffffff;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
}
table.topnavtable a:hover{
	background:#003f80;
}

#body {
	background:#ffffff;
	width:860px;
	min-height:414px;
	float:center;
}

#nav {
	margin-top:-103px;
	width:275px;
	height:500px;
	position:relative;
	float:left;
	text-align:left;
}

#navintem a{
	display:block;
	border-left: 20px solid #003f80;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	height:30px;
	width:275px;
	font-size:13pt;
	font-weight:bold;
	text-decoration:none;
	color:#003f80;
	margin-bottom:5px;
}
#navintem a:hover{
	border-left: 20px solid #e64243;
	border-right: 20px solid #003f80;
	background:#e64243;
	width:275px;
	text-transform:uppercase;
	color:#ffffff;
}

/* TEST: IE mag de volgende regel niet lezen dmv het child selector command */

	html>body #navintem a:hover{
		width:213px;
	}

/* EINDE TEST */



#contactinfo, #contactinfo a {
	font-family:Arial;
	font-size:8pt;
	border-left: 20px solid #003f80;
	padding-left:20px;
	color:#003f80;
}
#contactinfo a{
	padding:0;
	text-decoration:underline;
	border-left:0;
}
#contactinfo a:hover{
	text-decoration:none;
	text-transform:lowercase;
}

#content {
	position:relative;
	margin-top:-103px;
	margin-left:15px;
	float:left;
	text-align:left;
	width:550px;
	height:500px;
}
