
body {
  font-size: 0.8em; /*1.0em --> 10px*/
  line-height: 1.5em;
  font-family: Times New Roman, Helvetica, sans-serif;
  color: #474747;
  height:100%;
}

* html body {
	height: 100%;
}
  .ActiviteitenTable {
    page-break-after:avoid;
  }
  .OnScreenNoPrint{
    display:none;
  }
  
  .NoScreenOnPrint{
    display:inline;
  }
  
  @page {
    
  }
  
  #header {
    display: none;
  }
  
  
  #printheader {
    display: block;
    margin-bottom: 20pt;
  }
   
  p.volgnummer {
    float:right;
    margin:0;
    padding:0;
    font-weight: bold;
  }
  
  #footer {
    display: none;
  }
  
  #navigation {
    display: none;
  }
  
  #body_top_tiny {
    display: none;
  }
  
  #sideBar {
    display: none;
  }
  
  #body_content.AppWithSideBar {
    margin-right: 0;
    background-color: white;
    border: 0;
  }

  
  /*
  * application specific
  */
  div.formPart {
    border-color: black;
  }
  
  /*
  * input fields
  */
  input.mandatory {
    background-color: lightGrey;
  }
  
  .button {
    background-image: none;
    border: 1px outset black;
    background-color: white;
    margin:0;
    padding:0;
  }
  
  tr {
    vertical-align: top;
  }
  
  #confirm_header {
    border-color: black;
  }
  
  img.question {
    display: none;
  }
  
  #body_left {
    display: none;
  }
  
  #body_right {
    margin-left: 0;
    font-size: 12px;

  }
  
  p {
    text-align: justify;
  }
  
  span.tools_right {
    display: none;
  }
#topnavigation{
  display:none;
}

.contentbox{
 display:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin: 0px 0px 25px 0px;
	font-size: 1.5em;/*child pixels / parent pixels = child ems --> 18px/12px*/
}
h2, .bigfont {
	margin: 0px 0px 3px 0px;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 24px;
}
	.whitebox h2, .greenbox h2, .greybox h2, .yellowbox h2, .purplebox h2 {
		font-size: 2.1em;
	}
	h2.black {
		color: #000000;
	}
	h2.purple {
		color: #7e0c85;
	}
	h2.diensten {
		color: #7e0c85;
		background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/zenito_diensten.png) no-repeat left top;
		padding: 0px 0px 0px 54px;
	}

h2.titel-left {
	display: inline-block;
	float: left;
	padding: 0px 48px 0px 0px;
	margin: 0px;
	font-size: 1.1em;
	color: #8e8e8e;
}

h3 {
	margin: 0px 0px 8px 0px;
	font-size: 1.1em;/*13px/12*/
	font-weight: bold;
}

	h3.boxgrey {
		border-Bottom:2px solid black;
	}
	
.padding15{
 border-style: solid;
 border-width: 3px;
 border-color: #d4d4d4;
 margin-top:5px;
}

.wrapper-footer{
 display:none;
}

.btn-more{
 visibility:hidden;
}

.btn-more-green{
 visibility:hidden;
}

  
