body {
	text-align: 	center;
	background: 	#666;
	color:			#007;
	font-family:	Arial, sans-serif;
}
#container {
	position:		relative;
	margin-top:		5%;
	margin-left:	auto;
	margin-right:	auto;
}
#main {
	position:		absolute;
	background:		#FD5;
	color:			inherit;
	text-align:		left;
	left:			20%;
	top:			20%;
	width:			60%;
	height:			60%;
	overflow:		auto;
}
#main2 {
	margin:		1ex;
}
#main img {
	margin:		1ex;
}
#resize {
	position:		absolute;
	right:			0px;
	width:			24%;
	background:		inherit;
	color:			#BBB;
	text-align:		right;
	font-size:		90%;
}
#navigation {
	position:		absolute;
	left:			0px;
	top:			-1.5em;
	width:			74%;
	background:		inherit;
	color:			#FFC;
	text-align:		left;
	font-size:		100%;
}
#copyright {
	position:		absolute;
	left:			0px;
	top:			100%;
	width:			100%;
	background:		inherit;
	color:			#FFC;
	text-align:		center;
	font-size:		85%;
	font-style:         italic;
}
#resize a {
	color:				#BBB;
	background:			inherit;
}
#navigation a {
	color:				#FFC;
	background:			inherit;
}
h1 {
	font-size:			150%;
}
h2 {
     font-size:			120%;
     text-decoration:         underline;
     font-weight:             bold;
     margin-top:              2em;
     margin-bottom:           0.5em;
}
h3 {
     font-size:			115%;
     text-decoration:         underline;
     font-weight:             normal;
     margin-top:              2em;
     margin-bottom:           0.5em;
}
p {
/* HIER LAG HET AAN mooi niet alleen: ook link "Ga naar branches" gaat het fout als die verplaatst wordt of wanneer er geen tekst of alleen een spatie getoond moet worden
     margin-top:              1px;
*/
     margin-bottom:           1em;
}
ul {
     list-style-type:         square;
}
a {
	text-decoration:	none;
}
a.current {
	font-weight:		bold;
}
.border {
	position:		absolute;
}
.col1 {
	left:		0%;
}
.col2 {
	left:		20%;
}
.col3 {
	left:		40%;
}
.col4 {
	left:		60%;
}
.col5 {
	left:		80%;
}
.row1 {
	top:		0%;
}
.row2 {
	top:		20%;
}
.row3 {
	top:		40%;
}
.row4 {
	top:		60%;
}
.row5 {
	top:		80%;
}

