
/* ############### BASIC BUILDING BLOCKS ADDONS ############### */
#pagewrapper{
	width: 952px;
	/*margin-left: 0;*//* for lefthanded layout instead of centered*/
	/* margin-top: 20px; */ /* offset from pagetop */
	text-align:left; /* om text-align=center van in "html, body" te compenseren*/
	border-left:2px solid #FC0;
	border-right:2px solid #FC0;
	}

	
#language{
	/* relative positioning: pull #topnav up or down, to the left or right, it will layer itself above the header */
	/*	
	position: relative;
	display:inline;
	left: 640px;
	top: -60px;
	*/
	position: relative;
	margin-left: 640px;
	top: -60px;
}
#header{
	height:146px;
	background-image:url(../gfx/basics/bg.head1.gif);
	background-repeat:repeat-x
	}
#content{ 
	background-color:#fff;
	margin-top:-20px;
/*	position:relative;
	top:-20px;*/
	background-image:url(../gfx/basics/bg.content.gif);
	background-repeat:repeat-y;
	}
/* FOOTER */
#footer{ background-color:#000; color:#999; padding:10px;	}
#footer p{ font-size:9px; color:#999 ;	}
#footer a:link, #footer a:visited{ color:#999;	}


#topnav{
	/* relative positioning: pull #topnav up or down, to the left or right, it will layer itself above the header */
/*	position: relative;
	left: 257px;
	top: -38px;*/
	overflow: hidden;
	width: 952px;
	height: 29px;
}

#crumbpath{
	width:600px;
	margin:20px 20px 56px 20px; 
	font-size:90%; 
	color: #003567 !important; /* crumbpathdividers color */
}
#crumbpath a:link, #crumbpath a:visited{
	text-decoration: underline;
	color: #1d3281;}
#crumbpath a:hover, #crumbpath a:active{ color:#003567;}

/*.col1{	width: 200px;}
.col2{	width: 700px; }*//* = pagewrapper.width - col1.width */



/* ############### 2 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.twoCols#header .col1{
	float:left;
	width: 299px;
	}
.twoCols#header .col2{
	float:right;
	width:237px;
	}

.twoCols#content .col1{
	width: 238px;
	}
.twoCols#content .col2{
	width: 393px;
}

/* minimum height for sidenav and text-block */
/* remember: if working with backgroundcolors or borders, 
you'll need to set a repeating background on 
.twoCols#content, since col1 doesn't know how
long col2 becomes (and vice-versa)
 !!!!!
*/
.twoCols#content .col1 {min-height: 200px;} /* mozilla + IE7 */
*html* .twoCols#content .col1 {height: 200px;} /* IE6 */

.twoCols#content .col2 {min-height: 200px;} /* mozilla + IE7 */
*html* .twoCols#content .col2 {height: 200px;} /* IE6 */



/* ############### HEADER ADDONS ############### */
.twoCols#header .col1{ }
.twoCols#header .col2{ }
.twoCols#header .col1 a{
	display: block;
}




/* ############### ADDONS ############### */
.right{ float:right; margin:5px 0 5px 15px }
.left{ float:left; margin:5px 15px 5px 0}
