/* Remove all elements */
#b-2,
#categories,
#carrousel,
#feedback,
#header p,
#header form,
#header div,
#header ul,
.print
{
  display: none;
}

div,
body,
html {
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #520;
  font-weight: bold;
  text-decoration: underline;
}

#b-1 a:link:after,
#b-1 a:visited:after {
  color: #bbb;
  content: " (" attr(href) ") ";
  font-size: 10pt;
  font-style: italic;
  text-decoration: none;
}

#b-1 a[href^="/"]:after {
  content: " (http://www.uwoon.nl" attr(href) ") ";
}

.customtable .date {
  width: 6em;
}

body {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12pt;
}

#footer {
  border-top: 1pt solid black;
  font-size: 9pt;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0 0 0.85em 0;
}

h1 {
  color: #006d94;
  font-size: 14pt;
  text-transform: uppercase;
}

h2 {
  color: #006d94;
  font-size: 13pt;
  text-transform: uppercase;
}

h3 {
  color: #006d94;
  font-size: 12pt;
}

#header a,
img {
  border: 0;
}

#pageheader {
  margin-left: 200px;
  position: absolute;
  top: 0;
  right: 0;
}

#trail {
  border-bottom: 1pt solid black;
  font-size: 10pt;
}

#trail span:before {
  content: " > ";
}
.uwoon-blokkop {
  font-weight: bold;
  text-transform: uppercase;
}