* {
  /*box-sizing: border-box;
  -moz-box-sizing: border-box;
  scrollbar-base-color: #F4F5F7;*/
}
font {
	font-family: Arial;
	font-size: 11px;
  color: #00629F;
}
td {
	color: #00629F;
	font-family: Arial;
  font-size: 11px;
}
body {
  background-color: #D4D5D7;
  font-family: Verdana, Arial;
  font-size: 10px;
  text-align:center;
  margin: 0px;
  padding: 0px;
}
input {
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 9px;
  width: 170px;
  height: 16px;
}
select {
	font-family: Verdana, Arial;
  font-size: 9px;
  height: 14px;
}
a.subMenu:link, a.subMenu:visited, a.subMenu:active {
	display: block;
	width: 100%;
	padding: 4px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	background-color: #00629F;
	text-align: center;
}
a.subMenu:hover {
	background-color: #002750;
	display: block;
	width: 100%;
	padding: 4px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}
.button {
  background-color: #00629F;
  color: #FFFFFF;
  font-size: 9px;
  font-family: Verdana, Arial;
  font-weight: bold;
  border-left: 1px solid #C8C7CD;
  border-top: 1px solid #C8C7CD;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 0px;
  margin: 0px;
  width: 100px;
  height: 16px;
}
.linkWhite {
	font-size: 9px;
  font-family: Verdana, Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}
.linkWhite:hover {
	font-size: 9px;
  font-family: Verdana, Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.big {
	font-size: 13px;
}
a {
  color: #00629F;
  text-decoration: underline;
}
a:hover {
  color: #00629F;
  text-decoration: none;
}

#globalcontainer {
  /*position: absolute;*/
  position:relative;
  width: 760px;
  background-color: #F4F5F7;
  /*margin-left: -378px;
  left: 50%;
  top: 0px;*/
  margin: 0 auto;
  border-left: 2px solid #364451;
  border-right: 2px solid #364451;
  text-align:left;
  overflow:hidden;
}
#top{
  width: 754px;
  height: 270px;
  margin: 3px 3px 0px 3px;
  padding: 0px;
  overflow:hidden;
}
#menu {
	width:754px;
  color:#FFFFFF;
  background-color: #002750;
  vertical-align: bottom;
  text-align: center;
  padding: 7px 0 8px 0;
  overflow:hidden;
}
#menu a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#lefttop {
	margin: 3px 0px 0px 0px;
	padding:0px;
  width: 321px;
  height: 239px;
  background-color: #F4F5F7;
  float: left;
  overflow:hidden;
}
#logo {
  width: 321px;
  height: 45px;
  background-color: #DFDFDF;
  text-align:center;
}
#navigation2 {
	width: 151px;
	height: 194px;
	float: left;
  background-color: #EFEFEF;
}
#navigation {
	padding: 0px 0px 0px 8px;
  width: 162px;
  height: 194px;
	float: left;
  background-color: #B6B5B0;
  overflow:hidden;
}
#navigation a {
  width: 150px;
  color: #002750;//#3E487C;
  padding-left: 15px;
  text-decoration: none;
  font-weight: bold;
  background-image: url('../images/square_blue.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
}
#navigation a.submenu2 {
  width: 150px;
  color: #002750;//#3E487C;
  padding-left: 15px;
  text-decoration: none;
  font-weight: normal;
  background-image: url('../images/square_blue.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
}
#navigation a.submenu2_active {
  width: 150px;
  color: #FFFFFF;
  padding-left: 15px;
  text-decoration: none;
  font-weight: bold;
  background-image: url('../images/square_blue.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
}
#navigation a:hover, #navigation a.active_content {
  width: 150px;
  color: #FFFFFF;
  padding-left: 15px;
  text-decoration: none;
  font-weight: bold;
  background-image: url('../images/square_white.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
}
#righttop {
	position:absolute;
	left:327px;
	top:32px;
  width:430px;
  height:264px;
  background-color: #F4F5F7;
  overflow:hidden;
}
#bluebar {
	position:relative;
	z-index:6;
	margin-left:3px;
  width: 754px;
  height: 30px;
  color: #FFFFFF;
  background-color: #002750;
  border-top: 3px solid #F4F5F7;
  vertical-align: middle;
  text-align: center;
  padding-top: 7px;
}
#bottom {
  width: 754px;
  height: 645px;
  background-color: #F4F5F7;
  margin: 0px 3px 0px 3px;
}
#lion {
	position: absolute;
  width: 315px;
  height: 624px;
  color: #00629F;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  background-color: #F4F5F7;
  background-image: url('../images/blicon_leeuw.gif');
  background-position: -100px -10px;
  background-repeat: no-repeat;
}
#rightbottom {
  position: absolute;
  width: 598px;
  height: 634px;
  left: 152px;
  background-color: #EFEFEF;
  margin: 0px;
  padding: 0px;
}
#blank{
  position: absolute;
  width: 430px;
  height: 160px;
  left: 0px;
  top: 176px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #C8C7CD;
}
#contentheader {
  height: 120px;
  width: 595px;
  left: 0px;
  padding: 5px;
  background-color: #00629F;//#A9C1D9;
  border-bottom: 1px solid #00629F;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 9px;
  margin: 0px 3px 0 0;
  text-align: center;
	overflow: hidden;
}
#header1 {
  position: relative;
  float: left;
  width: 175px;
  height: 110px;
}
#header2 {
  position: relative;
  float: left;
  width: 175px;
  height: 110px;
}
#header3 {
  position: relative;
  float: left;
  width: 175px;
  height: 110px;
}
#content {
  position: relative;
  width: 575px;
  height: 503px;
  padding: 0px 10px;
  font-size: 11px;
  color: #00629F;
  overflow: auto;
}
#content p {
  margin-right: 10px;
}