
body {
  margin: 0px auto;
  font-family: Verdana;
  font-size: 10px;
  color: black;
  background-color: #DAE5EB;
}

#container {
  position: absolute;
  left: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -500px;
  width: 1000px;
  border: 4px double #009E15;
  background-color: white;
  z-index: 0;
}

#kleuren {
  text-align: right;
  font-size: 12px;
}

#login {
  color: #009E15;
  text-align: right;
  font-size: 12px;
}

#header {
  background-color: #009E15;
  background-image: url('../fotos/demeander.png');
  background-repeat: no-repeat;
  background-position: center; 
  color: white;
  font-size: 44px;
  text-align: left;
  height: 200px;
  width: 100%;
}

#menubar {
  border-bottom: 1px #009E15 solid;
  margin: 0px 0px 5px 0px;
  padding: 2px;
  color: #009E15;
  background-color: white;
  text-align: center;
  height: 20px;
}

#links {
  background-color: white;
  width: 230px;
  float: left;
  clear: left;
  margin: 0px 0px 0px 10px;
}

#content {
  float: left;
  margin: 0px 10px 0px 10px;
  width: 480px;
//  background-image: url('../fotos/logo.gif');
//  background-repeat: no-repeat;
//  background-position: center 50px; 
  overflow: auto;
}

#content.admin {
  width: 710;
}

#rechts {
  float: left;
  background-color: white;
  width: 230px;
  margin: 0px 10px 0px 0px;
}

#footer {
  border-top: 1px solid #009E15;
  text-align: center;
  font-style: italic;
  font-size: 10px;
  clear: both;
  padding: 1px 0px 1px 0px;
  height: 10px;
}

<!-- de css van een vlak -->
div.vlak {
  margin: 0px 0px 20px 0px;
}

div.vlak_lijn {
  border: 1px #009E15 solid;
  margin: 0px 0px 20px 0px;
}

div.kop {
  background-color: #009E15;
  font-weight: bold;
  color: white;
  margin: 5px;
  padding: 2px 5px 2px 5px;
}

div.subkop {
  border-bottom: 1px #009E15 solid;
  margin: 5px;
  color: darkgray;
  font-style: italic;
}

div.inhoud {
  margin: 5px;
  overflow: hidden;
}

div.laatst_gewijzigd {
  color: darkgray;
  font-style: italic;
  font-size: 10px;
  margin: 5px;
  text-align: center;
}

<!-- de css van de links -->
a:link, a:visited, a:active {
  text-decoration: underline;
  color: #009E15;
}

a:hover {
  text-decoration: none;
  background-color: #009E15;
  color: white;
}

<!-- de css van de menubalk -->
/* Deze stylesheet bepaalt het uitzicht van de menubalk */
/* Het uitzicht van het gebruikte lettertype op de menubalk */
div.WinBalk, div.WinBalk a.WinKnop, div.menu, div.menu a.WinItem { 
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: black; 
}

/* De achtergrondkleur van de bovenste menubalk */
div.WinBalk {
  position: relative;
  width: 100%;
  background-color: white;
  border: 0px solid;
  border-color:  #009E15;
  padding: 2px 1px 2px 1px;
  text-align: center;
}

/* De 'normale' kleur van de tekst op de bovenste menubalk */
div.WinBalk a.WinKnop {
  background-color: transparent;
  border: 2px solid white;
  color: #009E15;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 8px 2px 8px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  top: 0px;
}

/* De kleur bij muisover van de tekst op de bovenste menubalk */
div.WinBalk a.WinKnop:hover {
  background-color: #009E15; 
  border-color: white; 
  color: white; 
}

/* De kleur van de actieve (= aangeklikte) tekst op de bovenste menubalk */
div.WinBalk a.WinKnopActive, div.WinBalk a.WinKnopActive:hover {
  border: 2px white solid;
  background-color: #DAE5EB; 
  color: #009E15;
  left: 1px;
  top: 1px;
}

/* De achtergrondkleur van de submenu's */
div.menu {
  text-align: left;
  background-color: white; 
  border: 2px solid;
  border-color: #009E15;
  padding: 0px 1px 1px 0px;
  position: fixed; /*hier iets in wijzigen om de submenus op de juiste plaats te krijgen; was 'absolute', daarna 'solid'*/
  visibility: hidden;
}

/* De 'normale' tekstkleur van de submenu's */
div.menu a.WinItem {
  color: #009E15; 
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

/* Achtergrondkleur en tekstkleur submenu's bij mouseover */
div.menu a.WinItem:hover, div.menu a.WinItemOplichten {
  background-color: #009E15;
  color: white;
}

div.menu a.WinItem span.WinItemText {
}

div.menu a.WinItem span.WinItempijltje {
  margin-right: -.75em;
}

div.menu div.WinItemlijntje {
  border-top: 1px solid #009E15;
  border-bottom: 1px solid #009E15;
  margin: 4px 2px;
}


<!-- de css van de kalender -->

.calendarBox {
  position: relative;
  top: 5px;
  margin: 0 auto;
  padding: 5px; 
  width: 225px; 
  border: 0px solid #000;
}

.calendarFloat {
  color: #006699;
  float: left;
  width: 22px;
  height: 17px;
  margin: 1px 0px 0px 1px;
  padding: 1px;
  border: 1px solid #000;
}

td.weekeinde {
  text-align: center;
  background-color: lightslategray;
  color: black;
}

td.weekdag { 
  text-align: center;
  background-color: silver;
  color: black;
}

td.dag { 
  width: 25px;
  background-color: gainsboro;
  cursor: pointer;
  top: 3px; 
  left: 1px;
  text-align: center;
}

td.vandaag {
  width: 25px;
  background-color: #009E15;
  cursor: pointer;
  top: 3px; 
  left: 1px;
  text-align: center;
  color: #DAE5EB;
}

td.dag_sel {
  width: 25px;
  background-color: orange;
  cursor: pointer;
  top: 3px; 
  left: 1px;
  text-align: center;
}

td.dag a:hover {
  border: 2px solid orange;
  background-color: orange;
  color:white;
}


// admin kalender
div.actie {
  width: 70px;
  float: left;
}

?>
