body {
margin: 0px 0px 0px 0px;
background: #e5e5e5;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

	a:link , a:visited , a:active {
		COLOR: #FFFFFF;
		TEXT-DECORATION: none;
	}
	
	a:hover {
		COLOR: #dce1e5;
		TEXT-DECORATION: none;
	}

#container {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	#header {
		width: 99%;
		height: 77px;
		background-image:url(head.jpg);
		background-position:left;
		background-repeat:no-repeat;
		background-color: #7E90A4;
		text-align:right;
		vertical-align:middle;
		margin: 0px 0px 0px 0px;
		padding: 5px 1% 0px 0px;
		
	}
	#infobar {
		width: 99%;
		height: 20px;
		background: #e05800;
		color: #FFFFFF;
		font-size: 12px;
		
		background-image:url(infobarbck.jpg);
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 1%;
		background-position:bottom;
		background-repeat:repeat-x;
	}
	#contentcontainer {
		height:100%;
	}
		#menubar {
			width:132px;
			height: 100%;
			background-image:url(menubck.jpg);
			background-repeat:repeat-y;
			float: left;
			
			font-weight: bold;
			font-size: 11px;
			color: #FFFFFF;
		}
			#menubar .lijst{
				margin-bottom: 15px;
			}
				#menubar .titel {
					background-color: #bd6a34;
					height:12px;
					padding-right:3px;
					
					font-family: arial;
					font-size:10px;
					text-align:right;
				}
				#menubar .item {
					height:15px;
					padding-left: 20px;
					background-image:url(menuitemicon.gif);
					background-position:1px 1px;
					background-repeat:no-repeat;
					vertical-align:top;
				}
		
		#content {
			height:100%;
			margin-left:133px;
		}
		
		#content .dubbelkolom {
				width: 66%;
				height: 100%;
				float:left;
			}
			#content .kolom {
				width: 33%;
				height: 100%;
				float:left;
			}
				#content  .kaderblauw, .kaderoranje, .kadergrijs {
					width: 95%;
					margin:1px auto 15px auto;
				}
				#content  .kadergrijs{
					border: 1px solid #98abbc;
				}
				.contentgrijs a{
					color:#FF0000;
				}
					
					#content  .titelblauw, .titeloranje, .titelgrijs {
						padding:1px 0px 0px 16px;
						font-family: arial;
						font-weight: bold;
						font-size: 12px;
						color: #FFFFFF;
						height:20px;
					}
					#content  .contentblauw, .contentoranje, .contentgrijs {
						text-align: justify;
						font-family: verdana;
						font-size: 11px;
						padding: 5px;
					}
					
					
					#content .titelblauw {
					background: #435464;
					background-image:url(kicon1.jpg);
					background-position:5px 4px;
					background-repeat: no-repeat;
					}
					#content .contentblauw {
						background: #98abbc;
						color: #435464;
					}
					
					#content .titeloranje {
						background: #dc5900;
						background-image:url(kicon2.jpg);
						background-position:5px 4px;
						background-repeat: no-repeat;
					}
					#content .contentoranje {
						background: #f9c6a9;

						color: #dc5900;
					}
					
					#content .titelgrijs {
						background: #98abbc;
						background-image:url(kicon3.jpg);
						background-position:5px 4px;
						background-repeat: no-repeat;					
						height: 18px;
					}
					
					#content .contentgrijs {
						background: #dce1e5;
						color: #435464;
					}


