* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	line-height: 130%;
	margin: 10px;
}

/* Algemene style */
h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #444;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 7px solid #DDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #444;
	padding-top: 20px;
	padding-bottom: 6px;
	border-bottom: 2px solid #DDD;
	margin-bottom: 10px;
}
h3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #484848;
	padding-top: 10px;
	padding-bottom: 0;
}
h4 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #484848;
	padding-top: 10px;
	padding-bottom: 0;
}
p, ul, ol {
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	text-align: justify;
}
p.warning {
	background-color: #fcfce9;
	border: 1px solid #e2e2d1;
	padding: 8px;
	margin: 8px 0;
}
p.warning:before {
	content: "Waarschuwing: ";
	font-weight: bold;
}
ul, ol {
	margin-left: 30px;
}
ul.inhoudsopgave, ul.inhoudsopgave ul, ul#inhoudsopgave, ul#inhoudsopgave ul, ul.index, ul.index ul {
	list-style-type: none;	
}
ul.inhoudsopgave li, ul#inhoudsopgave li {
	font-weight: bold;	
}
ul.inhoudsopgave li li, ul#inhoudsopgave li li {
	font-weight: normal;	
}
div#tableofcontents li {
	font-weight: normal;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol li {
	font-weight: bold;
}
li li {
	font-weight: normal;
}

a, a:visited, a:link {
	color: #06F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a.ext {
	padding-right: 14px;
	background-image: url('externallink.png');
	background-position: center right;
	background-repeat: no-repeat;
}

table {
	border: none;
	border-collapse: collapse;
	border: 2px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

th {
	border: 1px solid #333;
	border-bottom-width: 2px;
	background-color: #CCC;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

td {
	border: 1px solid #333;
	padding: 3px;
	text-align: left;
}

caption {
	text-align: right;
	padding-bottom: 3px;
	font-weight: bold;
	caption-side: bottom;
}

figure {
	margin: 8px 0;
}
figcaption {
	text-align: left;
	margin-top: 4px;
	font-weight: bold;
}

hr {
	margin-top: 20px;
	padding-bottom: 5px;
	border: none;
	border-top: 1px solid #333;
}

#header, #footer, .code, p.code-filename {
	border: 1px solid #d9d9d9;
	background-color: #e9e9e9;
	padding: 4px;
	font-family: monospace;
	font-size: small;
	text-align: left;
}
#header {
	margin-bottom: 4px;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}
#footer {
	margin-top: 20px;
	font-size: 0.9em;
	line-height: 1.1em;
}
code, .code {
	font-family: Consolas, Menlo, Monaco, "Droid Sans Mono", "Courier New", monospace;
	font-size: small;
}

.code::before {
	content: 'Code';
	text-align: right;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	margin: -8px;
	margin-bottom: 8px;
	padding: 1px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #737373;
}
.code {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
}
.php-str {
	color: #DD0000;
}
.php-com {
	color: #FF8000;
}
.php-kwd {
	color: #007700;
}
.php-def {
	color: #0000BB;
}

.function::before {
	content: 'Functie';
	text-align: right;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	margin: -8px;
	margin-bottom: 8px;
	padding: 1px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.function {
	display: block;
	border: 1px solid #d9d9d9;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #737373;
}
.function, .function code, .function strong, .mysql code {
	font-family: Consolas, Menlo, Monaco, "Droid Sans Mono", "Courier New", monospace;
	font-size: 105%;
	font-weight: normal;
}

.function .type {
	color: #693;
}
.function .methodname, .function .parameter {
	color: #369;
}
.function .initializer {
	color: #936;
}

.mysql {
	display: block;
	border: 1px solid #d9d9d9;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5c5c5c;
	font-family: Consolas, Menlo, Monaco, "Droid Sans Mono", "Courier New", monospace;
	font-size: 105%;
	font-weight: normal;
}
.mysql::before {
	content: 'MySQL';
	text-align: right;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	margin: -8px;
	margin-bottom: 8px;
	padding: 1px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#maincontainer {
	max-width: 928px;
	margin: auto;
}

#content {
	float: left;
	max-width: 728px;
}

#tableofcontents {
	margin-top: 150px;
	float: left;
	width: 200px;
}
#tableofcontents li {
	margin-bottom: 4px;
}

#navigation {
	text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 110%;
}

#smalltext {
	font-size: small;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#zelftest-antwoorden, #opdracht-uitwerking {
	display: none;
}
p.code-filename {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: -10px;
	border-bottom: none;
	background-color: transparent;
}

#adsearch {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
}

.adsense {
	width: 728px;
	height: 90px;
	margin: auto;
	background-color: #FFF;
}
.adsensevertical {
	width: 160px;
	height: 600px;
	margin: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #FFF;
}
.donatelink {
	margin-left: 30px;
	font-weight: bold;
}