/* Opmaak Algemeen */
body {
	background-repeat:repeat-x;
	margin : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* DIV opmaak */
#container {
	width : 700px;
	margin: 0 auto;
	text-align : left;
	z-index: 98;
}
#container_shadow {
	margin-top: 20px;
	background-image: url(../img/container_shadow.png);
	width: 710px;
	padding-left: 2px;
}
#container_bottom {
	background-image: url(../img/container_bottom.png);
	background-repeat: no-repeat;
	width: 711px;
	height: 6px;
	margin-left: -1px;
}
#header_logo_container {
	position: absolute;
	z-index: 99;
}
#header_logo {
	position: absolute;
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 219px;
	z-index: 99;
	margin: -6px 0 0 10px;
}
#header_logo_container a {
	position: absolute;
	padding-left: 10px;
	height: 39px;
	width: 219px;
	display: block;
	z-index: 100;
}
#header {
	position: relative;
	width : 700px;
	height : 110px;
	z-index: 96;
}
#header_topoverlay {
	position: absolute;
	background-image: url(../img/header_topoverlay.png);
	background-repeat: repeat-x;
	width : 700px;
	height : 33px;
	z-index: 97;
}
#header_overlay {
	position: absolute;
	background-image: url(../img/header_overlay.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 700px;
	height: 110px;
	text-align: right;
}
#header_overlay img{
	margin-top: 35px;
}
#header_lang {
	position: absolute;

	width : 700px;
	height : 33px;
	
	text-align: right;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0f4072;
	
	margin-top: 4px;
	z-index: 98;
} 
#header_lang a {
	color: #0f4072;
	text-decoration:none;
} 
#header_lang a:hover {
	color: #000000;
}
#header_image {
	background-image: url(../img/header_image.png);
	background-repeat: no-repeat;
	background-color: #0089cb;
	width: 700px;
	height: 110px;
}

#header_dots {
	position: absolute;
	background-image: url(../img/menu_dots.png);
	background-repeat: no-repeat;
	background-position: 2px bottom ;
	height: 1px;
	font-size: 0px;
	width: 700px;
	z-index: 97;
	bottom: 0px;
	_margin-bottom: -1px;
}
#content_dots {
	background-image: url(../img/menu_dots.png);
	background-position: 2px;
	background-repeat:no-repeat;
	height: 1px;
	width: 700px;
	font-size: 0px;
}
#menu {
	width: 700px;
	height: 24px;
	
	background-color:#000000;
}
#menu ul {
	list-style: none;
	padding: 2px 0 0 0px;
	margin: 0;

	word-spacing: -5px;
	letter-spacing: -1px;

	font-size: 16px;
}
#menu li {
	float: left;
	background-image: url(../img/menu_bullet.png);
	background-repeat:no-repeat;
	background-position:  0% 50%;
	padding-left: 5px;
}
#smallmenu ul {
	padding: 0;
	letter-spacing: 0px;
}
#smallmenu li {
	background-image: none;
	color: #9e9fa3;
}

#body {
	width: 700px;
	min-height: 200px;
	_height: 200px;
	background-color: #cce7f5;
}
#content {
	float: left;
	padding: 20px 0px 10px 0px;

}
#submenu {
	float: left;
	width: 148px;
	min-height: 200px;
	_height: 200px;
}
#submenu ul {
	list-style: none;
	margin: 2px 0 0 10px;
	padding: 0;
}

#submenu li a {
	background-image: url(../img/sub_bullet_off.jpg);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 3px 3px 15px;
	display: block;
	letter-spacing: 1px;
	width: 110px;
	
	border-top: #6e91a2 solid 1px;
	border-bottom: #6e91a2 solid 1px;
	margin-bottom: -2px;
	
}
html>/**/body #submenu li a {
	padding: 3px 3px 3px 15px;
	margin-bottom: -1px;
}

#submenu li ul li a {
	padding: 3px 3px 5px 15px;
	width: 100px;
	border: none;
}

#submenu li a:hover {
	font-weight:bold;
	color: #0089cb;
	margin-bottom: -2px;
	
	background-image: url(../img/sub_bullet_on.jpg);
	background-repeat: no-repeat;
	background-position: 1px 50%;
}
html>/**/body #submenu li a:hover {
	margin-bottom: -1px;
}
#submenu li.sub_selected a{
	font-weight:bold;
	color: #0089cb;
	
	background-image: url(../img/sub_bullet_on.jpg);
	background-repeat: no-repeat;
	background-position: 1px 50%;
}
#submenu ul ul.hidesub {
	display: none;
}
#submenu ul ul.showsub {
	display: block;
}

#content_left {
	float: left;
	background-image: url(../img/content_dots.png);
	background-repeat:repeat-y;
	_background-image: none;
	_border-left: 4px dotted #CCC;
	width: 520px;
	padding: 0 10px 0 15px;
	min-height: 210px;
	_height: 210px;
	
}
#content_left p {
	margin-top: 0;
}
#content_left h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	margin: 0 5px 0 0;
}

#content_right {
	float: left;
}

#footer {
	text-align: center;
	color: #7f7667;
}
#footer a {
	color: #7f7667;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
#footer ul {
	list-style: none;
	margin: 5px 0 0 40px;
	padding: 0;
}
#footer li {
	float: left;
	margin-right: 20px;
	text-decoration: none;
}
img {
	border: 0;	
}
hr {
	border: none;
	height: 1px;
	background-color:#d9b9a7;
}

.clearfix {
	clear: both;
}

