/* Schaduw */
.container {
   width: 960px;
   margin: 0px auto;
   background: url('../../resources/images/schadow.png') top center repeat-y transparent;
}

/* Header */
#header {
	width: 960px;
	margin: 0px 0px 0px 0px;
	height: 226px;
	background: url('../../resources/images/headerbg.jpg') top center #cccccc;
}

   /* Logo (link) */
   #logo {  
   	width: 480px;
   	height: 113px;
   	float: left;
   	background: url('../../resources/images/headerbg.jpg') top left #cccccc; 
   } 
   
      /* Logo text */
      #logo h1 {
	      text-indent: -9999px;  
      }

/* navigation menu */
#menu {
	float: left; 
}
   /* Menu list */
   ul#menu {  
       list-style: none;
   } 

   /* Menu item */
   ul#menu li {  
      width: 146px;
      height: 36px;
      margin-left: 10px;
      margin-bottom: 3px;
      background: url('../../resources/images/menubg.png') top right no-repeat transparent;
   } 
   
   ul#menu li:hover {  
      width: 146px;
      height: 36px;
      margin-left: 10px;
      margin-bottom: 3px;
      background: url('../../resources/images/menu_hoverbg.png') top right no-repeat transparent;
   } 
   
   /* Menu item (link) */
   ul#menu li a {  
      display: block;
      font-weight: bold;
      padding-top: 5px;
      font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
      font-size: 18px;
      color: #fff;
      padding-left: 15px;
      padding-bottom: 8px;
      text-decoration: none;
   } 
   
   /* Menu item (link) */
   ul#menu li.subitem {  
      width: 146px;
      height: auto;
      margin-left: 10px;
      margin-bottom: 3px;
      background-image: none;
   } 
   
   ul#menu li.subitem a {  
      display: block;
      font-weight: bold;
      padding-top: 0px;
      font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: darkred;
      padding-left: 15px;
      padding-bottom: 2px;
      text-decoration: none;
      background-image: none;
   } 
   
   ul#menu li.subitem a:hover {  
      display: block;
      font-weight: bold;
      padding-top: 0px;
      font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: darkred;
      padding-left: 15px;
      padding-bottom: 2px;
      text-decoration: underline;
      background-image: none;
   } 

/* content */
#content {
	margin-left: 22px;
	width: 590px;
	float: left;
	line-height: 17px;
   font-size: 13px;
   font-family: calibri;
   list-style-position: inside;
   padding-bottom: 10px;
}

   #content h2 {  
      font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
      font-size: 24px;  
      color: #044055;  
      font-weight: normal;  
      margin-bottom: 15px;
   } 
   
   #content p {
   	line-height: 17px;
   	font-size: 13px;
   	font-family: calibri;
   	padding-top: 10px;
   }
   
   #content li {
	   padding-left: 15px;
   }

/* sidebar */
#sidebar {
	margin-left: 22px;
	width: 160px;
	float: left;
}
   
   /* img */
   #sidebar img {
   	margin:  0 0 10px 0;
   	padding: 0px;
   }

/* footer - end of page */
#footer {
   height: 20px;
   width: 960px;
   margin: 0px auto;
}

/* Agenda */
.agendaDiv {
	margin-bottom: 15px;
}
   .agendaDiv h6 {
      padding: 5px;
      color: black;
      border: 4px solid #dddddd;
      border-bottom-width: 0px;
   	font-size: 16px;
   }
      .agendaDiv h6 img {
      	margin-bottom: -2px;
      	margin-right: 7px;
      }
      
   .agendaContent {
	   border-left: 0px solid #dddddd;
	   padding: 15px;
	   padding-top: 10px;
	   background-color: #dddddd;
   }

/* Gastenboek */
.gastenboekDiv {
	margin-top: 15px;
}
   .gastenboekTime {
   	margin-top: 15px;
   	margin-right: -12px;
   	float: right;
   	font-size: 11px;
   	color: gray;
   }
   .gastenboekDiv h6 {
   	padding: 5px;
      color: black;
      border: 4px solid #dddddd;
      border-bottom-width: 0px;
   	font-size: 16px;
   }
      .gastenboekDiv h6 img {
      	margin-bottom: -2px;
      	margin-right: 7px;
      }
   
   .gastenboekContent {
	   border-left: 0px solid #dddddd;
	   padding: 15px;
	   padding-top: 10px;
	   padding-bottom: 0px;
	   background-color: #dddddd;
	   overflow: hidden;
   }
