/* Generated by KompoZer */
html, body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url(z-background2.gif);
  background-position: center top;
  background-repeat: repeat-y;
  height: 100%;
}
#container {
  margin: 0 auto;
  width: 750px;
  text-align: left;
  font-family: arial,helvetica,sans-serif;
  position: relative;
  min-height: 100%;
  height: auto ! important;
}
#content {
  padding: 10px;
  margin-top: 33px;
  width: auto;
  height: auto;
}
#header {
  border:  none;
  margin: 0;
  padding: 0;
  background-image: url(header.png);
  background-position: center top;
  background-repeat: no-repeat;
  clear: both;
  height: 150px;
  position: relative;
  text-align: left;
  width: 100%;
}
#footer {
  position: relative;
  clear: both;
  height: 14px;
  width: 100%;
  bottom: 0 ! important;
  background-color: gray;
  font-size: 8px;
  color: #ffffff;
  text-align: center;
}
#header h1 {
  position: absolute;
  top: -200px;
  margin-left: 500px;
}
a {
  color: #6bba70;
  text-decoration: none;
}
a:hover {
  color: #008c00;
  font-weight: bold;
}
a[href^=http://] {
  background: transparent url(external.png) no-repeat scroll right center;
  padding-right: 13px;
}
#navcontainer ul {
  margin: 0;
  padding-left: 0;
  background-color: #c3d9ff;
  color: #ffffff;
  float: left;
  width: 100%;
  font-weight: 700;
}
#navcontainer ul li {
  display: inline;
}
#navcontainer ul li a {
  border-right: 1px solid #ffffff;
  padding: 0.4em 1em;
  color: #ffffff;
  text-decoration: none;
  float: left;
}
#navcontainer ul li a:hover {
  background-color: #eeeeee;
  color: red;
}
#navcontainer ul li a.current {
  background-color: #eeeeee;
  color: black;
}
#nieuws {
  margin-left: 0px;
  width: 64%;
  float: left;
}
#binnenkort {
  background-color: #d01f3c;
  width: 34%;
  float: right;
}
#todo {
  border-style: solid;
  border-width: medium;
  float: right;
  font-weight: lighter;
  font-size: smaller;
  background-color: #3333ff;
  width: 34%;
  margin-top: 44px;
  padding-top: 13px;
  top: 0px;
  line-height: 1.3em;
}
#content h2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
#nieuws h2, #binnenkort h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
#binnenkort .kalender li {
  margin: 0px;
  padding: 5px;
}
.teamitem {
  border: 1px dashed ;
  margin: 20px;
  display: block;
  float: none;
  padding-top: 10px;
}
.kalender {
  border-top: 2px solid;
  margin: 5px;
  padding: 5px;
}
.kalender li {
  border-top: 1px dotted;
  margin: 0px 10px 10px;
  padding: 5px;
  clear: both;
  list-style-type: none;
}
.kalender li img {
  float: right;
}
.date {
  float: left;
  height: 45px;
  width: 25px;
  margin-bottom: 3px;
  margin-right: 3px;
  margin-left: 0px;
  text-align: center;
}
.month {
  margin: 0px;
  font-size: 8px;
  color: white;
  background-color: orange;
  text-transform: uppercase;
}
.day {
  margin: 0px;
  font-size: 20px;
  color: grey;
  background-color: white;
}
.quote {
  border: 1px dashed ;
  margin: 10px;
  padding: 10px;
  font-size: 12px;
  color: darkgrey;
  float: right;
}
