div {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


td {	
	font-family: "verdana", serif;  
	line-height: 120%; 
	font-size: 13px;
	color: #989595; 
}

#overlayDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	visibility: hidden;
}
#overlay2 {
	position: absolute;
	top: 149px;
    left: 50%;
	width: 900px;
	height: 520px;
    margin-left: -450px; /* - (width/2)  */
	background-color: #010000; 
	border: 1px solid #4f4d4e;
	z-index: 900;
	visibility: hidden;
}
#overlayGallery {
	position: absolute;
	top: 20px;
	width: 900px;
	height: 10px;
	z-index: 1100;
}
#overlayNewsletter {
	position: absolute;
	top: 24px;
	width: 898px;
	height: 494px;
	z-index: 1100;
	overflow: auto;
}
#overlayClose {
	position: absolute;
	width: 898px;
	height: 20px;
	z-index: 1100;
	background-color: #010000; 
	text-align: right;
}
#overlayHide {
	position: absolute;
	top: 480px;
	left: 780px;
	width: 100px;
	height: 20px;
	z-index: 1500;
	background-color: #010066; 
	text-align: right;
}

#overlayStatus {
	position: absolute;
	top: 50%;
    left: 50%;
	width: 32px;
	height: 32px;
    margin-top: -16px; /* - (width/2)  */
    margin-left: -16px; /* - (width/2)  */
	z-index: 1100;
}
#container {	
	position: relative; 
	top: 0px;
	left: 0;
	width: 900px;
	height: 590px;
	font-family: "verdana", serif;  
	line-height: 120%; 
	font-size: 13px;
	color: #989595; 
	text-align: left;
}

#breadcrumbs {
	width: 900px;
	height: 15px;
	color: #fefefe;
}

#breadcrumbs-text {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	left: 0px;
	width: 900px;
	text-align: right;
}

#header {
	width: 900px;
	height: 109px;
	background-color: #4f4d4e;
}

#header-bg {
	position: relative;
	top: 1px;
	left: 1px;
	width: 898px;
	height: 107px;
	background-color: #000000;
	text-align: center;
}

.content-spacer-hori{
	width: 900px;
	height: 20px;
}

#content{
	width: 900px;
	height: 383px;
	/*background-image: url(../images/bg/content.jpg);*/
	background-repeat: repeat-x;
}

#content-left{
	width: 182px;
	height: 378px;
	float: left;
	line-height: 130%; 
	font-size: 12px;
}

#content-left a{
	/* color: #989595; */
	color: #ffffff;
	text-decoration: none;
}

#content-left a:hover{
	text-decoration: underline;
}
#content-left-nav{
	width: 182px;
	height: 281px;
	float: left;
	line-height: 130%; 
}
#content-left-breadcrumbs{
	width: 182px;
	height: 100px;
	float: left;
	line-height: 130%; 
	font-size: 12px;
}
.content-spacer-vert{
	width: 20px;
	height: 20px;
	float: left;
}

#content-middle{
	width: 468px;
	height: 343px;
	float: left;
	background-color: #4f4d4e;
}

#content-middle-bg {
	position: relative;
	top: 1px;
	left: 1px;
	width: 466px;
	height: 341px;
	background-color: #000000;
	overflow: auto;
}

#content-middle-text {
	position: relative;
	top: 14px;
	left: 9px;
	width: 430px;
	font-family: "verdana", serif;  
}

#content-right{
	width: 210px;
	height: 343px;
	float: left;
	background-color: #4f4d4e;
}

#content-right-bg {
	position: relative;
	top: 1px;
	left: 1px;
	width: 208px;
	height: 341px;
	background-color: #000000;
	overflow:hidden;
}

#content-right-text {
	position: relative;
	top: 14px;
	left: 9px;
	width: 190px;
	height: 328px;
	overflow: auto;
}

.content-right-text-image-bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 90px;
	background-color: #4f4d4e;
	float: left;
}

.content-right-text-image-bg-pic {
	position: relative;
	top: 1px;
	left: 1px;
	width: 88px;
	height: 88px;
	float: left;
}

.content-right-text-image-spacer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 90px;
	float: left;
}

.content-right-text-image-spacer-hori {
	position: relative;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 10px;
	float: left;
}


#line {
	background-image:url(images/bg/4f4d4e.gif);
	width: 900px;
	height: 15px;
	/*background-image: url(../images/bg/4f4d4e.gif);*/
	background-repeat: repeat-x;
}

#footer {
	width: 900px;
	height: 40px;
	text-align: center;
}

#footer img{
	display: inline;
	text-align: center;
}

#footer_txt{
	margin-top:10px;
	width: 100%;
	text-align: center;
}



/* ul eigenschappen */
.menu-selected {
	font-weight: bold;
	color: #ffffff;
}
#treemenu2 {
	margin: 0;
	margin-left: -10;
	padding: 0;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background:  url(list.gif) no-repeat left center;*/
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	color: #ffffff;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

/* h tags */
	
h1, h2, h3, h4, h5 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-transform: uppercase;
}


h1 {
	font-size: 18px;
	display: inline;
}
h1.red {
	color: #9a0022;
}
h1.green {
	color: #60ea0d;
}
h1.grey {
	color: #838282;
}
h1.purple {
	color: #b70bc2;
}

h2 {
	font-size: 16px;
	display: inline;
	color: #666666;
}
