html, body {
	margin: 0px;
}
body, .changer_editor {
	font-family: Verdana, Helvetica, Arial;
	font-size: 60%;
	color: #000;
	line-height: 1.4;
}

.changer_editor td {
	font-size: 60%;
}

h1 { font-size: 220%;}
h2 { font-size: 160%;}
h3 { font-size: 140%;margin-bottom: 0px;}

a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a img {
  border: 0px;
}

ul {
  margin-top: 0px;
}

table.table tr td {
  padding-bottom: 5px;

}

input { border: 1px solid #0387c6;}

td {vertical-align: top;}

#page {
  position: relative;
  margin: 0 auto;
  width: 955px;
  height: 600px;
  background-image: url(../images/bg.gif);
  background-repeat: no-repeat;
  border: 1px solid #e8e742;
}

#toolbar {
  margin: 0 auto;
  width: 955px;
  padding-top: 5px;
  text-align: center;
  color: #cccccc;
}

#toolbar a {
  color: #cccccc;
  text-transform: lowercase;  
}

#toolbar a.on, #toolbar a:hover {
  color: #0087c7;
}

#people {
  position: absolute;
  left: 57px;
  top: 70px;
  width: 300px;
  height: 75px;
  background-image: url(../images/people.jpg);
  background-repeat: no-repeat;
}

#kclogo {
  position: absolute;
  left: 61px;
  bottom: 26px;
}

#fnvlogo {
  position: absolute;
  left: 697px;
  top: 78px;
}

#breadcrumb {
  position: absolute;
  top: 157px;
  left: 366px;
  font-weight: bold;
  font-size: 9pt;
  font-family: Trebuchet MS, Verdana;
  float: left;
}

#breadcrumblist {
	margin-left: 0px;
	padding-left: 0px;
}
#breadcrumblist li.first {
	list-style: none;
}

#breadcrumblist li {
	float: left;
	margin-right: 20px;
	list-style-position: inside;
}

#mainmenu {
  position: absolute;
  top: 186px;
  left: 61px;
  width: 144px;
}

#mainmenu a, .submenu a {
  display: block;
  font-size: 9pt;
	font-family: Trebuchet MS, Verdana;
	padding-top: 1px;
	padding-bottom: 1px;
}

#mainmenu a {
  color: black;
}

#mainmenu a.on, #mainmenu a:hover {
  color: #0087c7;
}

.hoofdmenu {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float: left;
}

.hoofdmenu li {
	list-style: none;
	list-style-image: none;
}

.hoofdmenu li.current a {
	color: #0087c7 !important;
}

.hoofdmenu li a:hover {
	color: #0087c7 !important;
}

.hoofdmenu li a.current {
	color: #0087c7 !important;
}

.submenustyle {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.submenustyle li a {
	color: white !important;
}

.submenustyle li a.on, .hoofdmenu li a:hover {
	color: #e8e742;
}

.submenustyle li a.current {
	color: #e8e742 !important;
}

.submenu {
  position: absolute;
  left: 152px;
  width: 142px;
  top: 0px;
}

div.submenu a {
  color: white !important;
}

.submenu a.on, .submenu a:hover {
  color: #e8e742 !important;
}

#content {
  position: absolute;
  left: 367px;
  top: 203px;
  width: 588px; 
  height: 388px;
  overflow: auto;
}

#content.large {
  width: 748px;
  left: 206px;
  top: 180px;
  height: 420px;
  background-color: white;
}

#content-inner {
  position: relative;
  width: 465px;
  height: 368px;
}

#content.large #content-inner, #content.large #content-inner iframe  {
  width: 745px;
  height: 418px;
}
