body {
	margin:				0;
	padding:			0;
	border:				0;
	width:				100%;
	height:				100%;
	min-width:			960px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	
	min-height:			100%;
	background: 		#F8E13B;
	font-family: 		Arial, Helvetica, Garuda, sans-serif;
	text-align:			center;
	
	font-size:			.75em;
	line-height:		1.4em;
}

html, body, #wrapper {
     height:			100%;
}


p{
	margin-top: 		5px;
}

a {
	color:				#000000;
	text-decoration:	underline;
}

a:hover {
	/*color:#616161;*/
	text-decoration:	none;
}


#wrapper {
	background: 		#F8E13B url(../images/bg.jpg);
	height: 			auto !important;
	min-height:			100%;
	width: 				920px;/* 961px;*/
	margin: 			0 auto;
	display: 			block;
}


#content{
	padding-bottom:		115px;
}

#header {
	position:			absolute;
	padding-left:		6px;
	width: 				680px;
	height:				210px;
	z-index:			20;
}

.detail #header {
	height:				128px;
	position:			relative;
}

#date{
	margin:				28px 0 33px 0;/*28px 0 53px 0;*/
	width: 				100%;
	text-align:			right;
	font-size:			0.86em;
	font-weight:		bold;
}

h2 {
	margin-bottom: 		15px;
}

h2.big {
	font-size:			2.09em;
	font-weight:		bold;
	line-height:		1em;
	width:				95%;
}
h2.media {
	margin:				30px 0 30px 0;
}
h2.small {
	font-size:			1.333em;
	font-weight:		bold;
	line-height:		1em;
	width:				95%;
}

#col_1, 
#col_2, 
#col_3 {
	margin-top:			250px;
}
.coll {
	float:				left;
	width:				191px;
	word-wrap: 			break-word;
	text-align:			left;
	margin-left:		19px;
	margin-right:		19px;
}
.detail_link{
	margin-left:		-18px;
	height:				25px;
	text-align: 		right;
	background: 		url(../images/line.jpg)  no-repeat bottom;
}
.detail_link a{
	text-decoration: 	none;
	color:				#000000;
	padding-right:		10px;
}
.date_line{
	height:				10px;
}

.detail_link a,
.terug a,
.leftcol a,
.rightcol a,
.rightcolbot a{
	font-size:			.75em;
	/* font-size 9px */
}

#media {
	height:				258px;
	display:			block;
}

div.spacer {
	clear: 				both;
	height:				10px;
}

img.img{
	margin-top:			10px;
}


div.printthumbs{
	margin-top:			10px;
}
div.printthumbs #col1,
div.printthumbs #col2{
	width:				102px;
	float:				left;
	overflow:			hidden;
}
div.printthumbs #col2{
	width:				89px;
}
img.printthumb{
	float: 				left;
/*	margin:				0 10px 13px 0;*/
	margin-bottom:	   13px;
}

.terug {
	width: 				100%;
	text-align: 		right;
}
.terug a{
	text-decoration: 	none;
}

.leftcol a:hover, 
.terug a:hover {
	text-decoration:	underline;
}


.leftcol{
	margin-left:		10px;
	float:				left;
	width:				200px;
	text-align:			right;
	padding-right:		20px;
	
}
.leftcol ul{
	list-style-type:	none;
	margin:				0;
	padding:			0;
	margin-bottom:		23px;
}
.leftcol li{
	line-height:		1.15em;
}

#menushort{
	margin-top:			232px;
}
.leftcol a{
	text-decoration: 	none;
}
.leftcol a.selected{
	text-decoration: 	underline;
}

.detailcontent{
	float:				left;
	width:				440px;
	padding-left:		20px;
	text-align:			left;
}

.rightcol {
	position:			relative;
	top:				-6px;
}

.rightcol,
.rightcolbot{
	float:				left;
	width:				208px;
	text-align:			right;
}
.rightcolbot{
	margin-top:			25px;
	width:				900px;
}


.nomargin{
	margin-top:			-5px;
}
.lessmargin{
	margin-top:			6px;
}
.extramargin{
	margin-top:			86px;
}
.marginbottom{
	margin-bottom:		23px;
}

#extrawrapper{
	position:			absolute;
	z-index:			25;
}
