/*
WebappLab (webapplab.be)
Door Pixelpanic.be (versie 18-10-2006)
*/

/* HTML selectors */
body {
	color: #fff;
	background: #000;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
}
body, p, form, fieldset, img, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	color: #FEAB02;
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	color: #7E8FB9;
	font-size: 12px;
	margin-bottom: 15px;
}
h5 span.tijdstip {
	background: url(../afbeeldingen/icoon_tijdstip.png) no-repeat left center;
	padding: 0 12px 0 14px;
}
h5 span.reacties {
	background: url(../afbeeldingen/icoon_reacties.png) no-repeat left center;
	padding-left: 15px;
}

/* Positie */
.container {
	margin: 0 auto;
	width: 760px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}

/* Links */
a {
	color: #7E8FB9;
}
a:hover, a:active {
	color: #FEAB02;
	text-decoration: none;
}
a.uit {
	background: url(../afbeeldingen/uit.gif) no-repeat right top;
	padding-right: 6px;
}
a:hover.uit, a:active.uit {
	background: url(../afbeeldingen/uit-2.gif) no-repeat right top;
}
h2 a {
	color: #FEAB02;
	text-decoration: none;
}
h2 a.rss {
	background: url(../afbeeldingen/rss.png) no-repeat right center;
	padding-right: 19px;
}
h2 a:hover, h2 a:active {
	color: #B5C3E3;
}
h2 a.rss:hover, h2 a.rss:active {
	background: url(../afbeeldingen/rss2.png) no-repeat right center;
}
.links a, #content .reacties a {
	color: #fff;
	text-decoration: none;
}
.links a:hover, .links a:active, #content .reacties a:hover, #content .reacties a:active {
	color: #B5C3E3;
	text-decoration: underline;
}
.links a span, #content .reacties a span.bericht {
	color: #B5C3E3;
}
#footer a {
	color: #444F62;
}
#footer a:hover, #footer a:active {
	color: #fff;
}

/* Header */
#header {
	background: #222935 url(../afbeeldingen/achtergrond_header.png) repeat-x left bottom;
}

/* Navigatie */
#menu {
	white-space: nowrap;
}
#menu li {
	background: none;
	float: left;
	display: block;
	margin-right: 10px;
	padding: 0;
	text-align: center;
}
#menu li a {
	text-decoration: none;
	font-size: 16px;
	display: block;
	display: inline-block; /* IE */
	height: 30px;
	line-height: 30px;
	border: none;
}
#menu li a span {
	display: block;
	padding: 0 10px;
}

/* Content */
#content {
	background: #0C0F16;
	padding-top: 25px;
}
#content p {
	line-height: 18px;
	margin-bottom: 15px;
}
.links, .reacties {
	margin-bottom: 20px;
}
.links li {
	list-style: none;
	line-height: 16px;
	padding: 5px 0;
	border-bottom: 1px solid #282F3B;
}
#content .reacties li {
	list-style: none;
	line-height: 16px;
	padding: 5px 0;
	width: 220px;
}
#content .reacties li a {
	width: 220px;
	display: block;
	cursor: pointer;
}
#content .reacties a img {
	background: #444F62;
	border: none;
	padding: 3px;
	width: 26px;
	height: 26px;
	display: block;
	float: left;
}
#content .reacties a:hover img, #content .reacties a:active img {
	background: #fff;
}
#content .reacties span.auteur {
	width: 178px;
	float: right;
	display: block;
}

/* Footer */
#footer {
	color: #444F62;
	border-top: 1px solid #282F3B;
	height: 30px;
	line-height: 30px;
}
#footer .container p {
	background: url(../afbeeldingen/logo_mini.png) no-repeat 0 6px;
	padding-left: 17px;
}