/*
 *  Deze styles zijn nodig voor het framework en CMS
 *
 */
#debug {
     display: block;
     position: fixed;
     bottom: 0px;
     width: 100%;
     z-index: 99;
     padding: 10px;
     background-color: white;
 }
 #debugContent {
     display: none;
     overflow: scroll;
     height: 300px;
     width: 97%;
 }
 #debugToggle {
     cursor: pointer;
     font-weight: bold;
 }

 .kalender {
     border: 1px solid #E5EEF3;
 }

 .kalenderMaand {
     font-weight: bold;
 }

 .kalenderDagen {
     font-weight: bold;
     background-color: #E5EEF3;
 }

 .kalenderDag:hover {
     background-color: #CCCCCC;
 }
 
 .kalenderLink {
     text-decoration: none;
 }

 .kalenderLink span {
     position: absolute;
     width: 200px;
     margin-left: 10px;
     margin-top: 10px;
     display: none;
     background-color: white;
     border: solid 1px black;
 }

 .even { background-color: #E5EEF3; }
