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

html, body {
	height: 100%;
}

body {
	background-color: #424034;
	font-family: 'Century Gothic', Verdana;
	font-size: 12px;
	margin: 20px;
}

#container {
	width: 758px;
	height: auto !important;
	margin: 0 auto;
}

#actie{
	border: 2px solid #f47f26;
	position:absolute;
	left: 10px;
	top: 10px;
	width: 200px;
	background-color:#e8e7e1;
	padding: 10px;
}

#actie a{
	color: #f47f26;
}

#push {
	height: 20px;
	clear: both;
}

#header {
	background: #BBBBBB;
	height: 120px;
	border: 5px solid #FFFFFF;
}

	#header a img {
		float: left;
		border: 0px;
	}

	#banner {
		width: 627px;
		float: left;
	}

#menu {
	background: url(../images/bg_menu.jpg) no-repeat;
	height: 48px;
	clear: both;
}

	#menu ul {
		list-style-type: none;
		margin: 0px 0px 5px 5px;
		width: 749px;
		height: 33px;
	}
	
	#menu ul li {
		float: left;
	}
	
	#menu ul li.mItem0 a {
		padding-left: 120px;
	}
	
	#menu ul li a {
		float: left;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		line-height: 34px;
		padding-right: 10px;
		padding-left: 12px;
	}
	
	#menu ul li.selected a {
		background: #f47f26 url(../images/bg_submenu_hover.jpg) repeat-x left top;
	}
	
	#menu ul li a:hover {
		background: #f47f26 url(../images/bg_submenu_hover.jpg) repeat-x left top;
	}

#image {
	width: 120px;
	margin-left: 606px;
	margin-top: 50px;
	float: right;
	position: absolute;
}

	#image img {
		width: 120px;
	}


#whois {
	width: 120px;
	margin-left: 606px;
	margin-top: 180px;
	float: right;
	position: absolute;
	border: 1px solid #9d9b8e;
	padding: 3px;
}

#whois .submit {
	margin-top: 10px;
	padding: 3px;
}

#whois input[type=text] {
	margin-top: 10px;
	width: 108px;
}

#submenu {
	clear: both;
	float: left;
	position: absolute;
	margin-left: 16px;
	margin-top: 25px;
}

	#submenu ul {
		list-style-type: none;
	}
	
	#submenu ul li {
		
	}

	#submenu ul li a {
		display: block;
		width: 50px;
		height: 20px;
		line-height: 20px;
		padding-left: 8px;
		padding-bottom: 4px;
		margin-bottom: 4px;
		background: url(../images/bg_submenu.jpg) no-repeat left top;
		color: #424034;
		text-decoration: none;
		font-weight: bold;
	}

#content {
	clear: both;
	line-height: 16px;
	border: 5px solid #FFFFFF;
	border-top: 0px;
	background: #e8e7e1 url(../images/bg_bottom.jpg) no-repeat left bottom;
}

	#content .wrapper {
		width: 460px;
		padding-top: 24px;
		padding-left: 120px;
		padding-bottom: 140px;
		float: left;
		min-height:350px;
		color: #424034;
	}

	#content table td {
	font-size:12px;
	}

		
	#content h1 {
		font-size: 11px;
		font-weight: bold;
		color: #f47f26;
		border-bottom: 1px dashed #9d9b8e;
		padding-bottom: 4px;
		margin-bottom: 11px;
	}
	
	#content h2 {
		font-size: 11px;
		font-weight: bold;
		color: #f47f26;
	}
	
	#content p {
		margin-bottom: 18px;
	}
	
	#content img {
		max-width:460px;
	}
	
	#content a {
		color: #f47f26;
		text-decoration:none;
	}
	
	#content a:hover {
		text-decoration:underline;
	}
	
	#content ul {
		margin-left: 20px;
	}
	
	#content ul li {
		line-height: 24px;
	}
	
	#content ul li a {
		color: #f47f26;
	}
		
	#productOverview img {
		width: 150px;
		float: right;
		border: 3px solid #999999;
	}
	
	#productOverview .product {
		clear: both;
	}

#footer {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}

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

.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;
}