body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(../img/backgrounds/bg_grijs.gif);
	background-attachment:fixed;
}

h1, h2, h3 {
	font-weight:bold;
	margin:0px;
	padding:0px;	
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	line-height: 16px;
}

h3 {
	margin:0 0 15px 0;
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	line-height: 16px;
	color: #333;
}

p {
	margin:0px;
	margin-bottom:10px;
}

p.menu_item {
	margin:0px;
}

p.datum{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0px;
	padding:0px;
}

p.post_info{
	margin:0 10px 0 0;
	padding:0px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

div.volgende_vorige {
	width:450px;
	background-color:#FFFFFF;
	clear: both;
}

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
div.volgende_vorige:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div.volgende {
	width:215px;
	float:left;
	text-align:right;
	background-color:#FFFFFF;
	margin-left:15px;
}

div.wrapper {
	width:450px;
	height:10px;
	float:none;
	background-color:#FFFFFF;
}


div.vorige {
	width:215px;
	float:left;
	background-color:#FFFFFF;
}

div#main  {
	vertical-align:top;
	width:720px;
}

div#headerbuiten  {
	margin-top:0px;
	text-align:left;
	background-image:url(../img/kop/nieuws.gif); 
	width:720px; 
	height:110px;
}

div#buitenkant {
	width:240px;
	vertical-align:top;
	background-image:url(../img/backgrounds/groen-wit-240.gif);
}

div#teksttotaal {
	width:470px;
	vertical-align:top;
	float:right;
}

div#tekstvlakbuiten {
	width:470px;
	vertical-align:top;
	background-color:#FFFFFF;
}


div#tekstvlakbinnen {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	width:450px;
	vertical-align:top;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
}

div#balklinks {
	width:250px;
	vertical-align:top;
	float:left;
}

div#plaatje {
	width:250px;
	height:150px;
	vertical-align:top;
}



div#platzwart {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-align:left;
	width:220px;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
}

div#archief {
	font-family: verdana;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	height:16;
}

div#archief a {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
}

div#archief a.rss {
	padding-left: 20px;
	background: transparent url(/img/icon-rss.gif) no-repeat 0 1px;
	font-size: 12px;
	color: #666;
	text-align: left;
}

div#grijsonder {
	width:240px;
	height:9px;
}

div#witonder {
	width:470px;
	height:10px;
	vertical-align:top;
}

.datum{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.platzwartrechts {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.kopcourierzwart {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	line-height: 16px;
	font-weight:bold;
	color: #000000;
}

.streepjesgroen {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #00FF00;
}

.streepjeswit {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

img.break {
	margin: 0 0 15px 0; 
	border: 0px;
}

/* -----[ form specific styles ]----- */

form {
	/* set width in form, not fieldset */
	margin: 0;
	padding: 0;
	width: 440px; 
}

form fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	width: 440px;
	margin-bottom: 0.5em;
	overflow: visible;
}

form fieldset legend {
	margin: 0 0 7px -3px;
	font-weight: bold;
}

form label,
form input,
form select,
form textarea {
	float: left;
	width: auto;
	margin: 0.15em 0;
}

form label {
	width: 125px;
	height: 1.6em;
	position: relative;
	top: 0.15em;
	text-align: left;
	color: #000;
}

form input.nickname,
form textarea.reaction {
	width: 315px;
	border: 1px solid #999;
}

form textarea {
	overflow: auto;
}

form br {
	clear: both;
}

.foutmelding {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;
	line-height: 16px;
	color:#000000;
	background-color:#00FF00;
}

form input#email {
	border: 0;
	width: 0;
	height: 0;
}

