body {
	background: url(/images/shadow.png) center repeat-y #e9dcd0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; }

#top {
	margin: 0 auto;
	width:700px;
	height:113px;
	background-image:url(images/top.png); }

#menu {
	margin: 0 auto;
	width:700px;
	height:43px; }

#content {
	margin: 0 auto;
	width:700px;
	height:auto;
	background-image:url(images/links.png);
	background-repeat:no-repeat; }

#content2 {
	margin-left:80px;
	margin-top:0px;
	width:600px;
	height:auto; }

#winkelwagen {
	margin-top:0px;
	width:600px;
	height:auto;
	background-image:url(images/images/winkelwagen.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:; }

#winkelwagen_leeg {
	margin-top:0px;
	margin-left:100px;
	height:500px; }

#toevoegen {
margin-left:20px;
margin-top:20px; }

#product {
	margin:30px;
	width:120px;
	height:250px;
	margin-left:auto;
	margin-right:auto; }

#product_edit {
	margin:30px;
	width:300px;
	height:300px;
	margin-left:auto;
	margin-right:auto; }
	
#panther {
	font-size:10px;
	}
	

h1 { font-size:14px; font-weight:bold; margin-top:0px; }
h2 { font-size:12px; font-weight:bold; }
.klein { font-size:10px; text-align:left; }
.ww { margin-top:2px; margin-bottom:0px; }
.product { background-repeat:no-repeat; }

a:link {	color: #000000;	text-decoration: underline; }
a:hover {	color: #CCCCCC;	text-decoration: none; }
a:visited {	text-decoration: underline;	color: #000000; }
a:active {	text-decoration: underline; }

/* EXTRA SLIDESHOW */

#slideshow {
	margin-left: 60px;
}

#slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
#pager { margin-left: 60px; margin-top: 15px; }
#pager a { display: inline-block; text-align: center; width: 20px; height: 20px; line-height: 20px; background: yellow; text-decoration: none; margin-right: 2px; border: 1px solid #eee; }
#pager a:hover, #pager a.activeSlide { background: pink; color: black; }

