@charset "UTF-8";
/* CSS Print Document */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Arial";
	color: #000000;
}


#container_outside {
	width: 100%;
}

#container {
	width: 100%;	
}

#banner {
	width: 70%;
	height: 50px;
	margin-right: 100px;	
	margin-top: 0px;
	border-left: 10px #2AA026 solid;
	border-top: 10px #2AA026 solid;
}

#banner img {
	margin-top: 10px;
	margin-left: 10px;	
}

#logo img{
	margin: 0px;
	position: absolute;
	right: 0;
	top: 0px;
}

#banner_slideshow {
	display: none;
}

#main_menu {
	display: none;
}


#content {
	margin-top: 70px;
	width: 100%;
}

#content h1 {
	color: #2AA026;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, schreefloos;
}

#content img {
	width: 310px;
}

#copyright {
}

#print_footer {
	width: 100%;
	height: 38px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	border-right: 10px #2AA026 solid;
	border-bottom: 10px #2AA026 solid;
}

#naw_gegevens{
	position: absolute;
	right: 0;
	margin-right: 15px;
}

#naw_gegevens tr td{
	padding-left: 10px;
}

#footer_text{
	display: none;
}