div#content
{
	float: left;
	width:	499px;	
	text-align: justify;
	margin-top: 50px;	
	padding-right: 20px;	
	line-height: 18px;	
	overflow: auto;
	height: 393px;
}
div#onderdelenMenu
{
	background-color: #6d5d3b;	
	height:	20px;
	border-top: 1px solid white;	
}
div#bedrijfstrainingen
{
	float: left;
	border-right: 1px solid white;
	width: 259px;
	height:	20px;
	color: white;
	font-weight: bold;
	background: url(/siteimg/css/button-bedrijf-normal.jpg) repeat-y;
	cursor: pointer;
}
div#bedrijfstrainingen:hover
{
	background: url(/siteimg/css/button-bedrijf-selected.jpg) repeat-y;	
}
div#coaching
{
	float: left;
	border-right: 1px solid white;
	width: 258px;
	height:	20px;
	color: white;
	font-weight: bold;	
	background: url(/siteimg/css/button-coaching-normal.jpg) repeat-y;
	cursor: pointer;
}
div#coaching:hover
{
	background: url(/siteimg/css/button-coaching-selected.jpg) repeat-y;
}
div#interim
{
	float: left;
	width:	259px;	
	height:	20px;
	color: white;
	font-weight: bold;	
	background: url(/siteimg/css/button-interim-normal.jpg) repeat-y;
	cursor: pointer;
}
div#interim:hover
{
	background: url(/siteimg/css/button-interim-selected.jpg) repeat-y;
}
div#header
{
	position: 		relative;
	width:			100%;
	height:			115px;
	background: 	black url(/siteimg/css/header-standaard.jpg) repeat-y;
	border-top:		1px solid white;
}
div#leftMenu
{
	float: left;
	width:	259px;		
	text-align: left;
	margin-top: 50px;
}

div#content p.header
{
	color: #6d5d3b;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
