/******* algemeen ******/
* {				margin:		0;
				padding:		0;
}

body {				font:		0.7em Verdana, Arial, sans-serif;
				line-height:		1.3em;
				color:		#333;
}

img {				border:		0;
}

/******* tekst ******/
p {				padding:		5px 10px 10px 0px;
}

.footer p {				padding:		5px;
				text-align:		center;
} 

/******* headers ******/
.header h1 {			font:		60px Garamond, Verdana;
				font-style:		italic;
				font-weight:	bold;
}

.balkwit h1 {			font:		38px Times, Arial;
}

/******* links ******/
.homebalk a {			color:		#333;
				font-weight:	bold;
				font-size: 		120%;
}

.homebalk a:hover {			color:		#f80;
				font-weight:	bold;
}

.rightpane a:link, .rightpane a:visited { 	color: 		#333;
}

.rightpane a:hover { 			color: 		#f80;
}

.footer a:link, .footer a:visited { 		color: 		#333;
}

.footer a:hover { 			color: 		#f80;
}

hr.stippellijn {			height: 		0;
				border: 		0;
				border-top: 	1px dashed #ccc;
				margin:		5px 0px 6px 0px;
}


ul.pijl li {    			list-style-type:	none; 
				background-image:	url('pijl.gif');
				background-repeat: 	no-repeat;
				background-position: 	0px 2px; 
				padding-left:	13px; 
				/*list-style-position: 	outside;*/
}

ul.qlinks li {				margin-bottom: 	5px;
}

ul.pijlql li {    			list-style-type:	none; 
				background-image:	url('pijl.gif');
				background-repeat: 	no-repeat;
				background-position: 	0px 4px; 
				padding-left:	13px; 
				list-style-position: 	outside;
				margin-bottom:	5px;
}

.margtop10 {			margin-top: 	10px;
}

.margtop20 {			margin-top: 	20px;
}

.margtop30 {			margin-top: 	30px;
}

.margbot10 {			margin-bottom: 	10px;
}

.margbot20 {			margin-bottom: 	20px;
}

.margbot30 {			margin-bottom: 	30px;
}

.center { 				display: 		block;
				margin-left: 	auto;
				margin-right: 	auto;
}
