	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
		font-family:Arial;
		font-size:11px;
	}
	
	body{
		background-color:#006600;
		} 
		
	h1{
		font-size:20px;
		color:#006600;
	}
	
	h2{
		font-size:14px;
	}
	
	h3{
		padding:0 0 5px 0;
	}

		
		/********************************************/
		
	div.container{
		width:900px;
		margin-left:auto;
		margin-right:auto;
		background-color:#fff;
	}
	
		/********************************************/
	
	div.content{
		width:900px;
		height:100%;
	}
	
	div.header{
		width:900px;
		height:225px;
		margin:5px 0 0 0;
	}
	
	div.left{
		width:307px;
		height:100%;
		float:left;
	}
	
	div.leftimage{
		float:left;
		width:150px;
		height:420px;
	}
	
	div#menuDiv{
		width:157px;
		height:280px;
	}
	div#menuDiv a{
		display:block;
		color:#9c9c9c;
		font-size:13px;
		font-weight:bold;
		letter-spacing:1px;
		text-transform:uppercase;
		line-height:28px;
		vertical-align:middle;
		padding:0 0 0 10px;
		background-image:url('../images/menu/bg.png');
		background-repeat:no-repeat;
	}
	
	div#menuDiv a:hover{
		background-image:url('../images/menu/hover.png');
		background-repeat:no-repeat;
		color:#686868;
	}
	
	div#menuDiv a.active{
		background-image:url('../images/menu/active.png');
		background-repeat:no-repeat;
		color:#006600;
	}
	
	div.calender{
		width:148px;
		height:138px;
		border:1px solid #9b9b9b;
	}
	

	div.reclame{
		width:305px;
		height:100%;
	}
	
	div.right{
		width:593px;
		float:left;
	}
	
	div.tekst{
		height:100%;
		float:left;
		padding:10px 20px;
	}
	
	div.tekst a{
		color:#006600;
		font-weight:bold;
		font-size:12px;
	}
	
	div.inhoud{
		padding:0 0 20px 0;
	}
	
	div.rightimage{
		float:left;
		width:150px;
		height:420px;
	}
	
	.failed{
		color:red;
	}
	
	table.calendar {
		width: 148px;
		color:#686868;
	}
	
	table.calendar td {
		cursor: default;
	}
		
	a.textcalendar {
		color: #FFFFFF;
		text-decoration: none;
	}
		
	td.linkCell {
		text-align: center;
	}
