body {
	color: #003399;
	background-color: #003399;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #003399;
	margin-top: 10px;
	background-repeat: repeat;	
	background-image: url(Picture/background.jpg);
}

a {
	color: #ffffff;
	text-decoration: none;
}

.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	
}

h1 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	color: #003399;
}

h2 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 1.1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #FFFFFF;
}

#navigatie {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #0033CC;
	color: #003399;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li a {
 display: block;
	border-top: 5px solid #003399;
	border-bottom: 5px solid #003399;
	background-color: #003399;
	color: #ffffff;
 text-decoration: none;
 width: 100%;
}

html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover {
 border-top: 5px solid #036;
 border-bottom: 5px solid #369;
 background-color: #69f;
 color: #fff;
 text-decoration: none;
}
