@charset "utf-8";
/* CSS Document */

html, body{
	margin:auto 0;
	background-image:url(images/bg.png);
	background-repeat:repeat;
}

.wrapper{
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width:858px;
	padding-left:17px;
	background-image:url(images/achtergrond.png);
}

.header{
	width:841px;
	height:99px;
	background-image:url(images/header.png);
}

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

.menulist{
	list-style:none;
	margin:0px;
	padding:4px;
}
.menulist li{
	display:inline;
	margin-right:10px;
}

.menu A:link{
	text-decoration: none;
	color:#fff;
}

.menu A:visited{
	text-decoration: none;
	color:#fff;
}
.menu A:active{
	text-decoration: underline;
	color:#fff;
}

.menu A:hover{
	text-decoration: underline; 
	color:#fff;
}

.linksmenu{
	padding-left:10px;
	height:27px;
	width:617px;
	background-image:url(images/menubalk.png);
	float:left;
}

.afbeeldingstuk{
	height:27px;
	width:137px;
	background-image:url(images/stukheader.png);
	float:left;
}

.rechtsmenu{	
	height:27px;
	width:77px;
	background-image:url(images/menubalk.png);
	float:left;
}

.content{
	clear:both;
	padding-top:15px;
	padding-left:25px;	
	padding-bottom:25px;
	background-color:#fff;
	width:816px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	min-height:450px;
}

.footer{
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	height:18px;
	width:841px;
	background-image:url(images/footerbalk.png);
}

.schaduwonder{
	background-image:url(images/schaduwonder.png);
	margin:auto;
	width:875px;
	height:17px;
}

h1{
	color:#262855;
}

h2{
	color:#262855;
	font-family:Verdana;
	font-size:14px;
	display:inline;
}

.product{
	float:left;
	width:146px;
	padding:20px;
}

.product table a:link{
	font-family:verdana;
	color:#000;
	text-decoration:none;
}
.product table a:visited{
	font-family:verdana;
	color:#000;
	text-decoration:none;
}
.product table a:hover{
	font-family:verdana;
	color:#000;
	text-decoration:underline;
}

a.prod:link{
	font-family:verdana;
	color:#262855;
	text-decoration:none;
}
a.prod:visited{
	font-family:verdana;
	color:#262855;
	text-decoration:none;
}
a.prod:hover{
	font-family:verdana;
	color:#262855;
	text-decoration:underline;
}
