/* @override http://www.metadirc.nl/style/main.css */
* {
	margin:0;
	padding:0;
}
body {
	font:75%/1.25 "Lucida Grande", Lucida, Verdana, sans-serif;
	background:#eee;
	color:#333;
}
h1 {
	font-size:250%;
	padding:2px 10px;
	border-bottom:1px solid #333;
	background-color:#ffa;
	color:#0a0;
}
h2 {
	font-size:175%;
	margin:10px 0;
}
p {
	margin:10px 0;
}
ul, ol {
	margin:10px 0 10px 35px;
}
hr {
	border-width:0;
	border-top:1px solid #000;
}
a {
	color:#00a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
acronym {
	border-bottom:1px dotted #333;
	cursor:help;
}
input[type="text"] {
	width:300px;
	height:18px;
	border:1px solid #000;
}
textarea {
	width:100%;
	height:200px;
	border:1px solid #000;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
	background-color:#ffe;
}
pre {
	font-size:1.2em;
	overflow:auto;
}
#wrap {
	margin:0 auto;
	width:750px;
	background:#fff;
	border:1px solid #333;
	border-top-width:0;
}
#content {
	margin:10px;
	background:#fff url('img/logo.jpg') no-repeat fixed center 10px;
	min-height:420px;
}
#footer p {
	margin: 5px 0;
	text-align:center;
	font-size:0.75em;
	color:#666;
}
#lang {
	position:absolute;
	top:11px;
	width:730px;
}
#lang a {
	float:right;
	display:block;
	width:32px;
	height:23px;
	text-indent:32px;
	overflow:hidden;
}
#lang .en {
	background:transparent url('img/en.png') no-repeat 0 0;
}
#lang .nl {
	background:transparent url('img/nl.png') no-repeat 0 0;
}
.error {
	color:#a00;
}
.small {
	font-size:0.75em;
}
.chan {
	color:#0a0;
}
.spamprot {
	display:none;
}
.meta {
	color:#ff6c00;
}
.d {
	color:#9d0000;
}

