/*  p r i n t  s t y l e s h e e t  */



/* ALGEMEEN */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;}
	
body {
	background-position: center;
	background-repeat: repeat-y;}
	.overflowfix {
	clear: both;
	font-size: 1px;
	width: 1px;}


/*	CONTAINERS */
#cntr_top {
	height: 100%;
	overflow: visible;
	border-top: 1px solid;
	background-position: center top;
	background-repeat: repeat-x;}
	
#cntr_main {
	width: 980px;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 48px;}
	


/* HEADER */
#header {
display: none;}


/* NAVIGATION */
#navigation {
	display: none;}


/* BUTTONS HOME */
#buttons {
	display: none;}
	

/* CONTENT */
#content {
	float: left;
	width: 630px;
	padding: 0 35px 36px 25px;}
	
body.headeronly #content {
	width: 920px;}
	
#content .left {
	float: left;
	margin: 0 0px 12px;
	clear: left;}
	
#content .right {
	float: right;
	margin: 0 0 12px 20px;
	clear: right;}
	
#content .column {
	width: 305px;}
	
#content .frame {
	width: 305px;
	border-bottom: 1px solid;}
	
#content.home .column.right {
	margin-top: 9px;}
	
body.headeronly #content .column.left,
body.headeronly #content .frame.left {
	width: 595px;}
	

/* IMAGES */
#content .images {
	padding-bottom: 1px;
	margin-bottom: 12px;
	background-repeat: repeat-x;
	background-position: bottom;}
	
#content .images.left,
#content .images.right {
	width: 305px;}


/*	CONTENT - tabellen */
#content table {
	margin: 3px 0 12px;
	width: 100%;
	border-spacing: 1px;}
	
#content th,
#content td {
	vertical-align: top;}
	
#content td {
	padding: 6px 2px;}
	
#content th {
	padding: 3px 2px;}
	
#content table .alignt td,
#content table .alignt th,
#content table td.alignt,
#content table th.alignt {
	vertical-align: top;}
	
#content table .alignm td,
#content table .alignm th,
#content table td.alignm,
#content table th.alignm {
	vertical-align: middle;}
	
#content table .alignb td,
#content table .alignb th,
#content table td.alignb,
#content table th.alignb {
	vertical-align: bottom;}
	
#content table.linel,
#content table .linel th,
#content table .linel td,
#content table *.linel {
	border-left: 1px solid;}
	
#content table.liner,
#content table .liner th,
#content table .liner td,
#content table *.liner {
	border-right: 1px solid;}
	
#content table.linet,
#content table .linet th,
#content table .linet td,
#content table *.linet {
	border-top: 1px solid;}
	
#content table.lineb,
#content table .lineb th,
#content table .lineb td,
#content table *.lineb {
	border-bottom: 1px solid;}
	

/* CONTENT - formulieren */
#content form,
#content form table {
	margin: 0;
	border: 0;}
	
#content form th {
	width: 40%;}
	
#content form td {
	border-top: 1px solid;}
	
#content form input, 
#content form textarea, 
#content form select {
	margin: 3px 0;
	padding: 0 2px;}
	
#content form input.radio, 
#content form input.box {
	border: 0;
	clear: left;}
	
#content form input.text, 
#content form textarea,
#content form select {
	width: 99%;}
	
#content form textarea {
	height: 6em;}
	
#content form button {
	margin-right: 4px;}
	
#content form label {
	display: block;
	padding: 0 0 4px;}
	
#content form label input {
	float: left;}
	
	
/* alongside */
#content form .alongside label,
#content form .alongside label input {
	float: none;
	display: inline;}
	
#content form .alongside label input {
	margin: 0 6px 0 0;}
	
	
/* wide */
#content form .wide th {
	padding-top: 6px;
	border-top: 1px solid;}
	
#content form .wide td {
	border: 0;
	padding-top: 3px;
	padding-bottom: 9px;}
	
	
/* required + missing */
#content form .required td,
#content form .required th {
	border-top: 1px solid;}
	
#content form .missing td,
#content form .missing th {
	border-top: 2px solid;}
	
#content form .wide .required td,
#content form .wide .missing td {
	border-top: 0;}
	


/* CATEGORY IMAGE BUTTONS */

#content .category {
	position: relative;
	width: 630px;
	padding: 12px 0 0;
	clear: both;}
	
#content .category .imgbutton {
	display: inline;
	float: left;
	width: 255px;
	height: 100px;
	position: relative;}
	
#content .category .imgbutton .overlay {
	padding: 5px 15px 0 10px;
	width: 230px;
	height: 95px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;}
	
#content .category .imgbutton .overlay,
#content .category .imgbutton .overlay.neutral {
	background-repeat: no-repeat;
	background-position: 0 0;}
	
#content .category .imgbutton .overlay strong {
	float: left;}
	
#content .category .imgbutton .overlay span {
	float: right;}
	
#content .category .imgbutton img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0;}
	
#content .category .imgbutton img.alpha {
	display: block;
	width: 255px;
	height: 35px;
	z-index: 1;}
	
	
/* SIDEBAR */
#sidebar {
	float: right;
	width: 240px;
	padding: 2px 25px 36px;}
	
#sidebar .left {
	float: left;
	margin-right: 12px;
	clear: left;}
	
#sidebar .right {
	float: right;
	margin-left: 12px;
	clear: right;}
	

/* SIDEBAR - formulieren */
#sidebar form,
#sidebar form table {
	margin: 0;
	border: 0;
	width: 100%;}
	
#sidebar form td {
	padding-bottom: 6px;}
	
#sidebar form input, 
#sidebar form textarea, 
#sidebar form select {
	margin: 3px 0;
	padding: 0 2px;}
	
#sidebar form input.radio, 
#sidebar form input.box {
	border: 0;
	clear: left;}
	
#sidebar form input.text, 
#sidebar form textarea,
#sidebar form select {
	width: 99%;}
	
#sidebar form textarea {
	height: 6em;}
	
#sidebar form button {
	margin-right: 4px;}
	
#sidebar form label {
	display: block;
	padding: 0 0 4px;}
	
#sidebar form label input {
	float: left;}
	
	
/* alongside */
#sidebar form .alongside label,
#sidebar form .alongside label input {
	float: none;
	display: inline;}

	
/* required + missing */
#sidebar form .required td,
#sidebar form .required th {
	border-top: 1px solid;}
	
#sidebar form .missing td,
#sidebar form .missing th {
	border-top: 2px solid;}
	
#sidebar form .wide .required td,
#sidebar form .wide .missing td {
	border-top: 0;}
	

/* images */
#sidebar .images {
	padding-bottom: 1px;
	margin-bottom: 6px;
	background-repeat: repeat-x;
	background-position: bottom;}
