/* Print styles */

div#layoutWrapper {
  position: relative;
  width: 600px;
  overflow-y: hidden;
}

div#layoutTop, 
div#layoutNavigation, 
div#layoutRight, 
div#layoutFooterWrapper, 
.screen {
  display: none;
}

td {
  vertical-align: top;
}
p, td, li, a, div, span {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}
p { 
  margin-top: 0px;
  margin-bottom: 10px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}
a:link,
a:visited,
a:active,
a:hover {
  -moz-outline-style: none;
  color: #000000;
  text-decoration: underline;
}
a:active,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}
ul.ulLijst li {
  margin-bottom: 10px;
}
ol {
  padding: 0px;
  margin: 0px;
  padding-left: 25px;
}
hr {
  height: 1px;
  color: #000000;
  background-color: #000000;
  border: solid #000000 0px;
}