/* 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			: 100%; /* needed to display container at full height in IE */
}

body {
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
}

* html #background {
	height			: 100%; /*sets container to full height in IE w short content -- also need height:100% in body*/
}

#background {
	position		: absolute; /*needed to expand to full height beyond content in FF */
	top				: 0px;
	right			: 0px;
	height			: auto; /* FF needs this setting to expand div to fit long content */
	width			: 100%;
	background		: url("../_images/background_mid.jpg") repeat-y center top;
	_background		: transparent ;
	text-align		: center; /*centers #main in old IE*/
}

#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	{
	float			: left;
	background		: transparent;
	margin			: 0 auto;
	width			: 736px;
	height			: 205px;
	text-align		: left;
	padding			: 0px;
}

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

#background #container #content {
	float			: left;
	background		: transparent url("../_images/background_mid2.jpg") no-repeat;
	margin			: 0 auto;
	width			: 736px;
	text-align		: left;
	padding			: 0px;
}

#background #container #content #leftside{
	float				: left;
	background			: transparent url("../_images/background_side.jpg") no-repeat;
	background-position : 10px top;
	margin				: 0;
	height				: auto;
	width				: 199px;
	text-align			: left;
	padding				: 0;
}

#background #container #content #leftside #left_navigation{
	float		: left;
	padding		: 7px 0px 0px 18px;
	color		: #000000;
}

#background #container #content #leftside #adres{
	float		: left;
	padding		: 7px 0px 0px 10px;
	color		: #01435D;
	margin-top	: 250px;
}

div.left_nav {
	position	: absolute;  
	padding		: 12px 0px 0px 10px;
	font-family	: Times New Roman, Serif;
	font-weight	: bold;
	font-style	: italic; 
	font-size	: 15px;
	color		: #01435D;
}

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

#background #container #content #main #navigation{
	float			: left;
	height			: 24px;
	margin			: 0;
	width			: 519px;
	text-align		: left;
	padding			: 0px 0px 0px 5px;
	font-weight		: bold;
	color			: #ffffff;
}

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


#background #container #footer	{
	float			: left;
	background		: transparent url("../_images/footer.jpg") no-repeat;
	margin			: 0 auto;
	width			: 736px;
	height			: 50px;
	text-align		: left;
	padding			: 0px;
}

#background #container #footer #footer_nav	{
	float			: left;
	padding			: 19px 0px 0px 200px;
	color			: #7F7F7F;
	font-size		: 10px;
	width			: 510px;
	text-align		: center;
}

#background #container #footer #footer_disclaimer	{
	position: 	relative;
	top:			-12px;
	padding			: 0px 0px 0px 28px;
	color			: #7F7F7F;
	font-size		: 10px;
}

