* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/background.jpg) repeat-y center top;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

#container {
	width: 749px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	background: #33342E;
}

#push {
	height: 20px;
}

#header {
	background: url(../images/background.png) no-repeat left top;
	height: 125px;
}

#megaactie {
	height: 100px;
	position:fixed;
	left: 10px;
	top:20px;
	clear: both;
}


#menu {
	background: url(../images/header.jpg) no-repeat left bottom;
	width: 100%;
	height: 24px;
	clear: both;
	border-bottom: 2px solid #947e19;
}

	#menu ul {
		list-style-type: none;
		padding-right: 20px;
		float: right;
	}

	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		background: #f5ce0b url(../images/menu.jpg) no-repeat left top;
		float: left;
		padding: 6px 0px 6px 14px;
		margin-left: 10px;
		text-decoration: none;
		color: #33342E;
		font-size: 11px;
		font-weight: bold;
	}
	
	#menu ul li a span{
		background: url(../images/menu.jpg) no-repeat right top;
		padding: 6px 10px 6px 0px;
		width: 14px;
	}
	
#image {
	margin-top: 15px;
	clear: both;
}

	#image img {
		width: 139px;
		border: 1px solid #F5CE0B;
	}


#submenu {
	clear: both;
	float: left;
	padding: 20px;
	position: absolute;
}

	#submenu ul {
		list-style-type: none;
		margin-top: 18px;
		border-left: 1px solid #947e19;
		border-right: 1px solid #947e19;
	}
	
	#submenu ul li {
		
	}
	
	#submenu ul li a {
		display: block;
		width: 130px;
		background: url(../images/submenu.jpg) no-repeat right top;
		padding: 4px;
		margin-top: 1px;
		color: #000000;
		text-decoration: none;
	}

#content {
	clear: both;
	line-height: 14px;
}

	#content .wrapper {
		width: 523px;
		padding: 20px 40px 20px 20px;
		float: right;
	}
	
	#content h1 {
		padding: 20px 0px 4px 0px;
		margin:  0px 0px 8px 0px;
		background: url(../images/background_h1.gif) no-repeat;
		border-bottom: 6px solid #F5CE0B;
		font-size: 16px;
		font-weight: bold;
	}
	
	#content h2 {
		padding: 20px 0px 4px 0px;
		margin:  0px 0px 8px 0px;
		background: url(../images/background_h1.gif) no-repeat;
		border-bottom: 6px solid #F5CE0B;
		font-size: 16px;
		font-weight: bold;
	}
	
	#content p {
		margin-bottom: 18px;
	}
	
	#content img {
		border: 1px solid #F5CE0B;
	}
	
	#content a {
		color: #F5CE0B;
	}
	
	#content ul {
		margin-left: 20px;
	}

	#content table td {
		font-family: verdana;
		font-size: 10px;
		color: #FFFFFF;
	}

	
	#content ul li {
		line-height: 24px;
	}
	
	#content ul li a {
		color: #F5CE0B;
	}
	
	#productOverview img {
		width: 150px;
		height: 112px;
		float: right;
		border: 3px solid #999999;
	}
	
	#productOverview .product {
		clear: both;
	}

#footer {
	width: 749px;
	height: 20px;
	margin: 0 auto;
	background: #F5CE0B;
	line-height: 20px;
	text-align: center;
	color: #33342E;
	clear: both;
}

	#footer a {
		text-decoration: none;
		color: #33342E;
	}

.galleryimg {
	width: 150px;
	border: 3px solid #999999;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.galleryimgbig {
	width: 542px;
	border: 4px solid #999999;
}

.album {
	width: 150px;
	float: left;
	padding-right: 11px;
	padding-bottom: 5px;
	text-align: center;
}