body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
	font-size: 12px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px }
h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;}

a:link, a:visited{ color:#666}
a:hover{ color:#C00}
/* ----------container to center the layout---------- */
#container {
	display:block;
	width: 760px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	} 

/* ----------header for logo-------------- */
#header {
	display:block;
	width: 760px;
	height:158px;
	}
 
	#logo {
		float: left;
		position:relative;
		top:27px;
		left:50px;
		width:294px; 
	}
	#actiebanner {
		float:right;
		position:relative;
		top:10px;
		height:103px;
		margin-right: -1px;
		border:#000000 solid 0px;
		}
		
		
/* TOPNAVIGATION */

#topnavig{
	clear:both;
	position:relative;
	width: 760px;
	top:27px;
	left:0px;
	background-color: #eeefef;
	padding-top: 9px;
	padding-bottom: 8px;}
	
	#topnavig ul{ margin:0; padding:0}
	#topnavig li{
		display: inline;
		list-style-type: none;
		padding-top: 8px !important;
		padding-top: 0px;}
	#topnavig a{
		font-size: 12px;
		text-decoration: none;
		padding-left: 39px;
		padding-right: 40px;
		padding-top: 8px;
		padding-bottom: 7px;}
	#topnavig a:link, #topnavig a:visited{
		color: #000;}
	#topnavig a:hover, #topnavig a:active{
		background-color: #ffd309;}
	#topnavig a.selected:link, #topnavig a.selected:visited{
		color: #000;
		background-color:#ffd309}
/* END OF TOPNAVIGATION */


/* sidenavig */
	#subnavig ul{
		display:block;
		position:relative;
		top:27px;
		left:135px;
		height: 15px;
		padding-top: 6px !important;
		padding-top: 3px;
		padding-bottom: 7px;}
	#subnavig ul{ margin:0; padding:0 0 0 10px; background-image:url(../graphics/common/arrow.gif); background-repeat:no-repeat; background-position: left center}
	
	#subnavig li{
		display: inline;
		list-style-type: none;
		padding-top: 8px !important;
		padding-top: 0px;
		padding-bottom: 7px !important;
		padding-bottom: 0px;}
	#subnavig a{
		font-size: 12px;
		text-decoration: none;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 7px;}
	#subnavig a:link, #subnavig a:visited{
		color: #000;}
	#subnavig a:hover, #subnavig a:active{
		text-decoration:underline}
	#subnavig a.selected:link, #subnavig a.selected:visited{
		text-decoration:underline}
/* END OF subnavigATION */



/* ----------CONTENT----------------- */
#content{
	display:block;
	width: 760px;
	min-height:365px;
	margin:60px 0 20px 0;
	}

#outer{
	height:100%; 
	border-left: solid 180px #fff;  /* color of the left column  */ 
 	} 

#inner{ 
	margin:0px; width:100%;} /* The ie/pc pecularity */ 


.home #bannerwelkom {
	margin-top:20px;
	width: 100%;
	text-align:center;
	}
.home #text {
	float:left;
	width:344px;
	z-index:2;
	margin-top:15px;
	margin-bottom:15px;
	padding:20px 40px 20px 30px;
	background-color:#eeefef;
	background-image:url(../graphics/common/ezelshoek.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	}
.home #button-download{
	float:right;
	padding-right:80px;}

.center{ text-align:center}

/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

/*  ----------------footer---------------------- */ 
#footer {
	color:#FFFFFF;
	font-size: 12px;
	clear:left;
	padding:10px 10px 40px 10px;
	margin:0px;
	text-align: center;
	background-color: #cb3f19; } 
#footer a:link, #footer a:visited{ color:#FFF}
#footer a:hover{ color:#FFF; text-decoration:none}

