/* Typography */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	font-size: 12px;
	color: #000;
	margin: 0 0 12px 0;
	text-align: left;
}
h1 {
	font-size: 13px;
	color: #cf7127;
	margin: 0 0 26px 7px;
}
h2 {
	font-size: 14px;
	color: #000;
	margin: 0 0 12px 0;
}
ul {
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:active, a:focus, a:hover {
	text-decoration: none;
	color: #120079;
}
li a {
	display: block;
	text-decoration: none;
}
/* Layout */
* html body {
  overflow: auto;
} 
* html #container {
	height: 100%;
}
#top {
	background: #fff url(img/otb-bg_topframe.jpg) no-repeat;
	width: 100%;
	height: 75px;
}
#logo {
	position: absolute;
	left: 52px;
	top: 34px;
}
#left {
	float: left;
	width: 179px;
}
#content {
	position: absolute;
	background: url(img/otb-bg_content.gif) no-repeat;
	top: 115px;
	left: 0;
	width: 570px;
	margin: 0 30px 0 150px;
}
#footer {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
/* Navigation */
#hoofdMenu {
	width: 111px;
}
#hoofdMenu ul {
	padding: 12px 0 0;
}
#hoofdMenu li a {
	color: #fff;
	height: 14px;
	width: 92px;
	padding: 14px 0 0 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edc89b;
}
#hoofdMenu li a:active, #hoofdMenu li a:focus, #hoofdMenu li a:hover {
	background: url(img/otb-bg_hoofdmenu.jpg) no-repeat 99% 20px;
	color: #120079;
}
/* Submenu */
#sub1, #sub2, #sub3, #sub4, #sub5, #sub6, #sub7, #sub8 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
