/* ------------------------------------------------------ */
/* Copyright 2007 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");

body {
	color: #000000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #EDEAE7;
}

div#header {
	display:none;}

div#content {
	padding-left:0px;
}


div#header {
	display:none; }

div#sidebar {
	display:none; }
	


/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */
div#content {
	font-size: 1.1em;
	line-height:1.7em;
}

div#content .cblock {
	background:url(../images/bg/bg_middle.jpg) repeat-y right;
	padding: 0px 30px;
 }
	
div#content h1 {
	line-height:normal;
	font-size: 1.3em;
	font-weight:bold;
	margin:20px 0px 0px 0px; }

div#content ul {
	margin-left:20px;
	padding-left:10px;
	list-style-type: disc; }
	
div#content ol {
	margin-left:20px;
	padding-left:10px;
	list-style-type: decimal; }
	
div#sfeerblock {
	display:none; }
	
#homepage div#sfeerblock {
	background:url(../images/visuals/home.jpg) no-repeat; }

#homepage div#content {
	}

/* Footer ----------------------------------------------- */
/* ------------------------------------------------------ */

div#footer {
	background:url(../images/bg/bg_bottom.jpg) no-repeat right top;
	padding-top:50px;
	color:#999999; }
	
div#footer ul {
	float:right;
	height:22px;
	margin-right:10px; }

div#footer ul li {
	float:left;
	padding:0px 10px;
	background:url(../images/vert_line_grey.gif) no-repeat right; }

div#footer ul li.last {
	background:none;}

div#footer ul li a {
	display:block;
	color:#999999; }
	


/* sIFR ------------------------------------------------- */
/* ------------------------------------------------------ */	
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


