/* CSS Document */
body,
	html {
		margin:0;
		padding:0;
		background-image:url(../afbeeldingen/marmer.jpg);
		color:#000;
		font-size: 110%; 
		font-family: verdana, arial, sans-serif;
	}
	a:link {
		color:#ccc; 
		font-size:medium; 
		font-weight:normal;
	}
	a:visited {
		color:#CCCCCC; 
		font-size:medium; 
		font-weight:lighter;
	}
	a:hover {
		color:#99FF99; 
		font-size:medium; 
		font-weight:bolder;
	}
	a:active {
		color:#ccc; 
		font-size:medium; 
		font-weight:lighter;
	}
	h2, h3, h4, h5, h6	{
		padding-left:15px;
		margin-bottom:10px;
		margin-top:15px;
	}
	h2	{
		font-size:160%;
	}
	h3	{
		font-size:145%;
	}
	h4	{
		font-size:130%;
	}
	h5	{
		font-size:110%;
	}
	h6	{
		font-size:105%;
	}
	img	{
		border-style:none;
	}
	p.mid	{
		text-align:center;
	}
	#houder {
		background-color:#CCCC99;
		margin:0 auto;
		width:96%;
	}
	#hoofding {
		background-image:url(../afbeeldingen/marmer.jpg);
		color:#FFCC00;
		padding-bottom:10px;
		}
	#hoofding h1 {
	    margin:0;
		font-size:200%;
    }
	#hoofdlinken {
		background-image:url(../afbeeldingen/hout.jpg);
		padding:8px;
		text-align:right;
	}	
	#hoofdlinken form {
        color:#ccc;
		margin-bottom:5px;
		margin-top:5px;
    }
	#hoofdlinken p {
		margin-top:5px;
		margin-bottom:5px;
	}
	#inhoud {
		background-color:#9C9;
		float:left;
		width:71%;
		padding:5px;
	}	
	#inhoud p {
		padding-left:10px;
		padding-right:5%;
		background-color:#CCCCCC;
	}
	#inhoud a:link {
		color:blue; 
		font-size:large; 
		font-weight:normal;
	}
	#inhoud a:visited {
		color:blue; 
		font-size:large; 
		font-weight:lighter;
	}
	#inhoud a:hover {
		color:red; 
		font-size:medium; 
		font-weight:normal;
	}
	#inhoud a:active {
		color:green; 
		font-size:large; 
		font-weight:normal;
	}
	#rechts {
		background-color:#CCCC99;
		float:right;
		width:26%;
		padding-left:1%;
	}
	#rechts p	{
		margin-bottom:10px;
		margin-top:10px;	
	}
	#rechts a:link {
		color:blue; 
		font-size:medium; 
		font-weight:normal;
	}
	#rechts a:visited {
		color:blue; 
		font-size:medium; 
		font-weight:lighter;
	}
	#rechts a:hover {
		color:red; 
		font-size:small; 
		font-weight:bolder;
	}
	#rechts a:active {
		color:green; 
		font-size:medium; 
		font-weight:lighter;
	}
	#bodem {
		background-image:url(../afbeeldingen/marmer.jpg);
		clear:both;
		color:#ccc;
		text-align:center;
	}
	#bodem p {
		margin:0;
		padding-bottom:10px;
    }
	/* Voor affiliates.nl shops */
	.items {
		width:99%;
	}
	.itemeven p {
		background-color:#9C9;
	}
	.row {
		width:98%;
		height:auto;
		position:relative;
		clear:both;
	}
	.itemodd {
		background-color:#CCCCCC;
		height:auto;
		padding:5px;
		margin:1px;
		width:100%;
		float:left;
		display:inline;
	}
	.itemeven {
		height:auto;
		padding:5px;
		margin:1px;
		display:inline;
		width:100%;
		float:left;
	}
	.title {
		font-size:110%;
	}
	.link {
		text-align:right;
	}
	.image {
		float:left;
		padding-right:20px;
		display:block;
	}
	.description {

	}
	.pages {
		width:98%;
		text-align:center;
	}
	.price {
		text-align:right;
	}
	.pulldown {
		display:inline;
	}
	.opties {
		text-align:right;
	}
