/* 
**********************
ISF kleurcodes     *
**********************
Blauw:		#009EE0;
Roze:			#e61772;
Geel:			#c6d415;
Oranje:		#f9b231;
Paars:			#831d82;
Darkblauw:	#004a99;
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#009EE0;
	background-image:url("images/sitebgBlauw.gif");
	background-repeat:repeat;
}

#headerBg {
	background-image:url("images/headermask.png");
	background-position:left top;
	height:160px;
	position:absolute;
	width:100%;
}

#page {
	background-color:white;
	margin:0 auto;
	position:relative;
	width:950px;
}

#header {
	background-image:url("images/header.gif");
	display:block;
	height:160px;
	position:relative;
	width:100%;
}

#menuTop {
	left:20px;
	padding:0;
	position:absolute;
	top:40px;
	width:166px;
}

#breadcrumb {
	height:55px;
}

	#breadcrumbContent { 
		color:gray;
		font-family:Trebuchet MS;
		margin:14px 0 0 230px;
	}
	
	#breadcrumbContent a {
		font-weight:normal;
		text-transform:uppercase;
	}

/*** content - columns container ***/
#contentContainer {
	background-image:url("images/contentbg.gif");
	background-repeat:repeat;
	min-height:600px;
}
	
	#columnLeft {
		float:left;
		width:187px;
	}
	
	#columnCenter {
		float: left;
		margin-left: 40px;
		position:relative;
		width:494px;
	}
	
	#columnRight {
		float:right;
		margin-right:20px;
		width:167px;
	}

#whitespace {
	background-color:white;
	clear:both;
	height:30px;
}	

/*** footer container ***/
#footerContainer { background-color:white; }

	#footerWrap {
		border-top:1px solid #e6e6e6;
		margin:0 30px;
	}

		#footer { padding: 30px 0 30px 200px; }
		
		#footer p {
			color:gray;
			font-size:10px;
		}
		

/*** text headers blauw - omdat standaard.css BLAUW is ***/
h1 { color:#009EE0; }

/*** news op hoofdpagina rechts ***/
#columnRight #newsItem {
	border-top:1px solid #e6e6e6;
	padding:10px 0;
}

#columnRight #newsItem #lees-verder a {
	font-weight:normal;
	font-size:11px;
}

/* 2 kleurige donkergrijs-grijs tabel */
table.tweekleuren {
	margin-bottom:10px;
	width:100%;
}
table.tweekleuren caption, table.tweekleuren th  { font-weight:bold; }
table.tweekleuren th { background-color:white; }
table.tweekleuren tr.tr-even { background-color:#d5d6d2; }
table.tweekleuren tr.tr-odd { background-color:#e8e9e7; }

table.tweekleuren caption,
table.tweekleuren td,
table.tweekleuren th {
	height:20px;
	text-indent:10px;
}