﻿body {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	font: 12px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	line-height: 1.5;
	color: #000;
	background: #333333;
}

#container {
	margin: 0 auto 10px auto;
	width: 900px;
	position: relative;
}

#header {
	position: relative;
	height: 163px;
	width: 900px;
	top: 0px;
}

#kolommen {
	position: relative;
	width: 240px;
	top: 1px;
}

#kolomlinks {
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 100%;
	top: 0px;
}

#kolomrechts {
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 670px;
	top: 0px;
}

#footer {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:10px;
	padding-bottom:15px;
}

body #headmain {
	position: absolute;
	width: 900px;
	height: 123px;
	left: 0px;
	background: url(images/header.jpg);
}

#headmain h1 {
	display: none;
}

#logoonder {
	background: url(images/header2.jpg);
	top: 123px;
	width: 311px;
	height: 40px;
	position: absolute;
}

#navholder {
	position: absolute;
	left: 311px;
	top: 123px;
	padding-left: 8px;
	padding-top: 4px;
	background: #fff;
	height: 36px;
	width: 581px;
}

/* Main Nav */
#menu {
	background: #FFFFFF;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 100%;
}
#menu li {
	float: left;
	font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}
#menu a {
	color: #333333;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 7px;
	text-decoration: none;
	background:#FFFFFF;
}

/* Nieuws */
#nieuws p{
	margin: 0 0 0 0;

}

/* Artikel & comments */
.article, .content {
	margin: 10px 19px 0 19px;
	xfont-weight: bold;
/*	border-bottom: 1px solid #d2d1d0;*/
}
.content {
	padding-bottom: 10px;
}
.article.first, .content {
	border-bottom: none;
}
div.article .left {
	float: left;
}
div.article .right {
	float: right;
}

.article p, .content p {
	margin: 0 0 15px 0;
}
.article strong {
	font-weight: bold;
}

.article h2, .content h2 {
	padding: 0;
	font-size: 17px;
	color: #F09;
	margin: 0;
}
.article h3, .content h3 {
	padding: 0;
	font-size: 17px;
	color: #000000;
	margin: 0;
}
.article p img {
	float: left;
	padding: 6px;
	background: url(http://images.geenstijl.nl/gs2008/sprites-3.png?1) -657px -38px no-repeat;
	margin: 0 7px 0 -6px;
}

.article p img.normal,
.article p img.groot {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}
.article p img.groot {
	display: block;
	margin: 0 auto;
/*	position: relative;
	left: -19px;*/
	border: 1px solid black;
}

p.articlefooter {
	font-weight: normal;
	margin: 10px 0 10px 0;
}
p.articlefooter a {
	text-decoration: none;
}

#comments {
	margin: 0 19px;
}

#comments h3, #loggedin h3 {
	font-size: 15px;
	margin: 10px 0;
	color: #f09;
}
.comment {
	color: #666;
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d2d1;
	overflow: hidden;
}
.comment p {
	margin: 0;
	font-size: 11px;
}
.comment .footer {
	margin-top: 2px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}
.comment .footer span.umod {
	position: absolute;
	right: 20px;
	top: 4px;
	cursor: hand;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: url(http://images.geenstijl.nl/gs2008/sprites-3.png?1) -177px -149px no-repeat;
	line-height: 0px;
	font-size: 0px;
}
.comment .footer span {
	color: #5f6168;
	font-weight: bold;
}
.comment span.baby {
	width: 13px;
	height: 12px;
	background: url(http://images.geenstijl.nl/gs2008/sprites-3.png?1) -201px -149px no-repeat;
	position: relative;
	top: 1px;
	line-height: 0;
	font-size: 0px;
	display: -moz-inline-box;
	display: inline-block;
}