/*  Markei WEBDISGN                                           */
/* Webfilosofen.nl - algemene css                              */
/* ----------------------------------------------------------- */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFFF;
}

hr {
	clear: both;
	height: 0px;
	visibility: hidden;
	color: #FFFFFF;
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	margin-top: 0px;
}

h2 {
	color: #92a8d0;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

p {
	padding: 10px 0px 10px 0px;
}

fieldset {
	border: 1px solid #000000;
	padding: 15px;
	margin-bottom: 20px;
}

input, textarea {
	font-family: sans-serif;
	padding: 2px 5px 2px 5px;
}

label {
	text-decoration: underline;
	width: 200px;
	float: left;
}

div#documentinformatie
{
	position: absolute;
	top: 120px;
	width: 100%;
	left: 0px;
	z-index: 0;
}

div#documentinformatie p {
	padding: 2px 10px 0px 0px;
}



div#document blockquote, div#document * blockquote {
	background-image: url(blockquote.png);
	background-repeat: no-repeat;
	padding: 30px 30px 20px 120px;
	margin-bottom: 20px;
	background-position: left top;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
