body {
	background-color: #FFFFFF;
	background-image: url('images/background.gif');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	text-decoration: none;
}
.container {
	width: 820px;
	margin:0 auto;
}
.header {
	width: 820px;
	height: 153px;
	background-color: #FFFFFF;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	text-align: left;
}
.header h1 {
	color: #ff9000;
	margin: 0;
	font-size: 60px;
	padding-left: 240px;
	padding-top: 10px;
	font-family: Arial;
}
.header h2 {
	padding-left: 210px;
	color: #ffb24f;
	font-size: 18px;
	font-family: Arial;
}
.menu {
	width: 820px;
	height: 24px;
	background-image: url('images/menu.jpg');
	background-repeat: repeat-x;
	color: white;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
}
.menu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	font-weight: normal;
}
.content {
	width: 820px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: arial;
	font-size: 12px;
}

.content a {
	text-decoration: none;
}

.content h1 {
	padding-top: 20px;
	margin:0;
	text-align: center;
	color: #363532;
}

.content p {
	font-size: 13px;
	padding-left: 30px;
	padding-right: 30px;
}

.pokens {
	width: 820px;
	clear: none;
}

.poken {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 190px;
	height: 250px;
	text-align: center;
}

.poken .plaatje {
	width: 190px;
	height: 190px;
}

.poken .prijs {
	color: #dd2823;
	font-weight: bold;
	font-size: 18px;
}

.poken h3 {
	padding:0;
	margin:0;
	color: #363532;
	font-size: 18px;
	font-family: arial;
	text-align: center;
}

.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	width: 820px;
	background-color: white;
	text-align: center;
}

.footer a {
	text-decoration: none;
	color: black;
}

.footer .plaatje {
	border: 1px solid white;
}