label.error {color:red;}

html{
	overflow: auto;
	margin: 0;
	padding: 0;
}
.body {
	background-color: #d3d3d3;
}

a:hover {
	text-decoration: underline;
}

body.frame {
	background-color: white;
}

.small {
  font-size: 80%;
}

.medium {
  font-size: 85%;
}

.large {
  font-size: 90%;
}

body {
	font-family: Arial;
  font-size: 72.5%;		
	color: black;
	margin: 0;
	padding: 0;
	
}

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

img {
  border: 0;
}

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
  line-height: 0;
  height: 0;
  font-size: 0px;
}

h1 {
  color: #009ee0;
  font-size: 200%;
  font-weight: normal;
}
h2 {
  color: #009ee0;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}

p.blue {
  color: #009ee0;
  font-size: 110%;
  line-height: 1.7;
}

div#pageContainer {
	width: 984px;
	padding-left: 12px;
	margin: 0 auto;
	min-height: 600px;
	height:auto;
	background: #d3d3d3 url(../images/bg.png) repeat-y top left;
}

div#top {
  background: #ffffff url(../images/logo.png) no-repeat top left;
  width: 955px;
  height: 69px;
  position: relative;
}
a#logo {
  display: block;
  width: 400px;
  height: 69px;
  text-indent: -9999px;
}
div#fontsize {
  background: #ffffff url(../images/change-font.gif) no-repeat top left;
  bottom: 10px;
  position: absolute;
  right: 65px;
  height: 15px;
  width: 40px;
}

a#print {
  display: block;
  bottom: 11px;
  position: absolute;
  right: 25px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  background-image: url(../images/print.gif);
  background-repeat: no-repeat;
  
}

div#fontsize div.small, div#fontsize div.medium, div#fontsize div.large {
  width: 9px;
  height: 15px;
  top: 0px;
  left: 0px;
  position: absolute;
}
div#fontsize div.medium {
  left: 9px;
}
div#fontsize div.large {
  left: 18px;
}

div#header {
  width: 955px;
  height: 147px;
  background: #ffffff url(../images/header.jpg) no-repeat top left;   
}
div#toolbar {
  height: 30px;
  width: 955px;
}

ul#toolbar-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: right;    
}
ul#toolbar-menu li {
  float: left;
  color: #989898;
  font-size: 125%;
  line-height: 1.6em;   
}
ul#toolbar-menu li a {
  color: #989898;  
  font-size: 100%;
  font-weight: normal;
}
ul#toolbar-menu li input {
  height: 14px;
  border: 1px solid #989898;
  width: 125px;
  line-height: 14px;
  margin-bottom: -2px;
}
ul#toolbar-menu li img {
  padding: 0px 15px 0px 0px;
  margin-top: -3px; 
}

ul#breadcrumbs-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 125px;
  padding-left: 200px;  
  position:absolute;
  width:800px;
}

ul#breadcrumbs-menu li{
  float: left;
}

ul#breadcrumbs-menu li a {
  font-weight: normal;
  font-size: 120%;
  color: #989898;
}

div.fontsize {
  background: #ffffff url(../images/change-font.gif) no-repeat top left;
  width: 100px;
  height: 50px;
}

div#menu {
  width: 190px;
  float: left;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0; 
}

ul.menu li {
}

ul.menu li.has-menu a {
  font-weight: bold;
}

ul.menu li a {
  font-weight: normal;
  display: block;
}

.ie6 ul.main-menu {
  font-size: 0px;
}

ul.home {
    margin-top: 1px;
}

ul.main-menu {
}

ul.main-menu li {
  background-color: #009ee0;
}

ul.main-menu li a{
  color: #ffffff;
  font-weight: normal;
  display: block;
  padding-left: 12px;  
  line-height: 2em;
  font-size: 11px;  
}

ul.main-menu li.current ul {
	display: block;
}

ul.main-menu li ul {
	display: none;
	float: none;
	list-style: none;
	padding: 0px;
}

ul.main-menu li ul li{
  list-style: none;
  border-bottom: 1px solid #989898;
  background-color: #f6f6f6;
  margin-left: 0px;
  padding: 0px;
}

ul.main-menu li ul li a {
  font-weight: normal;
  color: #009ee0; 
}

ul.main-menu li ul li.current a {
  font-weight: bold;
}

ul.main-menu li ul li.current ul {
	display: block !important;
}

ul.main-menu li ul li ul {
  display: none !important;
  margin-left: 10px;
}
ul.main-menu li ul li ul li{
  background: #f6f6f6 url(../images/bullet.gif) 0px 6px no-repeat;
  border-bottom: 0; 
  margin-left: 15px; 
}
ul.main-menu li ul li ul li a {
  color: #878787;
  font-weight: normal !important;
  line-height: 1.8em;
}
ul.main-menu li ul li ul li.current {
  background: #f6f6f6 url(../images/bullet-on.gif) 0px 6px no-repeat;
}
ul.main-menu li ul li ul li.current a {
  color: #545454;
  font-weight: bold !important;;
}
div#content {
  width: 545px;
  padding-left: 10px;
  float: left;
  color: #464646; 
  min-height: 400px;
}
div#content p {
  line-height: 1.5em;
}
.edit {
  height: 600px;
}
div#related {
  width: 155px;
  padding: 0px 25px 0px 25px; 
  min-height: 350px;
  float: left;
}
h1.related {
  border: 1px solid #712188;
  width: 155px;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px 0px 5px;
  color: #712188;
  font-size: 12px;  
  font-weight: normal; 
  padding-bottom: 0px;
  margin-bottom: 0px;
}
ul.related-menu {
  list-style: none;
  padding: 10px 0px 0px 0px;
  margin: 0px;  
}
ul.related-menu li {
  width: 165px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #989898;
}
ul.related-menu li.last {
  border-bottom: 0px;
}
ul.related-menu li a {
  color: #989898;
  display: block;
  font-weight: normal;
  font-size: 12px;  
}
ul.related-menu li a:hover {
  background-color: #ffffff;
}

