@charset "utf-8";
/* CSS Document */
body {
	background-color: #336699;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/* link */
a:link, a:visited, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* font's */
.welkom {
	font-size: 24px;
	text-align: center;
}

/* div's */
#pagewidth { 
	width: 910px; 
	margin-left: auto; 
	margin-right: auto;  
} 

#header {
	position: relative;
	height: 150px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px 138px 0px 138px;
}

#menu {
	float: left;
	width: 150px;
	height: 600px;
	background-image: url(images/bg-hbs_a.gif);
	background-repeat: no-repeat;
	background-position:right top;
	padding-top: 160px;
}

#main {
	float: right;
	width: 600px;
	height: 450px;
	background-image: url(images/bg-hbs_b.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 130px 120px 0px 40px;
}

#shopknop {
	float: right;
	width: 600px;
	height: 100px;
	padding: 0px 120px 0px 40px;

}
	
#footer {
	clear: both;
	width: auto;
	height: 50px;
}