/* Global
================================================== */

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	color: #ffffff;
	background-color: #d2d3d5;
	height: 100%;
	text-align: center;
}

a:link {
	color: #666;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}



.dropdownlink {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.dropdownlink:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.dropdownlink:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}





/* Layout
================================================== */

#container{
	width:100%;
	height:100%;
}
#homedelight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position:absolute;
	line-height: 18px;
	left: 50%;
	margin-left: -400px;
	width:800px;
	/*background-color: #FFF;*/
	text-align: left;
	height: 594px;
}

#navigatie {
	clear:both;
	/*overflow: hidden;*/
	background-image:url(../images/img_navbg.jpg);
	background-repeat:no-repeat;
	background-color: #7f8084;
	height: 112px;
	width: 100%;
}
#navigatiebox {
	position: relative;
	left: 110px;
	top: 71px;
}

#productendiv {
	position:absolute;
	left: 360px;
	top: 91px;  
	width: 200px;
	z-index: 100;
	visibility: hidden;
	/*display:none; */
}

#productenitem {
	width: 100%;
	background-color: #d2d3d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
	float: none;
	height: 20px;
	text-indent: 5px;
	

} 

	
#brownbox{
	clear:both;
	background-color: #7f8084;
	height: 14px;
	width: 100%;
}

#textfield{
	float: left;
	overflow: auto;
	background-color:#FFF;
	height: 466px;
	width: 400px;
}

#textinside{
	padding-left: 35px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;

}

#imageinside {
	overflow: hidden;
	height: 100px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}


#productenArrow{
	width: 35px;
	float: left;
}

#producten{
	width: 330px;
	float: left;
} 

#product{
	width: 160px;
	height: 128px;
	color:#000000;
	line-height: 13px;
	float: left;  
	
}

#leftimage{
	float: left;
	overflow:hidden;
	background-color:#FFF;
	height: 466px;
	width: 400px;
}
#introimage{
	float: left;
	overflow:hidden;
	background-color:#FFF;
	height: 466px;
	width: 800px;
}

#leftimage_long{
	float: left;
	overflow:hidden;
	background-color:#FFF;
	height: 274px;
	width: 800px;
}

#textfield_long{
	clear:both;
	overflow: hidden;
	background-color:#FFF;
	height: 191px;
	width: 800px;
}


#productSpacer{
	float:left;
	height: 100px;
	width: 10px;
}
#spacer{
	clear:both;
	background-color: #fff;
	height: 1px;
	width: 100%;
}

#logo {
	float: left;
	height: 112px;
	width: 160px;
}