div#legal {
  width: 100%;
  text-align: center;
  height: 30px;
}
ul.legal-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.legal-menu li {
  display: inline;
  border-top: 1px solid #989898;
  padding: 4px 0px 4px 0px;
  color: #009ee0;
}
ul.legal-menu li.sep {
  padding: 4px 5px 4px 5px;
}
ul.legal-menu li a {
  color: #989898;
}

#plannerLink {
	position:absolute;
	right:120px;
	top:44px;
}

#plannerLinkImg{
	margin-top: -10px;
	_margin-top: -8px;		
}

#plannerLinkText{
	display: inline;
	position: relative;
	text-aling: center;
}

#plannerLink a {
	color: #12a3e2;
}

#plannerLink a span{
	margin-top: 4px;	
}

#contact-map {
  clear: both;
  margin: 20px 40px 20px 200px;
  
}

#map-placeholder {
  margin-right: 320px;
}

#map {
  height: 350px;
  overflow: hidden;
}

#directions {
  float: right;
  width: 280px;
  background-color: white;
}

#pageContainer.home {
  min-height: 580px !important;
}
#pageContainer.home #container {
  width: 955px;
  margin-top: 32px; 
  height: 439px; 
  background: #ffffff url(../images/home.jpg) no-repeat top left;
  position: relative;
}
#pageContainer.home #content-home {
  position: absolute;
  background-color: #ffffff;
  top: 71px;
  left: 296px;
  width: 365px;
  height: 275px;
  padding: 15px 10px 0px 10px; 
}
#pageContainer.home div#legal {
  margin-top: 65px;
  text-align: left;
  margin-left: 300px;
  width:300px;
}
#pageContainer.home ul.channel-navigation {
  list-style: none;
  margin: 0px 0px 0px -10px;
  bottom: 0px;
  padding: 0px;
  width: 385px;
  position: absolute;
}
#pageContainer.home ul.channel-navigation li {
  float: left;
  width: 189px;
  display: block;
  position: relative;
  height: 40px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; 
}
#pageContainer.home ul.channel-navigation li.werknemers-geboren-in-of-na-1950 {
  background: #009ee0 url(../images/arrow_werknemers-geboren-in-of-na-1950.gif) no-repeat 165px 10px;
}
#pageContainer.home ul.channel-navigation li.werknemers-geboren-voor-1950 {
  background: #46add9 url(../images/arrow_werknemers-geboren-voor-1950.gif) no-repeat 165px 10px;
}
#pageContainer.home ul.channel-navigation li.gepensioneerden {
  background: #3bb9ed url(../images/arrow_gepensioneerden.gif) no-repeat 165px 10px;
}
#pageContainer.home ul.channel-navigation li.oud-werknemers {
  background: #80c7e5 url(../images/arrow_oud-werknemers.gif) no-repeat 165px 10px;
}

#pageContainer.home ul.channel-navigation li a {
  color: #ffffff;
  display: block;
  line-height: 1em;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  height: 40px;
  padding: 0px 35px 0px 10px;
  font-weight: normal;
}
  
#pageContainer.home div.tickerarea
{
  width: 955px;
  height: 25px;
  margin-top: 359px;
  overflow: hidden; 
  position: relative;
  background-color: #eaf7fd;
  border-bottom: 2px solid #30aee5;
  border-top: 1px solid #30aee5;
}
#pageContainer.home ul#ticker
{
  position: absolute;
  font-size: 150%;
  line-height: 1.6em;
  list-style: none;
  padding: 0px;
  margin: 0px;  
}
#pageContainer.home ul#ticker li {
  float: left;
  color: #ff00c1;  
}
#pageContainer.home ul#ticker a {
  width: 75px;
  color: #32b0e6;
  font-size: 100%;
  font-weight: normal;
  padding-bottom: 10px;
}

#pageContainer.frame {
  width: 100%;
  min-height: 100%;
  background: none;
  background-color: white;
  padding: 0px;
}

#pageContainer.frame #content {
  min-height: auto;
  width: 100%;
  padding: 0px;
}

#fontsize {cursor: pointer;}
#fancy_div {color:#000 !important;background-color:#fff !important;height: 140px !important;}
/*
#fancy_outer {height:175px !important;width: 400px !important;}
*/
div#fancy-outer {display:block;height:600px!important;left:15px!important;top:0;width:960px!important;margin-left:10px;}

#chart1 img {width:725px;}
#content a {color:#009EE0;}

#accordion h3.ui-accordion-header {background:url(../images/accordion_bottom.jpg) no-repeat 0px 2px;padding-left:20px;}
#accordion h3.ui-accordion-header.ui-state-active {background:url(../images/accordion_top.jpg) no-repeat 0px 2px;padding-left:20px;}
#accordion h3 a strong, #accordion h3 a, #accordion h3 {font-weight:normal;font-size:12px;}

#top .payoff {position:absolute;top:70px;left:118px;font-family:Arial;font-size:12px;color:#000;}

