
	*{
		box-sizing: 		content-box;
		-moz-box-sizing: 	content-box;
	}
	
	html {
		width:				100%;
		height:				100%;
	}
	
	body {
		width:				100%;
		height:				100%;
		margin:				0;
		padding:			0;
		background-color:			#fff;
		background-position: 231px top;
		/*background-image:	url('/gfx/backgrounds/12.jpg');*/
		background-repeat:	no-repeat;
		
		font-family: 		Verdana, sans-serif;
		font-size:			11px;
		line-height:		1.5em;
		color:				#3d3d3d;
	}	
	
	img {
		border:				none;
		padding:			0;
		margin:				0;
		vertical-align:		bottom; /* removes whitespace preserverd for baseline-chars (g, j, p) */
	}
	
	h1 {
		margin:				5px 0 5px 0px;
		font-size:			20px;
		line-height:		1.0em;
		color:				#434343;
	}
	
	h2 {
		margin:				0px 0 0px 0;
		font-size:			18px;
		line-height:		1.0em;
		color:				#3d3d3d;
	}
		
	h3 {
		margin:				0px;
		font-size:			1em;
		line-height:		1.3em;
		color:				#2b2d84;
	}
	
	h4 {
		margin:				5px 0 5px 0;
		font-size:			11px;
		line-height:		1.3em;
		color:				#3d3d3d;
	}
	
	h5 {
		margin:				5px 0 5px 0;
		font-size:			10px;
		line-height:		1.3em;
		color:				#3d3d3d;
	}
	
	h2.titleRssFeed {
		background-image: 	url('../gfx/icons/rss_icon.gif');
		background-repeat:	no-repeat;
		background-position:right 9px;
	}
	
	p {
		margin: 			0 0 15px 0;
	}
		
	cite {
		font-style:			italic;
	}
	
		
			
	table#outerCon {
		border:				none;
		border-collapse:	collapse;
		padding:			0;
		margin:				0;
		height:				100%;
	}
	
	table#outerCon td.backgroundfill {
		padding:			0;
		vertical-align:		top;
		background:			#fff;
	}
	
	table#outerCon td#emptyCell {
		height:				46px;
		padding:			0;
		margin:				0;
		background:			transparent;
	}
	
	table th,
	table td {
		text-align:			left;
		vertical-align:		top;
	}
	
	p.readmore {
		width:				auto;
		margin: 			7px 0 0 0;
		padding:			0 10px 0 0;
		text-align:			right;
	}
	
	.caption {
		font-weight:		normal;
		font-size:			0.9em;
	}
	
	.todo {
		padding:3px 5px 2px 5px;
		text-transform:uppercase;
		color:#fff;
		font-family:Arial;
		font-weight:bold;
		border:1px solid #fff;
		background-color:#f00;
	}	

/*---- link styles ----*/
	
	
	a {
		color:				#eb007e;
	}
	a:visited {
		color:				#ea5faa;
	}
	a:hover {
		text-decoration:	none;
	}		
	
	
	a.closebttn {
		padding-left:		10px;
		color:				#3d3d3d;
		background:			url('../gfx/icons/arrow-black-right.gif') 0 4px no-repeat;
	}


img.bedrijfsruimte {
	display: block;
	margin-bottom: 20px;
}

div.selected {
    background-color: #ffcce7 !important;
}
