@charset "utf-8";
body {
	margin: 0cm;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003;
	background-color:#003;
}
h1 {
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}
p, table {
	font-size: 12px;
	line-height:18px;
}
a:link, a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	color:#990000;
}
#website {
	position:relative;
	width:980px;
	margin: auto;
}
#header {
	position:relative;
	height:227px;
	width:980px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	clear:both;
}
#content {
	position:absolute;
	top:227px;
	left:0px;
	width:980px;
	background-color:#CCC;
	background-image:url("../img/content_bg.jpg");
	background-repeat:repeat-y;
	height:auto;
	clear:both;
}
#menu {
	position:relative;
	left:53px;
	width:137px;
	float:left;
}
#menu a, #menu a:hover {
	display:block;
	width:137px;
	height:27px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	padding-top:8px;
	margin-bottom:10px;
	text-decoration:none;
	font-weight:bold;
}
#menu a {
	background-image:url(../img/button.jpg);
	color:#003;
}
#menu a:hover {
	background-image:url(../img/button_hover.jpg);
	color:#FFF;
}
#contenttekst {
	float:right;
	width:670px;
	background-image:url(../img/contenttekst_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:62px;
	padding-right:50px;
	min-height: 275px;
}
#footer {
	position:relative;
	height:91px;
	width:980px;
	background-image:url(../img/footer.jpg);
	clear:both;	
}
.copyright {
	float:right;
	padding-top:70px;
	color:#FFF;
	font-size:10px;
	padding-right:30px;
}
.copyright a {
	text-decoration:none;
	color:#FFF;
}
.copyright a:hover {
	text-decoration:underline;
}
.winkelwagen {
border: none;
background-color:#FFF;
background-image:url("../img/winkelwagen.gif");
background-repeat:no-repeat;
width:32px;
height:23px;
cursor:pointer;
}
.aantal, .maten {
	border-style:solid;
	border-color:#666;
	border-width:1px;
}
.aantal {
	width:20px;
}
.maten {
	width:100px;
}
	
