
html,body {
	margin: 0; 
	height: 100%; 
	min-width: 825px;
	background-image:url(/images/main/background.gif);
	background-attachment:scroll;
	background-repeat:repeat-y;
	background-position:left;
	background-color: #A4935B;	
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {

}

#headerbackground_container {
	position:relative;
	height:0px;
	width: 100%; 
	margin: 0px 0 0 0;
}

#header_overlay{
	background:url('/images/main/background_top.gif') repeat-x top;
	width:100%;
	height:98px;
	position:absolute;
	top:0px;
}

#main_container{
	position:relative;
	min-height: 100%;
	_height: 100%;
	width: 828px; 
}

/* Left container */
#left_container{
	float: left;
	width:170px;
	padding: 0 0 0 10px;
	text-align:right;
}

/* Right container */
#right_container{
	float: left;
	min-height: 100%;
	width: 612px; 
	margin: 0 0 0 20px;
}

/* Header */
#header_container {
	position:relative;
	width:100%;
	height:98px;
}

#header {
	height: 98px;
	width: 825px;
}

#banner {
	position:absolute;
	top: 0px;
	left:0px;
}

#header2 {
	position:absolute;
	top: 0px;
	left:0px;
	height: 98px;
	width: 100%;
	background-color: #000000;	
	background-image:url('/images/main/background_header.gif');	
	background-repeat:no-repeat;
}

#vlaggen {
	position: relative;
	width: 155px;
	left: 0px;
	background-color:#383737;
	text-align:right;
	margin:10px 0 15px 0;
}

#menu_container {
	position: relative;
	margin:0 0 0 0;
}

#disclaimer {
	position: relative;
	margin:0 10px 10px 0;
}

#realisatie {
	position: relative;
	margin:0 10px 10px 0;
}

/* content boxen */
#content_container{
	width: 612px; 
	margin: 15px 0 80px 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 0px;
}

.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:70px;
	width: 100%; 
	margin: -70px 0 0 0;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#overlay {
	position: absolute;
	height: 399px;
	width: 475px;
	right: 0px;
	bottom: 0px;
	background-repeat:no-repeat;
	background-position:bottom right;
	z-index: 15;
}

#adress {
	position:relative;
	background-color:#383737; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #9D9D9D;
	text-align:right;
	right: 10px;
	margin: 0 0 15px 0;
}

/* slideshowbox */
#sliderbox {
width: 250px;
position: relative;
float: right;
}

#balkhorizontaalboven {
width: 350px;
height: 30px;
z-index: 3;
position: absolute;
top: 0px;
left: 0px;
background-color:#FFFFFF;
}
#balkhorizontaalonder {
width: 350px;
height: 32px;
z-index: 3;
position: absolute;
bottom: 0px;
left: 0px;
background-color:#FFFFFF;
}
#slidertext {
-moz-box-sizing: border-box;
width: 350px;
height: 32px;
z-index: 3;
position: absolute;
bottom: 3px;
left: 0px;
background-color:#FFFFFF;
padding-left: 30px;
}
#balkverticaallinks {
width: 30px;
height: 210px;
z-index: 3;
position:absolute;
left: 0px;
top: 30px;
background-color:#FFFFFF;
}
#balkverticaalrechts {
width: 30px;
height: 210px;
z-index: 3;
position:absolute;
right: 0px;
top: 30px;
background-color:#FFFFFF;
}


/* product weergave */

#prodcontent {

}

#prodfotos {
	float:right;
	padding: 0 0 20px 20px;
}

#uitloggen {
	position:absolute;
	top:80px;
	left:420px;
	text-align:right;
	width:400px;
}


