BODY, TABLE, TD, TR {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-style : normal;
	line-height : 17px;
	font-weight : normal;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #003F81;
	scrollbar-darkshadow-color: #003F81;
	scrollbar-face-color: #003F81;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #003F81;
}
A:LINK, A:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ED1C2E;
	font-style : normal;
	line-height : 17px;
	font-weight : normal;
	text-decoration : underline;
}

A:HOVER {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-style : normal;
	line-height : 17px;
	font-weight : normal;
	text-decoration : underline;
}
#leftCol{
	float: left;
	width: 180px;
	height: 100%;
	margin: auto;
	text-align: right;
}
#content-wrapper{
		margin-left: 0px;
	}
#navigatie-wrapper{
		float: right;	
	}
#navigatie {
		padding: 0;
		margin-top: 0px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		text-align:right;
		line-height: normal;
	}

#navigatie ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
#navigatie li {
		border-bottom: 1px solid #FFFFFF;
		margin: 0;
		}
#navigatie li a {
		display: block;
		padding-top: 3px;
		padding-bottom: 4px;
		padding-right: 0px;
		color : #FFFFFF;
		text-decoration: none;
		width: 100%;
		line-height: normal;
		}

html>body #navigatie li a {
		width: auto;
		}
html>body #navigatie .header {
		width: auto;
		}
html>body #navigatie .spacer {
		width: auto;
		}

#navigatie li a:hover, #navigatie li .active {
		background-color: #ED1C2E;
		color: #FFFFFF;
		}
		
* { 
    box-sizing      : border-box; 
    -moz-box-sizing : border-box; 
}
#bottom{
		color : #003473;
	}	