@charset "utf-8";
/* CSS Document */

/* Globals
   -------------------------------------------------------------------------- */

* {
    font-size:12px;
    font-family: Arial, Verdana;
    margin: 0;
    padding: 0;
}

html, body {
    height:100%;
	margin: 0 auto;
}
body {
	padding: 10px;
}


/* Container
   -------------------------------------------------------------------------- */

div#container_outer {
    position: relative;

    margin: 0 auto;
    min-height: 586px;
}

div#container_inner {
    position: relative;
}



#hoofdmenu, #logo, #inloggen, #footer_links {
	display: none;
	width: 0px;
	height: 0px;
}

	H1, H2, H3, H4 {
		font-size: 28px !important;
		font-weight:small-caps;
	}



	/* CONTAINER TOP */
	
	#container_top {
		height: 45px;
	}


	/* BODY */
	#body {
		width: 100%;
	}

	#body_right {
		border-top:2px solid #CECECE;
		border-bottom:1px solid #CECECE;		
		margin: 0px 0px 10px 0px;
		padding: 10px 0px 10px 0px;
		width:620px;
		float: none;
		position: relative;
		
		top: 0px;
		right:0px;	
	}


	/* PERSOONLIJK TABMENU */
	#topbar {
		height: 40px;
		background: red;
		width: 100%;
	}
	#topbar A {
		font-weight: bold;
	}

		#topbar LI {
			padding: 0px 0px;
			margin: 0px;
		}
		#topbar #tabblad_active div div a {
			text-decoration: underline;
		}	


	#splanner_header_print {
		width: 100%;
		display:block;
	}
	#splanner_header_print H1, #splanner_header_print H2, #splanner_header_print P {
		display:none;
	} 
		#splanner_header_print IMG {
			padding-bottom: 10px;
		}
	
	
	/* FOOTER */
	#container_footer {
		width: 100%;
		height: 10px;	
		overflow: visible;
	}
		#footer_copyright {
			display:none;
		}
		#footer_copyright_print {
			display:block;
			text-align: left;
			border:0px;	
		}
			#footer_copyright_print A {
				font-size: 11px;
				padding: 0px;
				margin: 0px;
				text-decoration: underline;
			}
	
	#footerbar {
		width: 100%;
		border: 0px;
	}

	#footer_right {
		width: 100%;
		height: 0px;
		
		margin: 0px;
		padding: 0px;
	}

		.footer_right_item_small {
			display:none;
		}
		.footer_right_item_large {
			width: auto;
			border: 0px;
			float: left;
			display:none;
			margin: 20px 0px 20px 0px;
		}