/* Stylesheet importeren */
@import url("../_style/style.css");

html, body {
	background		: #C20C01 url("../_images/background.jpg") repeat-x;
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
	height: auto;
}

#background #container	{
	_background		: transparent url("../_images/background_mid.jpg") repeat-y center top;
	margin			: 0 auto;
	width			: 736px;
	height			: auto;
	text-align		: left;
	padding			: 0px;	
}

#background #container #header	{
	display: none;
}

#background #container #print_header	{
	display:			block;
}

#background #container #content {

}

#background #container #content #leftside{
	display: none;
}

#background #container #content #leftside #left_navigation{
	display: none;
}

#background #container #content #leftside #adres{
	display: none;
}

div.left_nav {
	display: none;
}

#background #container #content #main{
	float			: none;
	height			: auto;
	margin			: 0;
	width			: 519px;
	text-align		: left;
	padding			: 0;
}

#background #container #content #main #navigation{
	display: none;
}

#background #container #content #main #main_content{
	float			: none;
	height			: auto;
	margin			: 0;
	width			: 505px;
	text-align		: left;
	padding			: 10px 7px 0px 7px;
}


#background #container #footer	{
	display: none;
}

#background #container #footer #footer_nav	{
	display: none;
}

#background #container #footer #footer_disclaimer	{
	display: none;
}

#printknop
{
	display: none;
}

