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

/*********OPMERKINGEN**********************


*****************EINDE OPMERKINGEN****************/

/********************BASICS**********************/
    * {
    margin: 0;
    padding: 0;
    }
	
	
	body {
	text-align:center;
	background:url(../images/background.jpg);
	font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:12px;
	color:#2b241a;
	}
	
	a {
    color:#2b241a;
	font-weight:normal;
	text-decoration:none;
    }
	
    a:visited {
    color:#2b241a;
	font-weight:normal;
	text-decoration:none;
    }
	
	a:active {
	color:#ee4f98;
	font-weight:normal;
	text-decoration:none;
	}
    a:hover {
    color:#ee4f98;
	font-weight:normal;
	text-decoration:none;
    }
	
	p {
	font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#2b241a;
	}
	.form {
	font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#2b241a;
	}
	a.actief {
	color:#ee4f98;
	}
	.footertext {
	float: right;
	margin:10px;
	}
	.img {
	border:0px;
	}
	.smalltext {
	font-size:11px;
	line-height:11px;
	}
		
	input.search-field{ 
	float: left;
	border:0;
	margin:0;
	padding: 3px 0px 0px 4px;
	height:19px;
	background: #ffffff url(../images/zoekveld.jpg) repeat-x top left;
	width: 193px;
}
h2 {
	font-size:13px;
}

TABLE.cobtbl{
background-color: #ED6BA7;
} 

TD.cobhl{
background-color:#FEFDD3;
padding:5px;
}

TD.cobll{
background-color: #FEFDDE;
color : #666666;
padding:5px;
}

.cat_color {
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	padding: 0px 3px;
	margin: 0px 1px;
	border: solid 1px #fff;
}
a.cat_color:hover {
	border: solid 1px #000;
}
P.catdesc {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

/*******************EINDE BASICS****************/

/********************CONTAINER*****************/


html #container {

    margin: 0 auto;
    width: 960px;
    position: relative;
    text-align: left;
    }

  #container   {

    width: 960px;
    }
	
	#content_container {
	width:960px;
	height:auto;
	overflow:auto;
	clear:left;
	background:#fefdde;
	}

/*****************EINDE CONTAINER*************/



/**********************BODY***************************/

    #header {
	float:left;
	width: 960px;
	height:309px;
	margin-top:7px;
	background:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#fefdde;
	}
	#navigatiebalk {
	float:left;
	width:670px;
	height:100px;
	margin-top:210px;
	padding-left:15px;
	
	}
	#zoekvak {
	float:left;
	width:440px;
	height:90px;
	margin-top:10px;
	}
	#winkelwagen {
	float:right;
	width:215px;
	height:85px;
	margin-top:15px;
	}
	
	#linkerveld {
	float:left;
	width: 250px;
	height:840px;
	min-height:220px;
	background:#fefdde;
	
	}
	#content {
	width:960px;
	height:auto;
	float:left;
	padding:0px;
	padding-bottom:10px;
	background:#fefdde;
	
	}
		
	#tekstveld{
	float:right;
	width: 670px;
	height:100%;
	min-height:220px;
	text-align:left;
	background:#fefdde;
	padding-right:30px;
	}
	
	#footer {
	float: left;
	width: 960px;
	height:50px;
	background:#fefdde;
	}
	
	#pricetag {
	background:url(../images/pricetag.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 175px;
	height: auto;
	padding:15px;
	margin-left:10px;
	padding-bottom:180px;
	}
	
	#polaroid {
	float:left;
	background:url(../images/polaroid.png) no-repeat;
	width:208px;
	height:238px;
	margin-top:15px;
	padding-top:30px;
	padding-left:25px;
	}
	
	#scroller {
	width:175px;
	height:270px;
	margin:0px;
	margin-left:20px;
	margin-top:5px;
	background-color:#fefdde;
}
	
/******************EINDE BODY**************************/



/********************PUKT*************************/

	#footer_pukt {
	float:left;
	width: 960px;
	height:50px;
	}
#footer_right {
	width:300px;
	height: 25px;
	float:right;
	margin:0px;
	margin-right:8px;
}
.pukt {
	float:left;
	text-align: center;
	width: 175px;
	height:40px;	
}

.pukt ul, .pukt li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 175px;
}
.pukt li a.over {
	background:url(../images/pukt.gif) no-repeat bottom left;
	width:175px;
	height:40px;
	display: block;
}
.pukt li a:hover.over {
	background:url(../images/pukt_over.gif) no-repeat top left;
}

.pukt li a.over span {
	visibility: hidden;
	display: none;
}

/********************EINDE PUKT*************************/
