body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-image: url(../gfx/bggradient.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
ul {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #B2BDD1;
	list-style-type: square;
	font-size: 11px;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 0px;
	padding-left: 30px;
	background-image: url(../gfx/bullet.gif);
	background-repeat: no-repeat;
}

a {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #a9a9a9;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

.image {
	z-index: 2;
/*
	border: 2px solid #5e5e5e;
*/
}
.image_left {
	z-index: 2;
	float:left;
/*
	border: 2px solid #5e5e5e;
	margin-right: 5px;
	margin: 0px 5px 0px 0;
*/
}
.image_right {
	z-index: 2;
	float:right;
/*
	border: 2px solid #5e5e5e;
	margin-left: 5px;
	margin: 0px 0 0px 5px;
*/
}



.header1 { /* .tekst_intro van home*/
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.bodyTxt {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.header2 {/* subkop */
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #A8A8A8;
	text-transform: uppercase;
/*
	font-size: 12px;
	line-height: 19px;
*/
}
.header3 { /* introtekst */
	font-family: "trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #A2A2A2;
}
.header4  { /* gewone tekst */
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.header5 { /* onderschrift */
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 23px;
}

