/* standaard stijlen voor algemene zaken */
html, body {
  margin: 0;
  padding: 0;
}
body {
	background-color: #E3E3E3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin: 0;
	padding: 0;
	height: 100%;
}

#all {
	position: relative;
	margin: 0 auto;
	width: 780px;
	padding: 0px;
	border: 0px none;
	background-color: #FFFFFF;
	width: 779px;
}
#wrapper {
	background-color:#5D106E;
	float: left;
	width: 780px;
}
img {
	border: 0px none;
}
.headerimg {
	border: 0px none;
    height: 143px;
    padding-bottom:0px;
}
#header {
	height: 47px;
	width: 780px;
	text-align: left;
	background-color: #FFF;
}
#mainmenu {
	height: 143px;
	width: 780px;
	background-color: #FFF;
}
#subheader {
	background-color:#FFFFFF;
	color:#5E106F;
	font-family:Arial,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	height:43px;
	line-height:14px;
	margin-right:5px;
	width:775px;
}
#subHeaderSlogan {
	color:#5D106E;
	float:left;
	font-size:14px;
	height:70px;
	text-align:center;
	vertical-align:middle;
	width:100%;
	background-color: #FFFFFF;
	display: block;
	font-family:arial;
}
	#subHeaderSlogan a.link{
		color:#5D106E;
		text-decoration:underline;
	}
	
	
#rightMenu, .rightMenu {
	background-color:#5D106E;
	float:left;
	width:155px;
	color: #FFE5FF;
	display: block;
	height: 100%;
}
	#rightMenu .newsletter {
		/*line-height: 27px;*/
	}
	#rightMenu .newsEnvelope {
		padding-left:8px;
		vertical-align: middle;
	}
	#rightMenu a {
		color: #FFE5FF;
		text-decoration:none;
		font-weight:bold;
	}
	#rightMenu a:hover {
		color:#FFF;
	}
	#rightMenu ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}
		#rightMenu ul li {
			padding-left: 5px;
			font-size:11px;
		}
			#rightMenu ul li a {
				color: #FFE5FF;
				text-decoration:none;
				font-weight:bold;
			}
			#rightMenu ul li a:hover {
				color:#FFF;
			}
	#rightMenu ul#banners li {
		padding-right:5px;
	}
	#rightMenu ul.external {
		margin-bottom: 15px;
	}
	
		#rightMenu ul.external li {
			padding-bottom: 3px;
			padding-top: 3px;
		}
		#rightMenu ul.external li.first-child {
			font-weight:bold;
		}
		
			#rightMenu ul.weblogs li {
				text-align:center;
			}
#rightMenuKpa, .rightMenu {
	background-color:#FFE7CD;
	float:left;
	width:155px;
	color: #FF8801;
	display: block;
	height: 100%;
	height: auto;
}

	#rightMenuKpa ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}
		#rightMenuKpa ul li {
			padding-left: 5px;
			font-size:11px;
		}
			#rightMenuKpa ul li a {
				color: #FF8801;
				text-decoration:none;
				font-weight:bold;
			}
			#rightMenuKpa ul li a:hover {
				color:#FFF;
			}
	#rightMenuKpa ul.external {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
		#rightMenuKpa ul.external li {
			padding-bottom: 3px;
			padding-top: 3px;
		}
		#rightMenuKpa ul.external li.first-child {
			font-weight:bold;
		}
		
			#rightMenuKpa ul.weblogs li {
				text-align:center;
			}

/* footer styles */
#footer {
	background-color: #FFF;
	padding:0;
	float: left;
	width: 100%;
}
#footerBanners {
	background-color:#EEEEEE;
	clear: both;
	text-align:center;
	padding: 15px;
}
	#footerBanners ul {
		list-style-image:none;
		list-style-position:inside;
		list-style-type:none;
		display: inline;
		
	}
		#footerBanners ul li {
			display: inline;
			margin-left: 5px;
			margin-right: 5px;
		}
#footertext {
	color:#5E106F;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: arial;
}
	#footertext a, #footerprint a {
		color:#5E106F;
	}
/* Homepage Articles */
#articlesWrapper {
	width:624px;
	float: left;
	background-color: #ffffff;
}
.articles {
	padding-top: 4px;
	border-bottom:1px solid white;
	float: left;
	width: 624px;
}
	.articlesImage {
		width: 156px;
		color: #FFF;
		float: left;
		height:100%;
		display:block;
	}
		.articlesImage h2{
			font-size:16px;
			font-family:arial;
			font-weight:bold;
			margin:0pt;
			padding-top:15px;
			padding-left:10px;
		}
	.articlesText {
		float: left;
		padding: 20px 20px 15px 20px;
		background-color: #FFF;
		width:428px;
		font-size:11px;
		line-height:14px;
	}
		.articlesText h2 {
			margin: 0 0 15px 0;
			font-size: 16px;
			font-family: arial;
			font-weight:bold;
		}

		.articlesText ul {
			list-style-image:none;
			list-style-position:inside;
			list-style-type:none;
			margin: 20px 0 0 0;
		}
			.articlesText li {
				list-style-image:none;
				list-style-position:outside;
				list-style-type:none;
				border-top:1px dotted #DDDDDD;
				padding-top: 2px;
				padding-bottom: 2px;
				font-size: 14px;
			}
			.articlesText li.last-child {
				border-bottom:1px dotted #DDDDDD;
			}
				.articlesText li a {
					text-decoration:none;
					display: block;
				}
