@import url("http://fonts.googleapis.com/css?family=Droid+Sans");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.clear {
  clear: both;
}
.color1,
body > header > .menu,
body > footer {
  background-color: #ec1b23;
  color: #fff;
}
.color2,
body > header .target li a {
  background-color: #eee;
  color: #fff;
}
.color3 {
  color: #333;
}
.color4,
body > .main.content {
  background-color: #fff;
  color: #000;
}
a {
  color: inherit;
  text-decoration: none;
}
html,
body {
  height: 100%;
}
body {
  background-image: url("/blob/20da0ca494cadd94c5e50d11f9cd47c90259e76f");
  font-family: 'Droid Sans', Arial, helvetica, sans-serif;
  font-size: small;
}
body > header {
  background-color: #ddd;
  background: -webkit-linear-gradient(left, #fcd7d9, #fff);
  background: -moz-linear-gradient(left, #fcd7d9, #fff);
  background: -o-linear-gradient(left, #fcd7d9, #fff);
  background: -ms-linear-gradient(left, #fcd7d9, #fff);
  background: linear-gradient(to right, #fcd7d9, #fff);
  height: 300px;
  left: 50%;
  margin-left: -480px;
  position: absolute;
  top: 0;
  width: 960px;
  z-index: 1;
}
body > header > .title {
  position: relative;
}
body > header > .title h1 {
  color: #ec1b23;
  font-weight: bold;
  font-size: 60px;
  padding: 30px 10px;
}
body > header > .title .logo {
  float: right;
}
body > header .target {
  left: 0;
  margin: 5px 10px;
  top: 100px;
  position: absolute;
  width: 100%;
}
body > header .target li a {
  border: 1px solid #fff;
  -webkit-box-shadow: 3px 3px 5px #ccc;
  box-shadow: 3px 3px 5px #ccc;
  cursor: pointer;
  float: left;
  height: 130px;
  margin: 5px;
  padding: 10px;
  position: relative;
  width: 203px;
}
body > header .target li a.kids {
  background-image: url("/blob/b00da1c5be929fda8721c84350cf7e5403331c72");
}
body > header .target li a.ouders {
  background-image: url("/blob/250c6de6c393b6c902f3b220216705419c33737b");
}
body > header .target li a.onderwijs {
  background-image: url("/blob/803fc0e16ff1d0dd17247bdf12fbe8f9890ac783");
}
body > header .target li a.sponsors {
  background-image: url("/blob/7a511620928eda4f59873d6793c3a5642c46b2a3");
}
body > header .target li a .title {
  bottom: 5px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  width: 100%;
}
body > header > .menu {
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
body > header > .menu li {
  float: left;
  font-weight: bold;
  line-height: 30px;
  margin-left: 20px;
  margin-right: 10px;
}
body > .main.content {
  -webkit-box-shadow: 0 0 6px #858585;
  box-shadow: 0 0 6px #858585;
  font-size: 1.3em;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 960px;
}
body > .main.content > * {
  margin-left: 20px;
  margin-right: 20px;
}
body > .main.content > *:first-child {
  padding-top: 310px;
}
body > .main.content > *:last-child {
  padding-bottom: 40px;
}
body > .main.content p {
  padding: 10px 0;
  text-align: justify;
}
body > .main.content h1,
body > .main.content h2 {
  font-weight: bold;
}
body > .main.content h1 {
  font-size: 1.3em;
  padding-top: 20px;
}
body > .main.content h2 {
  font-size: 1.1em;
  padding-top: 10px;
}
body > .main.content ol > li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
body > .main.content ul > li {
  list-style-type: circle;
  margin-left: 1.5em;
}
body > .main.content .quote {
  color: #444;
  font-style: italic;
  margin: 1em;
  margin-left: 3.5em;
}
body > .main.content a {
  color: #ec1b23;
}
body > .main.content .alois {
  float: left;
}
body > .main.content .books {
  margin-top: 1em;
}
body > .main.content .books > a {
  float: left;
  margin-right: 1em;
  margin-bottom: 2em;
  min-width: 200px;
  position: relative;
  text-align: center;
}
body > .main.content .books > a img {
  border: 1px solid #000;
}
body > footer {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  position: relative;
  width: 960px;
}
body > footer ul {
  text-align: center;
}
body > footer ul li {
  color: #ddd;
  display: inline;
  font-size: 0.8em;
  line-height: 30px;
  margin: 0 30px;
}
