* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 90%/1.4em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color: #1e1e1e;
}

body {
	background: url("../layout_images/design/bg.png");
}
#accessibility {
	text-indent: -99999px;
	display: none;
	position: absolute -1932x -1067px;
}
#wrapper {
background: url("../layout_images/design/header_bg.png") no-repeat;
	width: 977px;
	position: absolute;
	left: 50%;
	margin-left: -488px;
	top: 0;
}


#zoeken_header {
	position: absolute;
	left: 430px;
	top: 42px;
	width: 170px;
	height: 50px;
	vertical-align:middle;
}

#zoeken_form {
	position: absolute;
	right: 85px;
	top: 40px;
	width: 400px;
	height: 50px;
	text-align:right;
	vertical-align:middle;
}

#header {
	height: 250px;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 205px;
	height: 92px;
	text-indent: -99999px;
	cursor: pointer;
}

#hoofd_menu {
    text-align:center;
	margin-top: 60px;
}


#content_bg {
background: url("../layout_images/design/content_bg.png") 50% 0 repeat-y;
width: 977px;
}

#content {
	position: absolute;
	left: 0px;
	width: 977px;
}

#content_padding {
padding-left: 37px;
}

a { font-weight: bold;
	text-decoration: underline;
	color: #000;
}

a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #000;
}

h2 {
    font: 1.2em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
    font: 1.2em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.sIFR-active h1 {
      visibility: hidden;
      font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
      line-height: 1.5em;
	  
    }

.sIFR-active h1 {
      font-size: 12px;
	  color: #000;
      display: block;
    }

.sIFR-active h2 {
      visibility: hidden;
      font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
      line-height: 1.5em;
	  
    }

.sIFR-active h2 {
      font-size: 18px;
	  color: #000;
      display: block;
    }
	
.sIFR-active h3 {
      visibility: hidden;
      font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
      line-height: 1.5em;
    }

.sIFR-active h3 {
      font-size: 14px;
      display: block;
    }

ul {
	padding-left: 20px;
}

ol {
	padding-left: 35px;
}

#breadcrumb {
	position: absolute;
	color: #000;
	left: 19px;
	width: 747px;
	height: 38px;
	padding-left: 67px;
      }
	  
#online {
	position: absolute;
	color: #000;
	left: 560px;
	width: 350px;
	height: 38px;
	padding-left: 5px;
      }
	  
#breadcrumblink {
	  color:#000;
	  text-decoration: underline;
      }

#intro_icons {
	
	width: 170px; 
	padding-top: 3px;
}
	  
#intro_text {
	
	width: 600px;
	padding-top: 0px;
}

/* 
  -- boxes with rounded corners and  shadow --
*/

.box_info {
 position:relative;
 left: 17px;
 margin:0px auto;
 min-width:8em;
 max-width:846px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-top:0.5em; /* spacing under box_info */
}

.box_inhoud {padding-left: 30px;
padding-right: 20px;
padding-top: 20px;}

.box_info .content,
.box_info .t,
.box_info .b,
.box_info .b div {
 background: url(../layout_images/design/box_bg.png) no-repeat top right;
}

.box_info .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.box_info .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:3000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.box_info .b {
 /* bottom */
 position:relative;
 width:100%;
}

.box_info .b,
.box_info .b div {
 height:120px; /* height of bottom cap/shade */
 font-size:1px;
}

.box_info .b {
 background-position:bottom right;
}

.box_info .b div {
 position:relative;
 width:1px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.box_info .hd,
.box_info .bd,
.box_info .ft {
 position:relative;
}

.box_info .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:3000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box_info h2,
.box_info p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:30px 0px 45px 28px;
}

.box_info h2 {
 padding-bottom:0px;
}

#footer {
background: url("../layout_images/design/footer_bg.png") no-repeat;
width: 977px;
padding-top: 52px;
padding-bottom: 30px;
font-size:85%; 
line-height:1.4em;
height:100%;
}