/* standaard
----------------------------------------------------- */

html { 	height: 100%; }
img {border: 0;}
/* algemene lay-out 
----------------------------------------------------- */
body {
	margin: 0px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.4em;
	background-color: #000000;
}
body#zoeken {
	background: #000000 url("../images/collectie.png") top center no-repeat;
}
body#collectie {
	background: #000000 url("../images/collectie.png") top center no-repeat;
}
.collectieText {
	margin: 20px 40px 0 40px;
}
.zoek {
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: left;
}
body#winkel {
	background: #000000 url("../images/winkel.jpg") top center no-repeat;
}
body#home {
	background: #000000 url("../images/home.jpg") top center no-repeat;
}
body#tapijt {
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
/* opmaak links 
----------------------------------------------------- */

a:link {
	color:#FF0000;
	text-decoration:none;
}

a:visited {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

a:active {
	color:#FF0000;
	text-decoration:none;
}
/* opmaak tekst */
----------------------------------------------------- */

