@charset "UTF-8";

/*
	Base stylesheet for Nalaten.nl

	Produced by: Hansnel Groep
	Author: Brands Siahaya
*/

@import url('typo.css');
@import url('layout.css');
@import url('addons.css');
@import url('navigation.css');
@import url('forms.css');


/*
	General reset
	=============
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*
	Common
	======
*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p, ol, #maincontent ul {
	color: #4d4d4d;
	margin-bottom: 20px;
}

p em {
	font-style: italic;
	font-weight: normal;
}

p strong {
	font-weight: bold;
}

h1 {
	font-size: 1.34em;
	color: #056773;
	font-weight: bold;
	margin-bottom: 15px;
}

.home h1 {
	color: #733200;
}

h1 span {
	color: #733200;
}

.home h1 span {
	color: #056773;
}

h2, .doelprofiel h3 {
	font-size: 1.34em;
	color: #733200;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 span, .doelprofiel h3 span {
	color: #056773;
}

h2 .appendix, .doelprofiel h3 .appendix {
	color: #056773;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.167em;
	color: #056773;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
}

h5 {
	font-weight: bold;
	margin-bottom: 0;
}

ol {
	list-style-position: inside;
	padding: 0;
}

#maincontent ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 12px;
}


/*added by KvP*/
.pushLHS {
	float:left;
	margin-right:6px;
	}
.pushRHS {
	float:right;
	margin-left:6px;
	}
	
.goede_doelen_overzicht{
	width: 85px;
	height: 85px;
	position: relative;
	text-decoration: none;
	float: left;
	margin: 9px 9px 0px 0px;
	overflow: hidden;
	border: solid 1px #c05d11;
}
.goede_doelen_overzicht:hover{
	border: dotted 1px #c05d11;
}
.goede_doelen_overzicht_item{
	overflow: hidden;
	width: 85px;
	height: 85px;
	position:reltive;
	top: 0px;
	left: 0px;
	background-color: #5cc6d4;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.goede_doelen_overzicht_item p{
	margin: auto 0px;
	color: #ffffff;
}

.goede_doelen_overzicht img{
	width: 85px;
	height: 85px;
	position:relative;
	top: -85px;
	left: 0px;
	margin: 0px;
}
.goede_doelen_overzicht:hover img{
	visibility: hidden;
}