body, html{
	margin:0 auto;
	height: 100%;
	background:url(../images/background.gif) repeat-y top center fixed;
	background-color:#A7C855;
}

#main_container{
	position:relative;
	min-height: 100%;
	_height: 100%;
	width: 956px; 
	left: 50%; 
	margin: 0 0 0 -478px;
}

/* Left container */
#left_container{
	float: left;
	width:207px;
	padding: 0 0 0 10px;
}

#left_top{
	width:199px;
	height: 22px;
	background-color:#FFFFFF;
	margin: 0 0 0 -3px;
}

/* Right container */
#right_container{
	float: left;
	min-height: 100%;
	width: 720px;
}

/* Header */
#header {
	position:relative;
	width:100%;
	height:201px;
}

#header_image {
	position:absolute;
	top:0px;
	left:360px;
}

#header_image_home {
	position:absolute;
	top:0px;
	left:360px;
	width:350px;
	height:205px;
}

#logo {
	position:absolute;
	top:20px;
	left:446px;
}

#headertext_left {
	position:absolute;
	top:60px;
	left:10px;
	width:155px;
	text-align:right;
}

#headertext_right {
	position:absolute;
	top:100px;
	left:430px;
	width:250px;
	text-align:right;
}

#flags {
	position:absolute;
	top:185px;
	left:0px;
}

#icons {
	position:absolute;
	top:185px;
	left:560px;
}

#afmelden {
	position:absolute;
	top:185px;
	left:380px;
	width:260px;
}

/* content boxen */
#content_container{
	width:710px;
	margin: 35px 0 75px 0;
}

.content_lijnen {
	background: url(../images/content_bg.gif) repeat-y top left;
}

#content {
	width:670px;
	padding: 0 30px 0 10px;
}

#content_left {
	width:285px;
	float:left;
	padding: 0 30px 0 10px;
}

#content_middle {
	width:200px;
	float:left;
	padding: 0 30px 0 0;
}

#content_right {
	width:140px;
	float:left;
	padding: 0 10px 0 0;
}

/* Search */
#search_box {
	margin: 40px 0 0 35px;
}

.search_btn {
	cursor:pointer;
}

/* Breadcrumb */
#breadcrumb {
	margin: 10px 0 -15px 0;
}

/* Menu */
#menu {
	margin:40px 0 0 0;
	padding:0;
	width:195px;
}

.menuitem {
	list-style:none;
	background:url(../images/menu_background.gif) no-repeat left;
	height:22px;
	padding: 0 0 0 25px;
}

.selected_sub {
	background:url(../images/menu_background_sub.gif) no-repeat left;
}

.submenuitem {
	list-style:none;
	background:url(../images/menu_background.gif) no-repeat left;
	height:22px;
	padding: 0 0 0 35px;
}

/* Footer */
#footer_container {
	position:relative;
	clear: both;
	height:220px;
	width: 956px; 
	left: 50%; 
	margin: -70px 0 0 -478px;
	_padding: 0 0 0 1px;
	background:url(../images/background_footer.gif) no-repeat bottom;
}

#footer_addresses {
	position:absolute;	
	top: 35px;
	left: 220px;	
	width: 720px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color:#A7C855;
}

#footer_logo {
	position:absolute;
	top:-50px;
	left:91px;
	width:227px;
	height:224px;
}

#footer_menu {
	position:absolute;
	top:175px;
	left:220px;
}

#footer_realisatie {
	position:absolute;
	top:175px;
	right:30px;
}

/* Product type weergave */
.product_type {
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	width:150px;
	height:150px;
	margin: 0 0 15px 15px;
}

.product_type_title {
	position:absolute;
	width:145px;
	text-align:right;
	padding: 0 5px 0 0;
}

.product_type_image {
	position:absolute;
	bottom:0px;
	width:150px;
	text-align:center;
}

/* Product groep weergave */
.product_groep {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:600px;
	margin: 0 15px 15px 15px;
}

.product_groep_image {
	height:100px;
	width:130px;
	float:left;
}

.product_groep_title {
	padding: 5px 5px 0 0;
}

.product_groep_text {
	padding: 0 20px 10px 0;
}

/* Product overzicht weergave */
.product {
	border:1px solid #CCCCCC;
	width:600px;
	margin: 0 15px 15px 15px;
	padding: 0px 20px 5px 5px;
}

.product_title {
	padding: 5px 5px 0 0;
}

.product_text {
	padding: 0 20px 5px 0;
}

/* Product informatie */
.product_fotos {
	float:right;
	margin: 0 0 20px 20px;
	width:353px;
	height:420px;
	text-align:right;
}

.product_thumbs {
	text-align:right;
}

.product_thumb {
	border:1px solid #A7C855;
	margin: 2px 0 0 2px;
}

.product_img {
	border:2px solid #A7C855;
}

.product_files {
	text-align:right;
}


