body {
	background-color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: gray;
	font-family: "Comic Sans", sans-serif
}

.container {
	text-align: left; 
	margin: 0 auto;
	padding: 0; 
	width: 760px;
	background-color: white
}

.top {
	background-image: url("world4.jpeg");
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: #FE6869
}

#menuhome {
	margin: 0;
	padding: 0;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: #FE6869;
	background-image: url("HBmenu.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 56px
}


#menu {
	margin: 0;
	padding: 0;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: #FE6869;
	background-image: url("HBmenu.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 110px;
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

#menuhome ul {
	float: left;
	padding: 30 0 0 70px;
	margin: 0;
	text-align: center;
}


#menuhome ul li {
	margin: 0;
	padding: 0 4 0 4px;
	display: inline;
	white-space: nowrap;
}

#menu ul li {
	margin: 0;
	padding: 0 4 0 4px;
	display: inline;
	white-space: nowrap;
}

#menu ul li img {
	border: 0px;
	padding: 0;
	margin: 0;
}
	
#menuhome a:visited, #menuhome a:active, #menuhome a,
#menu a:visited, #menu a:active, #menu a {
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menuhome a:hover, #menu a:hover {
	text-decoration: underline;
	border-bottom: 1px solid white;
}

#topcorners, #bottomcorners {
	clear: left;
	margin: 0;
	padding: 0;
	border-left: solid 2px #CC0033;
	border-right: solid 2px #CC0033;
}

#topcorners {
	background-color: white;
	background-image: url("cap_top.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#bottomcorners {
	background-color: white;
	background-image: url("cap_bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

.contents {
	clear: left;
	margin: 0;
	padding: 0 10 0 10px;
	background-color: white;
	border-left: solid 2px #CC0033;
	border-right: solid 2px #CC0033;
}


h1 {
	text-align: center
}

h3 {
	color: #CC0033;
}

p.intro {
	font-style: italic;
	text-align: center;
	margin-top: 0;
}

p#last {
	margin-bottom: 0;
}


.colored {
	color: #CC0033;
}

table.Overzicht {
	border: 5;
}

table.Overzicht TR TH {
	text-align: left;
	vertical-align: bottom;
	color: #CC0033;
}

table.Overzicht TR TH {
	padding: 0;
	spacing: 0;
	border-style: none;
}

table.Overzicht TR TD {
	vertical-align: top;
	border-style: solid;
	border-width: 1pt 1pt 2pt 1pt;
	border-color: #CC0033;
	padding: 3;
}

table.Overzicht TR TD A {
	color: black;
	text-decoration: none;
}

table.Overzicht TR TD A:hover {
	color: #CC0033;
}

table.Overzicht TR TD A IMG {
	border: none;
	padding: 0;
	spacing: 0;
	vertical-align: bottom;
}

ul.Help {
	list-style-image: url(help.gif);
}

ul.Help li {
	padding: 0 0 0 5;
}

.footer {
	margin: 0;
	padding: 0;
	height: 80px;
	background-image: url("HBbottom.gif");
	background-repeat: no-repeat;
	background-color: gray;
}

.footer ul {
	margin: 0;
	padding: 5 0 0 50px;
	list-style: none;
}

.footer ul li {
	padding: 0 10 0 10px;
	float: left;
}

.footer img {
	width: 30px;
	height: 15px;
	border: black solid 1px;
}

.footer ul li a {
	color: white;
	font-family: sans-serif;
	border: #CC0033 solid 1px;
}

.footer ul li a:hover {
	border: white solid 1px;
}


li#copyright {
	color: white;
	font-family: sans-serif;
	float: right;
	padding: 0 50 0 0px;
}

a:link {
	color: #CC0033;
}

a:visited {
	color: #CC0033;
}

