body {
	background-color: #000066;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #006;
}

h1 {
	color: #F60;
	font-size: 1.5em;
}
#container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: 20px;
	border: 3px solid #FFF;
	width: 850px;
	padding: 10px;
	height: 800px;
	text-align: center;
}
#boven {
	height: 80px;
}
#bovenlinks {
	width: 200px;
	float: left;
}
#bovenrechts {
	float: right;
	width: 400px;
	text-align: right;
}
#menu {
	float: left;
	width: 150px;
	text-align: right;
	padding: 5px;
}
#bovenrechts a {
	font-weight: bold;
	color: #FFF;
}

#menu p {
	color: #F60;
	font-weight: bold;
	text-align: right;
}

#menu li a {
	color: #FFF;
	font-weight: bold;
}
#menu li a:hover {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}

#menu li {
	margin-left: -15px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
}
#menu ul {
	margin-left: -10px;
	padding-left: 0px;
	list-style-image: none; 
	list-style-type: none;
}
#inhoud {
	float: left;
	width: 670px;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	height: 500px;
}
#inhoud ul li {
	padding-bottom: 5px;
}

#bovenrechts a:hover {
	text-decoration: none;
}
#indexrechts {
	float: right;
	width: 170px;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 10px;
}
#indexrechts ul {
	margin-left: 0px;
	list-style-type: none;
}
#indexrechts ul li a {
	color: #006;
	font-size: 0.8em;
}
#inhoud a {
	color: #006;
}
#inhoud a:hover {
	color: #006;
	text-decoration: none;
}


#indexrechts ul li a:hover {
	text-decoration: none;
}
#indexrechts ul li {
	padding-bottom: 2px;
}

#indexlinks {
	float: left;
	width: 450px;
	background-color: #FFF;
}
.nadrukoranje {
	font-weight: bold;
	color: #F60;
}
.imgborder {
	border: 1px solid #006;
	margin: 5px;
}
.tabel {
	font-size: 0.9em;
}