.articles {
	background-color:#5D106E;
}
	.articles .articlesText h2 {
		color: #5D106E;
	}
		.articles .articlesText a {
			color: #5D106E;
		}
.is {
	background-color: #C11722;
}
	.is .articlesText h2 {
		color: #C11722;
	}
		.is .articlesText a {
			color: #C11722;
		}
.wkid {
	background-color: #FF7F00;
}
	.wkid .articlesText h2 {
		color: #FF7F00;
	}
		.wkid .articlesText a {
			color: #FF7F00;
		}
.over {
	background-color: #B3CD04;
}
	.over .articlesText h2 {
		color: #B3CD04;
	}
		.over .articlesText a {
			color: #B3CD04;
		}

	.inspiratie .articlesText {
		padding-top: 10px;
		
	}
	.inspiratie .articlesText h2 {
		font-size: 16px;
		margin-bottom: 14px;
	}
		.inspiratie .articlesText a {
		}
			.inspiratie ul {
				margin: 0 0px 0 0;
			}
				.inspiratie li {
					border-bottom:1px dotted #DDDDDD;
					border-top: none;
					padding-top: 10px;
					padding-bottom: 10px;
					font-size: 11px;
				}
					.inspiratie li h2 {
						margin:0;
					}
					.inspiratie li a {
						text-decoration:underline;
						display:inline;
					}
				
/* subheader, kruimelpad en inlog-link */
.kruimel {
	font-weight:bold;
	background-color: #FFF;
	font-family:Arial, sans-serif;
	font-size:10px;
	line-height: 14px;
	padding-left: 160px;
	color: #C01721;
	clear: both;
}
	.kruimel a {
		color:#666666;
		font-weight:bold;
		text-decoration:underline;
	}
.rood a, .oranje a, .geel a, .lgroen a, .paars a, .balk a {
    line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
/* rollovers voor de links die in een list zitten met ie-hack */
.rood a:active, .oranje a:active, .geel a:active, .lgroen a:active, .paars a:active {
color: #000;
}
/* pijltje rollovers voor de links die in een list zitten met ie-hack */

.lgroen li a:hover, .lgroen li:hover {
  	list-style-image:url("../images/arrowyellow.gif");
    list-style-type: none;
    
}
.paars li a:hover, .paars li:hover {
    list-style-type: none;
	list-style-image:url("../images/arrow_paars.gif");
}


.rood li, .oranje li, .geel li, .lgroen li, .paars li {
	margin-left: 23px;
	list-style-image:url("../images/spacer.gif");
    list-style-type: none;
}
.rood li {
	list-style-image:url("../images/arrowred.gif");
    list-style-type: none;
}
.rood li a:hover, .rood li:hover {
	list-style-image:url("../images/arrowdoublered.gif");
    list-style-type: none;
}

.oranje li {
	list-style-image:url("../images/arroworange.gif");
    list-style-type: none;
}
.oranje li a:hover, .oranje li:hover {
	list-style-image:url("../images/arrowdoubleorange.gif");
    list-style-type: none;
}

.geel li a:hover, .geel li:hover {
	list-style-image:url("../images/arrowyellow.gif");
    list-style-type: none;
}


.lgroen li {
  	list-style-image:url("../images/arrowlgreen.gif");
    list-style-type: none;
    
}
.lgroen li a:hover, .lgroen li:hover {
  	list-style-image:url("../images/arrowldoublegreen.gif");
    list-style-type: none;
    
}


.sidebar li  {
	margin-left: 16px;
    line-height: 140%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style-type: none;
}

.sidebar li a {
    text-decoration: none;	
    color: #AE87B7;
}
.sidebar li a:hover, .sidebar li:hover {
	list-style-image:url("../images/arrow_purple.gif");
}

.black {
color:#000000;
}
.wit {
color:#FFFFFF;
}

.rood {
  background-color:#C01721;
}
.oranje { 
  background-color:#FF8001;
}
.geel {
  background-color:#F2CA0D;
}
.paars {
  background-color:#5E106F;
}
.lgroen {
  background-color:#B3CD04;
}   
.wit {
  background-color:#FFF;
}
ul {
    line-height: 140%;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
#searchform {
	float: right;
	height: 20px;
	width: 250px;
	padding-top: 15px;
	font-weight: bold;
	color:#5E106F;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
}
#searchform input{
	width: 96px;
	height: 13px;
	border: 1px solid #5E106F;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
/* wordt eigenlijk alleen op home gebruikt in zijn geheel in de andere stylesheets wordt dit weer overruled */
.content {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E106F;
	}
.sidebar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E106F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5E106F;
	border-bottom-style: none;
	border-right-style: none;
	width:154px;
	color:#888888;
}
.sidebar p {
	line-height:150%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
/* styles for the articles */
.article, .lists, .home_lists {
	padding-left:19px;
	width:586px;
}
.article p {
	line-height: 150%;
	width:441px;
	margin: 0px;
	padding: 0px;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.7em;
line-height:100%;
font-weight:bold;
color:#5E106F;
margin: 0px;
padding: 0px;
}
.lists, .lists ul {
color:#5E106F;
padding-left:19px;
}
.lists ul a {
color:#5E106F;
font-weight:normal;
}
.lists a, .article a, .introblock a, .bigmidarticle a {
	color:#FF8001;
	font-weight:bold;
	text-decoration:none;
}
/*styles for specific sections */
#leftmenu {
	width: 152px;
	margin-right: 0px;
	border-left:0px solid white;
	text-align:center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    #margin-bottom: 0px;
    #padding-bottom: 0px;
    border:0px;
}
#leftmenudiv{
	float:left;
}
#leftmenu ul {
	width: 152px;
    text-align:left;	

}
#leftmenu li {
    margin-top:5%;
}
#leftmenu a {
	line-height:14px;
}
#leftmenu img {
	margin-bottom: 0px;
    padding-bottom: 0px;
}
/* KPA SUB SUB menu */


