@charset "utf-8";

	* {
		-moz-box-sizing: content-box;
		-box-sizing: content-box;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	body {
		font-size:62.5%;
		background: #fff;
		background-image:none;
	}
	#content { width: auto; 
		padding: 0; 
		border: 0;
		float: none !important;
		color: #000; 
		background: transparent;
	}
	#top { display: none; }
	#header { display: none; }
	#siteHolder .leftColumn { display: none; }
	#middleContent { text-align: left; background: none; border: none; }
	#middleContent #rightColumn { display: none; }
	#reactionForm { display: none; }
	.reactie { background: #fff; }
	.pagebreak { page-break-before:always; }
	
	body, h1, h2, h3, p, li, ul,form { margin:0px;}
	h1,	h2, h3, p, textarea, input, select {font-size:1.2em;}	
	img {border:none;}
	a { color: #000; }
	label { font-size:1.2em; }

/* DEFAULT CLASSES - DON'T CHANGE!! */

	.alert {color:#FF0000; font-size:1.2em;}
	.left {float:left;}
	.right {float:right;}
	.clear {clear:both;}
	.third {width:33.3%;float:left;}
	.double {width:66.6%;float:left;}
	.half {width:49%;float:left;}
	.full {width:100%; float:left;}
	.content {}
	.button{ cursor:pointer;}
	.hidden, .noprint {display:none;}
	.visible {display:block;}
	.scroll {overflow-y:scroll; overflow-x:hidden; }

	ul.clear, ul.clear li {
		list-style-image:none; list-style-type:none; margin:0px; padding:0px;
	}
	.light { color: #999; }
	.dark { color: #666; }
	.margBot { margin-bottom: 10px; }
	.padBot { padding-bottom: 5px; }
	.padTopBot { padding: 2px 0px 2px 0px; }
	.padTopBotLeft { padding: 2px 0px 2px 10px; } 
	.padTopBotLeft label { font-weight: bold; }
	.content p { margin: 0px 0px 10px 0px; }
	.tight { margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px;}

	/* TAG STYLES */

	h1 { color: #000; font-size: 3em; }
	h2.orange { color: #000; font-size: 2.2em; }
	h2.dark { color: #000; font-size: 2.2em; padding-bottom: 5px;}
	h3 { text-decoration: none; color: #000; font-size: 1.8em; padding-bottom:3px; }
	h3.dark { color: #000; }
	
	/*/////////////////////////*/
	
	div.container {  
		text-align:center;
	}
	#siteHolder {
		width:100%;
		margin:0 auto;
		padding-right:99px;
		text-align:left;
	}
	#contentHolder { 
		width: 100%;
		margin-bottom:10px;
	}

	
	#leftColumn  { width: 100%; padding: 0 auto; height:inherit; }
	#leftColumn.white { background-color: #fff; width: 65%; padding: 0 auto;}

	/* ITEMS */
	
	.item, .reactie, .ruler { border-bottom: 1px solid #000; padding: 5px; }
	.item h3 { text-decoration: none; color: #000; font-size: 1.6em; padding-bottom:3px; }
	.item img, .reactie img { padding:1px; border:1px solid #CCC; float:right; }
	.item img.clean, .reactie img.clean { padding:0; border:none; float:none; }
	.item p, .reactie p { font-size:1.2em; padding:5px 0px 5px 0px; }
	.item a:link, .item a:visited, .reactie a:link, .reactie a:visited { color: #000; text-decoration: none; font-size: 1em; }
	.item a:hover, .item a:active, .reactie a:hover, .reactie a:active { color: #000; text-decoration: underline; 1em;  }
	.item .right { color: #888; margin: 0px 5px 0px 0px; }
	.item_over { background: url("/img/bg_hover.jpg") bottom repeat-x; cursor: pointer; }

	.itemSmall { border-bottom: 1px solid #CCC; padding: 2px 0px 2px 5px; font-size:1.2em; }
	.itemSmall small { font-size: 1em; color: #888; }
	.itemSmall_over { background: url("/img/bg_hover.jpg") bottom repeat-x; cursor: pointer; color:#CD3100; }

	.kruimelpad { margin: 0px 0px 5px 0px; font-size: 1em; }
	.kruimelpad a:link, .kruimelpad a:visited { color:#000; text-decoration: none; }
	.kruimelpad a:hover, .kruimelpad a:active { color:#000; text-decoration: none; }

	/* LIST ITEMS */
	
	#leftColumn div ul { list-style-position: inside; padding: 5px 0px 0px 5px; list-style-type:none;	}
	#leftColumn div ul li,  #leftColumn dl dt { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 5px; list-style-image: url("/img/bullet.gif"); font-size:1.3em; color: #CD3100; }
	#leftColumn dl dd { color:#999; margin-left:10px; }
	#leftColumn div ul li a:link, #leftColumn div ul li a:visited, #leftColumn dl a:link,  #leftColumn dl a:visited { color: #CD3100; text-decoration:none; }
	#leftColumn div ul li a:hover, #leftColumn div ul li a:active,  #leftColumn dl a:hover, #leftColumn dl a:active { color: #000000; text-decoration:none; }

	.line { border-bottom: 1px solid #000; padding: 3px 0px 3px 0px; }
