body {
  background-color: #FFFFEE;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 14px;
}

div.header {
  background-image:url('/content/images/woodpattern.png');
  background-color: inherit;
  color: #553311;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div.header p {
  font-size: 17px;
  margin: 10px 0 0 20px;
}

div.header a {
  background-color: inherit;
  color: inherit;
}

div.header a:hover {
  background-color: inherit;
  color: #FFCC00;
}

div.article {
  left: 20px;
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 10px;
  position: absolute;
  text-align: justify;
  top: 140px;
  width: 800px;
}

h1 {
  background-color: inherit;
  color: #AA6633;
  font-size: 20px;
  margin: 12px 0 4px 0;
}

h2 {
  background-color: inherit;
  color: #AA6633;
  font-size: 17px;
  margin: 6px 0 0 0;
}

p {
  line-height: 21px;
  padding-bottom: 6px;
}

a {
  background-color: inherit;
  color: #AA6633;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  background-color: inherit;
  color: #FFCC00;
}

pre {
  background-color: #EEEEFF;
  border: 1px dotted #CCCCDD;
  color: inherit;
  font-family: monospace;
  font-size: 11px;
  margin: 6px 0 12px 0;
  overflow: auto;
  padding: 10px;
}

/* used in displaying PHP code through highlight_string function */
pre.php {
}

pre.php span {
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  margin-bottom: 12px;
  margin-top: 12px;
  padding-left: 40px;
}

hr {
  border: 1px solid #994400;
  margin: 6px;
}

img {
  border: 0;
}

div.citation {
  font-style: italic;
  margin: 10px 0;
  padding: 0 40px;
}

div.frame {
  margin: 20px;
  position: relative;
}

div.frame p {
  font-weight: bold;
  padding-bottom: 0;
}

div.frame p + p {
  font-weight: normal;
  margin-top: -31px;
  padding-left: 80px;
}

div.panel {
  background-color: #EEEEFF;
  border: 1px solid #CCCCDD;
  color: inherit;
  margin: 20px;
  padding-bottom: 5px;
  position: relative;
}

div.panel h1 {
  background-color: #112233;
  border: 0;
  color: #88AACC;
  margin-top: 0;
  padding: 3px 10px;
}

div.panel h2 {
  padding: 0 10px;
}

div.panel p {
  padding: 0 10px;
}

div.panel pre {
  background-color: inherit;
  border: 0;
  color: #808080;
  padding: 10px 30px;
}

div.panel ul {
  padding: 0 10px 0 25px;
}

sup {
  bottom: 5px;
  font-size: 8px;
  position: relative;
  vertical-align: bottom;
}

sub {
  font-size: 8px;
  position: relative;
  top: 5px;
  vertical-align: top;
}

form {
  background-color: #EEEEFF;
  border: 1px solid #CCCCDD;
  color: inherit;
  margin: 6px 0 12px 0;
  padding: 15px;
}

label {
  float: left;
  font-weight: bold;
  margin-right: 15px;
  text-align: right;
}

table {
  border: 2px solid #AA6633;
  border-spacing: 1px;
  margin-bottom: 5px;
  width: 100%;
}

th {
  background-color: #AA6633;
  color: #FFCC00;
  font-size: inherit;
  font-weight: bold;
  height: 25px;
  padding: 0 5px;
  text-align: left;
}

td {
  padding: 2px 5px;
  text-align: right;
  vertical-align: top;
}

td.l {
  text-align: left;
}

p.streep {
  border-top: 2px solid #994400;
  margin-top: 6px;
  padding-top: 6px;
}

p.copyright {
  background-color: inherit;
  color: #808080;
  clear: both;
  font-size: 80%;
  padding-top: 3em;
  text-align: center;
}

.intro {
  font-weight: bold;
  padding-bottom: 21px;
}

.author {
  font-weight: bold;
  text-align: right;
}

.bericht {
  font-size: 11px;
  padding: 10px;
  text-align: right;
}

.red {
  background-color: inherit;
  color: #FF0000;
  font-weight: bold;
}

.orange {
  background-color: inherit;
  color: #FF8800;
  font-weight: bold;
}

.green {
  background-color: inherit;
  color: #008800;
  font-weight: bold;
}

.small {
  font-size: 9px;
}

/* anti-spam maatregel */
.emailadres:after { content: "@hk-solutions.nl"; }

