	body {
		margin:0;
		padding:0;
		background:#333333 url('../images/layout/body_bg.png') repeat-x; 				
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FFFFFF;		
	}
	
	img { 
		border:0px;
	}

	h1 { 
		margin-bottom:0px;
		font-size:14px;
	}
	
	a {
		color: #5a5cc5;
	}
	
	a:visited {
		color: #5a5cc5;
	}

	p { 
		margin-bottom:20px;
	}
	.dag {
		color:  #FFFFFF;
		font-weight: bold;
	}
	
	.maand {
		color: #5A5CC5;
		font-weight: bold;
	}
	
	div#main {
		width: 999px;
		height: 573px;
		background-image: url('../images/layout/achtergrond.jpg');
		margin:  auto;
	}
	
	/** -------------  TOP ----------------**/

	div#top {
		width: 100%;
		height: 150px;
	}

	div#logo {
		width: 260px;
		margin-left: 52px;
		float: left;
		overflow: hidden;
	}
	
	div#menu-outer {
		width: 687px;
		float: left;
		overflow: hidden;
	}

	div#menu-inner {
		height: 44px;
		text-align: right;
		padding-left: 50px;
		padding-right: 10px;
		padding-top: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
	}
	
	#menu-inner ul{  
	    margin: 0;  
	    
    }  
 	
	#menu-inner #menu li{  
	    float: left;  
    	margin-right: 10px;  
     	color: #FFFFFF;  
     	list-style-type: none;
     	font-family: Verdana, Arial, Helvetica, sans-serif;
     	font-size: 18px;
     	height: 44px;
 	}  
 	
	 #menu-inner #menu li:hover{  
    	color: #5a5ac5;  
     	cursor: pointer;  
     	height: 44px;
     	background:#000000 url('../images/layout/menu-selector.jpg') center bottom no-repeat;
 	}  
	
	#menu-inner #menu li.active{  
    	color: #5a5ac5;  
     	cursor: pointer;  
     	height: 44px;
     	background:#000000 url('../images/layout/menu-selector.jpg') center bottom no-repeat;
 	}  
	
	td.item a{ color: #FFFFFF; text-decoration:  none;} 	
	td.itemActive a{ color: #5A5CC5; text-decoration:  none; } 
	td.item:hover {background:#000000 url('../images/layout/menu-selector.jpg') center bottom no-repeat;}
	td.itemActive {background:#000000 url('../images/layout/menu-selector.jpg') center bottom no-repeat;}
	
	div#hyves {
		width: 680px;
		text-align: right;
		margin-top: 5px;
		position: absolute;
		z-index: 99;
	}
	
	/** -------------  CENTER ----------------**/
	div#loading {  
     visibility: hidden; 
	 z-index: 200;
	 left: 50%;
	 top: 20px;
	 position: absolute; 
 }  

	div#center {
		width:685px;
		height: 266px;
		float: left;
		overflow: auto;
	}
	
	div#content {
		width: 609px;
		overflow: auto;
		height: 250px;
		padding-left: 10px;
		padding-right: 30px;
	}
	
	
	div#header {
		width: 272px;
		margin-left: 8px;
		margin-right: 10px;
		margin-top: -45px;
		float: left;
		overflow: hidden;
		height: 311px;
	}
	
	/** -------------  BOTTOM ----------------**/
	
	div#bottom {
		margin-top: 1px;
		width:  100%;
		height: 157px;
		color: #000000;
	}
	
	div#block-left {
		width: 584px;
		margin-left: 25px;
		float: left;
		overflow: visible;
	}
	
	div#block-right {
		width: 360px;
		margin-right: 25px;
		margin-left: 0px;
		float: left;
		overflow: hidden;
		padding-left:5px;
		
	}
	
	div#footer {
		width: 999px;
		margin:auto;
	}
	
	div#footer1 {
		font-size: 10px;
		width: 379px;
		text-align: left;
		padding-left: 20px;
		float: left;
	}
	
	div#footer2 {
		font-size: 10px;
		width: 379px;
		text-align: right;
		padding-right: 20px;
		float: right;
	}

	/** -------------  EVENTS ----------------**/
	
	div#event-item {
		width: 606px;
		margin-left: -26px;
		height: 157px;
	}
	
	div#event-left {
		float:left;
		overflow: hidden;
		background: transparent url('../images/layout/event_date.png') center 20px no-repeat;
		width: 50px;
		height: 127px;
		padding-left: 25px;
		padding-top: 30px;
	}
	
	div#event-center {
		float:left;
		overflow: hidden;
		width: 381px;
		height: 157px;
	}
	
	div#event-right {
		float:right;
		overflow: hidden;
		width: 150px;
		height: 157px;
	}
	
	div#event-title{
		width: 100%;
		color: #5A5CC5;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 55px;
	}
	
	div#event-body{
		width: 100%;
	}
	
	/** -------------  AGENDA ----------------**/
	
	.agenda-item {
		
	}
	
	.agenda-item:hover {
		background: #e2e2e2;
	}
	
	/** -------------  PICTURE GALLERY ----------------**/
	
	.afbeelding { 
		float: left; 
		padding: 2px; 
		min-height: 60px; 
		overflow: hidden; 
		position: relative; 
		z-index: 5; 
	}
	
	#fotoalbums {
		width: 606px;
		float: left;
		overflow: auto;
	}
	
	#fotoalbums-body {
		width: 600px;
		float: left;
		overflow: auto;
		
	}
	
	/** -------------  CONTACT FORM ----------------**/
	
	#contact {
		color: #000000;
	}