html {
	margin: 0;
	padding: 0;
}

@page {size: potrait}
div.pagebreak { page-break-after: always } 

table.outer {
	width: 100%;
	height: 100%;
}

td.main {
	vertical-align: middle;
	text-align: center;
}

div__ {
	border: 1px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 676px;
	height: 498px;
}

div.site {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 676px;
	height: 498px;
}

  BODY
  {
    font-family:Arial,Helvetica,sans-serif;
  	margin: 0;
  	padding: 0;
		background-color:#000000;
      SCROLLBAR-BASE-COLOR: #F4F2F7;
      SCROLLBAR-ARROW-COLOR: #300066;
      SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
      SCROLLBAR-HIGHLIGHT-COLOR: #F4F2F7;
      SCROLLBAR-SHADOW-COLOR: #F4F2F7;
      SCROLLBAR-DARKSHADOW-COLOR: #300066;
      SCROLLBAR-FACE-COLOR: #F4F2F7;
      SCROLLBAR-TRACK-COLOR: #F4F2F7;
  }
  
  form
  {
    margin:0px;
    padding:0px;
  }
  #page
  {
    position:relative;
    left:0px;
    z-index:2;
    width:676px;
    height:516px;
  }
  #header
  {
    position:absolute;
    top:0px;
    height:100px;
    width:676px;
    z-index:2;
    
  }
 #footer
  {
    position:absolute;
    width:676px;
    height:40px;
    left:0px;
    top:458;
    z-index:1;
    z-index:10;   
    padding-top:12px;
    text-align:center;

  }
 
  #pageContent
  {
    position:absolute;
    left:13px;
    top:58px;
    width:648px;
    height:382px;
  }
  
  #pageContent_
  {
    padding-left:13px;
    padding-top:58px;
    width:648px;
    height:382px;
  }
  
  #logo_illustratie
  {
    position:absolute;
    left:427px;
    top:70px;
  }
  
  #illustratie
  {
    position:absolute;
    left:325px;
    top:0px;
    width:325px;
    height:382px;
    background-color:#000000;
  }
  
#thephoto {
  width:325px;
  height:382px;
}

  #illustratie_2
  {
    position:absolute;
    left:138px;
    top:0px;
    width:512px;
    height:382px;
    background-color:#000000;
  }
  
  #illustratie_
  {
    position:absolute;
    left:92px;
    top:0px;
    width:520px;
    height:382px;
    background-color:#000000;
  }
  
    .bijschrift
 {
    margin-top:-10px;
    margin-bottom:-10px;
    position:absolute;
    top:278px;
    height:114px;
    width:220px;
  }  
  
  #illustratie IMG
  {
    position:absolute;
    top:0px;
  }
  
  #sitemap
  {
    position:absolute;
    left:40px;
    top:20px;
    width:265px;
  }
/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

a.helpLink {
	color:				Green;
	text-decoration:	none;
	border-bottom:		1px dashed Green;
	cursor:				help;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
 