/*motorrijschool EMO print.css*/

* {
  margin: 0;
}

html, body, ul {
  padding: 0;
}

#opera, a.access, img, #menu, #imguitdruk, #main ul.bullets, #menubar_left, #sidebar #map, #map+p, #footer {
  display: none;
}

#header p {
  margin: 5mm 0;
  font-size: 2em;
  text-align: center;
}


#main, #sidebar {
  font-family: georgia, times, "times new roman", serif;
}
  

h1 {
  font-weight: bold;
  font-size: 1.2em;
  text-indent: 5mm;
}

h2 {
  font-size: .8em;
  text-align: center;
}

#main p {
  font-size: .8em;
}

#main a {
  text-decoration: underline;
  color: #00f;
}

fieldset {
  border: 0;
}

label {
  display: block;
}

input[type="checkbox"]+label {
  display: inline;
  padding-right: 2em;
}

#sidebar {
  width: 80mm;
  margin: 10mm auto;
  padding: 5mm;
  text-align: center;
  border: 1px solid #000;
}
	#sidebar p {
          font-size: .8em;
          line-height: 1.4em;
	}
