/* standaard stijlen voor algemene zaken */
html, body {
  margin: 0;
  padding: 0;
}
body {
	background-color: #5E106F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin: 0;
	padding: 0;
}
#all {
	position: relative;
	margin: 0 auto;
	width: 780px;
	padding: 0px;
	border: 0px none;
	background-color: #FFFFFF;
	width: 779px;
	overflow:hidden;
}
img {
	border: 0px none;
}
.nonPrint {
	display: none;
}

#header {
	height: 47px;
	width: 780px;
	text-align: left;
	background-color: #FF0000;
}
#mainmenu {
	height: 1px;
	width: 1px;
	background-color: #FFF;
	display: none;
}
/* subheader, kruimelpad en inlog-link */
#subheader {
	height: 43px;
	width: 775px;
	text-align: right;
	color:#5E106F;
	font-weight:bold;
	background-color: #FFF;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	line-height: 14px;
	margin-right: 5px;
	display: none;
}
#subheader a {
	color:F2CA0D;
}

#subheader .kruimel {
	float:left;
	padding-left: 160px;
	color: #C01721;
}
#subheader .kruimel a {
color:#666666;
font-weight:bold;
text-decoration:underline;
}

/* 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;
	}
/* 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;
}
h2 {
        font-family:Arial, Helvetica, sans-serif;	
        font-size:12px;
}
.lists, .lists ul {
	color:#5E106F;
	padding-left:19px;
}
.lists ul a {
	color:#5E106F;
	font-weight:normal;
}
.lists a, .article a, #subheader a, .introblock a, .bigmidarticle a {
	color:#FF8001;
	font-weight:bold;
	text-decoration:none;
}
/* footer styles */
#footer {
	display : none;
}

.bigmidarticle {
	width: 430px;
	float: left;
	line-height: 150%;
	padding-left: 19px;
}

.introblock {
	float: left;
	width: 150px;
	line-height: 150%;
	padding-right: 45px;
}
.introblock h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color: #008BDE;
	margin: 0px;
	
}
.introblock h2 {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color: #000;
	margin: 0px;
	
}
.introblock a.blue  {
	color: #008BDE;
}

#inspiration .introblock {
	  width: 195px;
	  padding-right: 50px;
}

.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;
}
.divider {
	float:left;
	width: 430px;
	margin: 3px 0px 4px 0px;
	border-bottom: 1px dotted blue;
	height: 1px;
	padding: 0px;
}

.w120px {
	width: 120px;
}

.leftwhiteborder {
}


.extraInformation {
		
		border-bottom: solid 1px #ff8001;
    height: 42px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.extraInformation h3 {
		display: inline;    
		padding: 0px;
    margin: 0px;
    display: block;
    font-size: 16px;
}
.extraInformation h5 {
		display: inline;
		padding: 0px;
    margin: 0px;
    display: block;
    font-size: 12px;

}

/* bepaalde ids omzichtbaar maken*/
#ReageerLink, #crumbs, #arrow, #menu, #more_info, #pdfLink, #kaartenLink {
		display: none;
}

#goals li, #goals_small li {
		display: inline;
}

.bigMidArticleImage{
		float: left;
		padding-bottom: 10px; 
		padding-right: 10px;
}
#home .bigMidArticleImage{
	float: none;
}


