body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.header {
	height: 70px;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#telexmenu {
	height: 100%;
	width: 130px;
	float: left;
	line-height: 2em;
	padding-left: 20px;
}

#body {
	height: 100%;
	width: 700px;
	margin-left:60px;
	float: left;
	z-index: 100;
}
a:link {
	color: #666666;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #29649c;
}
a:active {
	color: #666666;
}

.headertxt {
	font-size: 1.4em;
	font-weight: bolder;
	font-variant: small-caps;
	color: #29649c;
}

#arrow ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

#arrow li {
	background: url(images/small_arrow.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 4px;
}

/* -- Menu -- */

#navigatie {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 1em;
 font-weight: bold;
 width: 130px;
 border-right: 1px solid #666;
 padding: 0;
 margin-bottom: 0.6em;
 background-color: #9cc;
 color: #333;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#navigatie ul li a {
	display: block;
	border-left: 10px solid #29649c;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #9ecaf5;
	color: #29649c;
	text-decoration: none;
	width: 100%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
}

html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover {
 border-left: 10px solid #b23428;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #29649c;
 color: #fff;
}