/*

	Css Searchboost
	Author: Webton Internetdesign
	Date: 17-10-07
	
*/
*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

body{
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
}

html>body #div_container{
	height: auto;
}

#div_container{
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}

#div_header{
	background-image: url(../images/img_header.jpg);
	background-repeat: no-repeat;
	width: 881px;
	height: 92px;
}

#div_menu{
	height: 29px;
	margin-left: -8px;
	_margin-left: 0px;
}

#div_blokken{
	height: 195px;
	_margin-top: -4px;
	width: 100%;
	background-image: url(../images/background_blokken.jpg);
	background-repeat: repeat-x;
}

.marginFix{
	_margin-left: -4px;
}

#div_content{
	width: 100%;
	height: auto;
}

#div_content_left{
	margin-left: 35px;
	margin-top: 30px;
	width: 500px;
	float: left;
}

#div_content_right{
	margin-top: 30px;
	margin-left: 60px;
	width: 305px;
	float: left;
}

#div_spacer{
	height: 15px;
}

#div_footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 23px;
	background-image: url(../images/background_footer.jpg);
	background-repeat: repeat-x;
}

#div_footer_inner{
	padding-left: 25px;
	padding-top: 3px;
}
