@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
h1 {
	font-size:16px;
}
hr {
	color:#FFFFFF;
}
.collectie {
	margin: 10px;
}
#talen {
	width:80px;
	height:15px;
	float:right;
}
#menuitem {
	width:178px;
	height:41px;
	padding:17px 0px 0px 0px;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	font-size:14px;
}
#menuitem.item_active {
	background-image:url(../images/button_active.gif);
	background-repeat:no-repeat;
}
#sitecontainer {
	width:1024px;
	hight:auto;
	margin:0px auto;
}
#header {
	width:1024px;
	height:125px;
	float:left;
	text-align:center;
	margin:0px 0px 20px 0px;
}
#navigatie {
	width:715px;
	height:100px;
	text-align:center;
	vertical-align:top;
	float:left;
	margin:0px 156px;
}
#foto {
	width:400px;
	height:auto;
	margin:10px;
	float:left;
	text-align:center;
}
#content {
	width:500px;
	height:auto;
	margin:10px;
	float:right;
	margin: 0px 80px 0px 0px;
	padding:30px 0px 0px 0px;
}
#footer {
	width:1024px;
	height:26px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	float:left;
	font-size:10px;
	margin: 50px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	text-align:center;
}
