body {
  margin: 0;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  text-align: center;
}

/* CONTAINERS *********************************************************/

.main {
  position: relative;
  text-align: left;
}

.header h1 span, .header h2, .header #menu1container, .header ul {
	display: none;
}

img#printlogo {
	display: block;
}

.header {
	display: none;
}

.content {
	position: relative;
	min-height: 248px;
	border: none;
}

.content .left {
	width: 500px;
	margin: 0;
}

.content .right {
	float: left;
	width: 255px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* SlikCMS webindeling 'switchy' (switchy.php) */

.content .leftSwitchy {
	float: left;
	margin: 0;
}

.content .rightSwitchy {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;	
}


/* CONTENT *****************************************************************/

img.overlay {
	display: none;
}

img.overlayGif {
	display: none;
}

img.overlayGifDark {
	display: none;
}

.left h3, .leftSwitchy h3 {
	margin: 12px 0 3px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #BDCDDD;
	font-size: 150%;
	font-weight: bold;
	color: black;
}

.left p, .leftSwitchy p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

/* FOOTER *****************************************************************/

ul.footer {
	position: relative;
	clear: both;
	margin-top: 10px;
	font-size: 70%;
	color: #B3B3B3;
	text-align: center;
	border-top: 1px solid #555;
	padding-top: 12px;
}

ul.footer li {
	display: inline;
	margin: 0 11px;
	letter-spacing: 0.2em;
}

/* SlikCMS weblayout 'dark' (dark.php) */

body#dark {
	color: black;
}

body#dark .content {
	background: none;
	border: none;
}

body#dark .left h3, body#dark .leftSwitchy h3 {
	border-bottom: 1px solid #555;
	color: black;
}

/* DEBUGGING MODE

* { outline: 1px dashed red }
* * { outline: 1px dashed green }
* * * { outline: 1px dashed orange }
* * * * { outline: 1px dashed blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }

*/
