html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
}
a {
	color: yellow /**#990000;**/
}
a:hover {
	color: #FFA405;
}
a:visited {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
    margin-top: 10px;
}
.clear {
	clear: both;
	background:#6D7481
}
.tblcenter 
{
  margin:0 auto;
}
.txtCenter
{
    text-align:center;
}
body {
	background: #fff url(../figuren/page_bg.png) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	background:#B1B6BF;
	margin: auto;
	width: 950px;
    position: relative;
    top: -2px;
    left: 2px;
}

h1 {
  position: absolute;
  top: 50px;
  left: 0px;
  height: 30px;
  padding-top: 8px;
  width:  665px;
  text-align: center;
  background: #6D7481;
  color: #ffffff;
  font: 24px "Times new roman", serif;
  font-weight: normal;
}
h1 strong {
  font-weight:  bold;
  color:  White;
}
#top-nav
{
    position: absolute;
    top: 15px;
    left: 665px;
    width: 255px;
    height: 70px;
    background: #6D7481  
}
#top-fig
{
    position: absolute;
    top: 85px;
    left: 665px;
    width: 255px;
    height: 190px;
    background: #6D7481;
}
#top-fig img
{
     width:100%;
     height:100% ;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
  background: #6D7481 url(../figuren/masterfig/2011.png) no-repeat ;
  position: absolute;
  top: 50px;
  left: 920px;
  width: 30px;
  height: 225px;
}
#header {
  background: #EEEEEE center center url(../figuren/Logo.png) no-repeat;
  position:  absolute;
  top: 85px;  
  left: 0px;
  width: 665px;
  height: 190px;
}

/** body **/
#spacer {
  height: 275px;
}
#spacer_125 {
  height: 125px;
}
#spacer_200 {
  height: 200px;
}

#body {
  background: #B1B6BF;
  width: 950px;
}
#left {
  float: left;
  width: 664px;
  background:#6D7481;
 
}
#right {
  float: right;
  width: 284px;
  background:#B1B6BF;
  height: 600px;
}
/**CSS hoofdmenu **/

#nav ul {
}
#nav li {
  float: left;
  width: 105px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background: url(../figuren/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(../figuren/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}
#nav li.drk a{
  font: 16px "Times new roman", serif;
  color: Yellow;
}


/**CSS submenu **/


#nav_sub ul {
}
#nav_sub li
{
   
    float :  left;
    background:   repeat-x;
    width: 130px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
}
#nav_sub a {
  font: 14px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav_sub a:hover {
  text-decoration: underline;
}
#nav_sub li.dark a{
  font: 14px "Times new roman", serif;
  color: Yellow;
}

/**CSS inhoud **/

#visit {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#visit h2 {
  font: 24px "Times new roman", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}
#subs {
  float: left;
  /**width: 620px;**/
  color: #FFFFFF;
  padding-left : 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#subs p {
  margin-bottom:12px;
}
#subs a {
  color: Yellow;
}
#subs a:hover {
  text-decoration: underline;
  color: #3333FF ;
}
#subs a:visited {
  color: #33BBFF ;
}
#subs h3 {
  color: #000000;
  padding-left: 20px;
  padding-bottom: 14px;
  font: 20px "Times new roman", serif;
}
#subs h4 {
  color: #000000;
  font: 16px "Times new roman", serif;
  margin: 0.6em 0;
}
#subs ul {
  margin-top: 1em;
}
#subs li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(../figuren/bullet.gif) no-repeat;
    text-align: left;
}
#subs-left {
  float: left;
  width: 280px;
  color: #fff;
  padding-left : 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}
#subs-right {
  float: right;
  color: #fff;
  width: 280px;
  padding-right: 25px;
  padding-bottom: 10px;
  margin-top: 15px;
}
/**CSS inhoud links 

#subs-left a {
  color: #fff;
}**/
#subs-left h3 {
  color: #000000;
  background-color:#EEEEEE;
  padding-top: 1px;
  padding-left: 5px;
  padding-bottom: 2px;
  font: 16px "Times new roman", serif ;
}
#subs-left p {
  text-align: justify;
  margin: 0.6em 0;
}
#subs-left p.more{
  text-align:  right;
}
#subs-left ul {
  margin-top: 1em;
}
#subs-left li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(../figuren/bullet.gif) no-repeat;
}
/**CSS inhoud rechts **/

#subs-right h3 {
  color: #000000;
  background-color:#EEEEEE;
  padding-top: 1px;
  padding-left: 20px;
  padding-bottom: 2px;
  font: 16px "Times new roman", serif;
}
#subs-right h4 {
  color: #000000;
  font: 14px "Times new roman", serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(../figuren/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}
#subs-right p.more{
  text-align:  right;
}
/**CSS rechter kolom logos **/

#right-i {
  padding:  5px 15px 4px 20px;
  width: 237px;
}
#right h2 {
  color: #323E51;
  font: 22px "Times new roman", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Times new roman", serif;
  margin-bottom: 5px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}
/**CSS vorige edities **/

.BK_color_Blue {
	background-color: #333399;
}
.Blauw_grijs_accent {
	color: #000066;
	background-color: #CACAFF;
    font-size: small;
}
.Blauw_accent {
	color: #330099;
	font-size: 14pt;
	font-weight: bold;
}
.BK_color_Green {
	background-color: #009A77;
}
.BK_color_Wine 
{
    background-color: #990000;
}
.Wine_accent {
	color: #990000 ;
	background-color: #F2D0DF;
}
.Red_accent {
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
}
.BK_color_Gray {
	background-color: #CCCCCC;
}
/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 284px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p 
{
  color:White;
  margin: 0;
  padding: 0;
}
#copyright a 
{
   color: Yellow;
   text-decoration:underline;
}
 /* *** Float containers fix:**/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