#leftmenu ul.subsub {
	width: 134px
}
#leftmenu ul.subsub li {
	margin-left:20px;
}

/* KPA Top Nav Bar */
.balk .kpaBalk {
	color: #FFF;
	font-weight: bold;
	height: 35px;
}
.balk .kpaBalk ul {
	display: block;
	padding-top: 7px;
	float: left;
	margin-left: 9px;
}
.balk .kpaBalk ul li {
	display: inline;
}

.balk .kpaBalk ul li {
	float: left;
	height: 28px;
	background: url("/images/tab_inactive_L.gif") no-repeat left;
}

.balk .kpaBalk ul li a {
	height: 24px;
	float: left;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 5px;
	margin-right: 3px;
	margin-left: 2px;
	background: #FF9B33 no-repeat right url("/images/tab_inactive_R.gif");
	float: left;
}

.balk .kpaBalk ul li.currentpage {
	background: no-repeat left url("/images/tab_active_L.gif");
}

.balk .kpaBalk ul li.currentpage a {
	background: #FFFFFF no-repeat right url("/images/tab_active_R.gif");
}
.balk .kpaBalk ul li.currentpage a {
	color: #C01721;
}
.bigmidarticle {
	width:430px;
	float:left;
	line-height: 150%;
	padding-left:19px;
}

.introblock {
	float: left;
	width: 137px;
	line-height:150%;
    height:100%;
}
.introblock h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color: #008BDE;
	margin: 0px;
	padding: 0px;
}
.introblock h2 {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.introblock a.blue  {
color: #008BDE;
}
.leftspace{
	padding-left: 17px;
}
.smallspace{
	padding-left: 9px;
}
.top {
    width: 100px;
    position: absolute;
    margin-left:30px;
    bottom: 70px;
    color:#5E106F;
}
.top a {
    color:#5E106F;
    text-decoration:none;
    font-weight:bold;
}
#searchform img {
	margin: 0px;
	margin: 0px 0px -3px;
	border: 0px none;
}
.pinklist {
	background-color: #FAE8FE;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #fff;
	border-left: none;
}
.pinklist ul {
	margin-left: 10px;
}

.divider {
	float:left;
	width: 430px;
	margin: 3px 0px 4px 0px;
	border-bottom: 1px dotted blue;
	height: 1px;
	padding: 0px;
}

.w120px {
	width: 120px;
}
.leftwhiteborder {
   
}

.kpaButtonContainer {
	display: block;
	width: 100%;
	float: left;
	margin: 20px 0 20px 0;
	cursor: pointer;
}
.kpaButton {
	background: #FE8200 url("/images/call2Action_btn_R.gif") no-repeat right;
	width: auto;
	display: inline;
	height: 30px;
	float: left;
	padding-right: 27px;
	cursor: pointer;
}
.kpaButton span {
	height: 25px;
	float: left;
	background: url("/images/call2Action_btn_L.gif") no-repeat left;
	padding-left: 12px;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.subsidiewijzer ul {
	padding: 0 0 0 13px;
}

.subsidiewijzer ul li {
	text-indent: 0;
}

/*FAQ */
#slideItems .mainblock h1.header1 {
	font-weight: normal;
	cursor: pointer;
}
.element ul, .element ul li {
	list-style-position: inside;
}
.faq_header {
	font-size: 14px;
	font-weight: bold !important;
}
.faq .divider {
	border-bottom: 1px dotted #5E106F;
}