
	body {
		margin: 0 0 0 0;
		width: 100%;
	}
	
	#navleft {
		width: 130px;
		float: left;
		overflow: hidden;
	}
	
		#navleft ul {	
			margin: 0 0 0 0;
			list-style-type: none;
			padding: 0 0 0 0;
		}
		
		#navmenu li {
			margin-top: 2px;
		}
		
		#navmenu li.navitem a {
			display: block;
			height: 24px;
			line-height: 24px;
			vertical-align: middle;
			text-indent: 1em;
			text-decoration: none;
		}
		
		#navmenu.textsmall {
			font-size: 11px;
		}
		
			#navmenu #mijnfbtobox {
				padding: 1em 1em 2em 1em;
			}
			
			#navmenu #mijnfbtobox .mijnfbtolink {
				margin-top: 5px;
			}
			
			#navmenu #mijnfbtobox h3 {
				float: left;
				margin: 5px 0px 0.5em 3px;
			}
			
			#searchbox {
				margin-top: 0.5em;
			}
			
				#searchbox .content {
					padding: 0.5em 0.5em 0.5em 0.5em;
					font-style: italic;
				}
				
				#searchbox input#zoekTerm {
					width: 90%;
					/* IE6 fix */
					#margin-top: -1.5em;
					margin-bottom: 1em;
				}
				
			#contactbox {
				margin-top: 0.5em;
				padding: 0.5em 0.5em 0.5em 0.5em;
				font-weight: bold;
			}
			
			#contactbox .layoutfix {
				/* geting the "chatten" text next to the microimage without floats */
				margin: -1.5em 0em 0em 2em;
			}
			
		#navleft #actieovr {
			margin-top: 1em;
		}