body {
	background-color: #fbf8e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#bodytekst{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height:16px;
	width:500px;
	float:left;
}
#footer{
	clear: both;
	color:#ccc;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	padding-top:20px;
	padding-bottom:10px;
}
#footer a{
	color:#ccc;
	text-decoration: none;
}
#footer a:hover{
	color:#666;
	text-decoration: underline;
}
.clearer{
	clear: both;
	height: 1px;
}
#flashheader {
	width: 980px;
	height: 273px;
}
#flashcontentpictures {
	width:452px;
	height:327px;
}
#flashvideo{
	height:285px;
	width:320px;
}
#header {
	background: url('/gfx/topbg.jpg') #fbf8e2 repeat-x;
	height:273px;
}
#container {
	width:900px;
}
.theimage{
	border:10px solid #FFFFFF;
}
#linkerkolom {
	width:390px;
	float:left;
	font-size: 11px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}

/* wrap each entry in a div */
.entry {
	line-height: 1.4em;
	border-bottom: 1px dashed #999;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}


/* secondary info: post date, poster, category, number of comments */
.info {
	color: #666666;
	background-color: #ffffff;
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.info .comments {
	padding-left: 13px;
	background: url(../comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
	padding-left: 13px;
	background: url(../person.png) no-repeat center left;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
	padding-left: 13px;
	background:  url(../folder.png) no-repeat center left;
}
h3 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}
a {
	color: #993300; /* #0066cc; */
	text-decoration: none;
}

a:hover {
	color: #F3C524; /*#ff6600; */
	text-decoration: underline;
}