/* Print stylesheet for PME website */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.636em;
	color: #404141;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #003145;
	margin: 0 0 0.9em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.636em;
	font-weight: bold;
	color: #003145;
	margin: 0 0 0.667em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 0.909em;
	font-weight: bold;
	color: #808385;
}

 h5 {
	font-size: 1em;
	font-weight: bold;
}

 h6 {
	font-size: 1em;
	font-weight: bold;
}

 p {
	margin-bottom: 1em;
}

 a {
	color: #003145;
	text-decoration: underline;
}

 ul,
 ol {
	margin: 0 0 1em;
	padding: 0 0 0 3em;
}

 table,
 input,
 select,
 textarea {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}

 table {
	margin: 0 0 1em 0;
	border-top: 1px solid #FFFFFF;  /* Changed color from black to white */
	border-left: 1px solid #FFFFFF; /* Changed color from black to white */
	font-size: 1em;
	border-spacing: 0;
    width: 100%;
}

 table th,
 table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #FFFFFF; /* Changed color from black to white */
	border-right: 1px solid #FFFFFF;  /* Changed color from black to white */
	text-align: left;
	vertical-align: top;
}

 form legend {
	display: none;
}

 form fieldset {
	margin: 0 0 1em;
}

 form fieldset label,
 form fieldset p.label {
	display: block;
	margin: 0 0 0.5em;
}

 form fieldset input,
 form fieldset textarea,
 form fieldset select {
	margin: 0 0 0.5em;
	border: 1px solid #7f9db9;
	padding: 0.25em;
}

div.f1_header *,
div.f2_footer,
div.col1,
div.col3 {
	display: none;
}

div.f1_header a.logo,
div.f1_header a.logo img {
	display: block;
	margin-bottom: 4em;
}

div#f5-carousel {
	width: auto !important;
	height: auto !important;
	margin: 0 0 2em;
}

div #f5-carousel > h2 {
	display: none;
}

div #f5-carousel ul#carousel_controls {
	display: none;
}

div#f5-carousel ul {
	width: auto !important;
	height: auto !important;
	list-style: none;
	padding: 0;
	float: none;
}

div#f5-carousel ul li {
	position: static !important;
	display: block !important;
	margin: 0 0 1em;
	padding: 0;
	width: auto !important;
	height: auto !important;
}

div#f5-carousel ul li div {
	position: static;
	opacity: 1;
}

div.f6_nieuwslijst,
div.f7_linkbox {
	float: none;
	width: auto;
	margin: 0 0 2em;
}

div.f4_doelgroep-box {
	margin: 0 0 2em;
}

div.tabcontent {
	display: block !important;
	margin: 0 0 2em;
}

span.date {
	display: block;
	margin: 0 0 1em;
}

ul.tabs {
	display: none;
}

div.tabcontent ul {
	list-style: none;
	padding: 0;
}

ul.pagebrowse {
	display: none;
}

div.f11_pagina-kop_contentbox {
	margin: 0 0 4em;
}

div.toggle_container {
	display: block !important;
	margin: 0 0 1em;
}

div.letters {
	display: none;
}

 a.button span.leftcap,
 a.button span.rightcap {
	display: none;
}

/*
 * Custom print aanpassingen
 **/
.col2 {
	margin: 0 0 2em;
	padding: 0;
	width: 100%;    
}

/* Contactformulier aanpassingen */
.contact {
	margin: 0 0 2em;
	padding: 0;
}

/* Linker navigatie menu niet weergeven */
.f8_navigatie_links {
	display: none;
	padding: 0;
	margin: 0;
	width: 0px;
}

.f8_navigatie_links div, 
.f8_navigatie_links div p, 
.f8_navigatie_links div form, 
.f8_navigatie_links div form select, 
.f8_navigatie_links div form select option,
.f8_navigatie_links ul,
.f8_navigatie_links ul li,
.f8_navigatie_links ul li a {
	display: none;
 	margin: 0;
	padding: 0;
	width: 0px;
}

/* Downloads */
.f17_downloads {
	display: block;
	margin: 0 0 2em;
}	

/* Printen */
#logo {
  display: block;
  /*margin-bottom: 1px; */
  margin: 0;
  padding: 0;
}    

a.back {
  display: none;
}  

.image {
  float:left;
  margin: 0 10px 5px 0;
}

.xopus_content table, 
.xopus_content table th, 
.xopus_content table td {
  border: 1px solid #000000;
}