
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	background: url("../img/bg.jpg") top left no-repeat;
}

/* general setting <> */

.clear {
	clear: both;
}

a:focus {
	outline: none;
}

/* border corners geel */
.tl-g, .tr-g, .bl-g, .br-g {
	position: absolute;
	display: block;
	height: 12px;
	width: 12px;
	background: url("../img/corner-geel.png");
}

	.tl-g {
		top: 0;
		left: 0;
		background-position: top left;
	}

	.tr-g {
		top: 0;
		right: 0;
		background-position: top right;
	}

	.bl-g {
		bottom: 0;
		left: 0;
		background-position: bottom left;
	}
	
	.br-g {
		bottom: 0;
		right: 0;
		background-position: bottom right;
	}
	
/* border corners blauw */
.tl-b, .tr-b, .bl-b, .br-b {
	position: absolute;
	display: block;
	height: 12px;
	width: 12px;
	background: url("../img/corner-blauw.png");
}

	.tl-b {
		top: 0;
		left: 0;
		background-position: top left;
	}

	.tr-b {
		top: 0;
		right: 0;
		background-position: top right;
	}

	.bl-b {
		bottom: 0;
		left: 0;
		background-position: bottom left;
	}

	.br-b {
		bottom: 0;
		right: 0;
		background-position: bottom right;
	}

/* division */

#index {
	width: 1017px;
	/* margin: 0 auto; */
}
	
	#index #header {
		height: 239px;
		width: 100%;
	}

		#index #header h1 {
			padding: 0;
			margin: 0;
			text-indent: -9999px;
		}
		
		#index #header h1 a {
			display: block;
			height: 200px;
			width: 700px;
		}
		
		
	#index #index-left {
		float: left;
		width: 812px;
	}
		
			
		#index #index-left a.label-homepage,
		#index #index-left a.label-homepage:link,
		#index #index-left a.label-homepage:visited,
		#index #index-left a.label-homepage:hover,
		#index #index-left a.label-homepage:active {
			position: absolute;
			background: url("../img/label-homepage.png") top left no-repeat;
			top: 427px;
			left: 0px;
			display: block;
			height: 47px;
			width: 271px;
			text-decoration: none;
			text-indent: -9999px;
		}
	
	#index #index-right {
		float: left;
		width: 190px; /* -padding */
		padding: 0 0 0 15px;
	}
		
		#index #index-right h2.meer-over-de-schrijvers,
		#index #index-right h2.meer-over-de-schrijvers a {
			display: block;
			text-indent: -9999px;
			background: url("../img/meer-over-de-schrijvers.jpg") top left no-repeat;
			height: 56px;
			width: 178px;
			margin: 3px 0 13px 0;
		}
		
		#index #index-right h2.meer-over-de-schrijvers a:hover,
		#index #index-right h2.meer-over-de-schrijvers a:active {
			display: block;
			text-indent: -9999px;
			background: url("../img/meer-over-de-schrijvers_hover.jpg") top left no-repeat;
			height: 56px;
			width: 178px;
			margin: 0 0 13px 0;
		}
		
		#index #index-right h2.wat-kun-je-winnen,
		#index #index-right h2.wat-kun-je-winnen a {
			display: block;
			text-indent: -9999px;
			background: url("../img/wat-kun-je-winnen.jpg") top left no-repeat;
			height: 56px;
			width: 178px;
			margin: 0;
		}
		
		#index #index-right h2.wat-kun-je-winnen a:hover,
		#index #index-right h2.wat-kun-je-winnen a:active {
			display: block;
			text-indent: -9999px;
			background: url("../img/wat-kun-je-winnen_hover.jpg") top left no-repeat;
			height: 56px;
			width: 178px;
			margin: 0;
		}
		
		#index #index-right h3.laatste-inzendingen {
			display: block;
			text-indent: -9999px;
			background: url("../img/laatste-inzendingen.jpg") top left no-repeat;
			height: 18px;
			width: 123px;
			margin: 35px 0 8px 0;
		}
		
		#index #index-right h3.zoek-op-deelnemer {
			display: block;
			text-indent: -9999px;
			background: url("../img/zoek-op-deelnemer.jpg") top left no-repeat;
			height: 19px;
			width: 123px;
			margin: 20px 0 13px 0;
		}
		
		.keyword {
			background: #ffff0c;
			border: 0;
			width: 118px;
			padding: 1px 4px 1px 4px;
		}
		
		.submit {
			background: url("../img/arrow-icon.png") center center no-repeat;
			border: 0;
			text-indent: -9999px;
			height: 20px;
			width: 20px;
			padding: 0 10px 0 14px;
		}
		
		#index #index-right ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#index #index-right ul li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#index #index-right ul li a,
		#index #index-right ul li a:link,
		#index #index-right ul li a:visited {
			text-decoration: none;
			color: #000;
			display: block;
			font-size: 11px;
			padding: 3px 20px 2px 3px;
		}
		
		#index #index-right ul li a:hover,
		#index #index-right ul li a:active {
			text-decoration: none;
			color: #ff0006;
			display: block;
			padding: 3px 20px 2px 3px;
			font-size: 11px;
		}
		
		#index #index-right ul li a span {
			display: inline-block;
			height: 20px;
			width: 20px;
			margin: 0 0 0 5px;
			text-indent: -9999px;
			background: url("../img/arrow-icon.png") center 1px no-repeat;
		}
		
		#index #index-right ul li a:hover span {
			display: inline-block;
			height: 20px;
			width: 20px;
			margin: 0 0 0 5px;
			text-indent: -9999px;
			background: url("../img/arrow-icon.png") center 1px no-repeat;
		}

	#index #index-left #top-content {
		float: right;
		min-height: 188px;
		width: 536px;
		/* background: url("../img/top-content.jpg") top left no-repeat; */
	}
		
		#index #index-left #top-content h2.voorbeeld-tweets {
			display: block;
			text-indent: -9999px;
			background: url("../img/voorbeeld-tweets.jpg") top left no-repeat;
			height: 37px;
			width: 453px;
			margin: 0;
			padding: 0;
		}
		
		#index #index-left #top-content h2.winnaar-bekend {
			display: block;
			text-indent: -9999px;
			background: url("../img/winnaar-bekend.jpg") top left no-repeat;
			height: 37px;
			width: 453px;
			margin: 0;
			padding: 0;
		}
		
		#index #index-left #top-content p.auteur {
			font-size: 13px;
			color: #ff0000;
			font-weight: bold;
		}
	
		#index #index-left #top-content #zoeken {
			position: relative;
			height: 190px;
			width: 536px;
			background: #fffe0d;
		}
		
			#index #index-left #top-content #zoeken h2.deelnemer-zoeken {
				display: block;
				text-indent: -9999px;
				height: 14px;
				width: 122px;
				margin: 0 0 0 13px;
				padding: 10px 0 0 0;
				background: url("../img/deelnemer-zoeken.png") bottom left no-repeat;
			}
			
			#index #index-left #top-content #zoeken .zoek-form {
				width: 500px;
				padding: 0;
				margin: 0 0 0 15px;
			}	
			
				#index #index-left #top-content #zoeken .zoek-form dl {
					margin: 3px 0 0 0;
					padding: 0;
				}
			
				#index #index-left #top-content #zoeken .zoek-form dt {
					display: block;
					float: left;
					height: 30px;
					line-height: 30px;
					margin: 0;
					padding: 0;
					width: 50px;
				}
				
					#index #index-left #top-content #zoeken .zoek-form dt label.voornaam {
						margin: 7px 0 0 0;
						display: block;
						background: url("../img/form-voornaam.png") top left no-repeat;
						height: 16px;
						width: 57px;
						text-indent: -9999px;
					}
					
					#index #index-left #top-content #zoeken .zoek-form dt label.achternaam {
						margin: 7px 0 0 0;
						display: block;
						background: url("../img/form-achternaam.png") top left no-repeat;
						height: 16px;
						width: 57px;
						text-indent: -9999px;
					}
					
					#index #index-left #top-content #zoeken .zoek-form dt label.woonplaats {
						margin: 7px 0 0 0;
						display: block;
						background: url("../img/form-woonplaats.png") top left no-repeat;
						height: 16px;
						width: 57px;
						text-indent: -9999px;
					}
					
					#index #index-left #top-content #zoeken .zoek-form dt label.boektitel {
						margin: 7px 0 0 0;
						display: block;
						background: url("../img/form-boektitel.png") top left no-repeat;
						height: 16px;
						width: 57px;
						text-indent: -9999px;
					}
					
					#index #index-left #top-content #zoeken .zoek-form dt label.auteur {
						margin: 7px 0 0 0;
						display: block;
						background: url("../img/form-auteur.png") top left no-repeat;
						height: 16px;
						width: 57px;
						text-indent: -9999px;
					}
				
				#index #index-left #top-content #zoeken .zoek-form dd {
					height: 30px;
					line-height: 30px;
					margin: 0 0 0 80px;
					width: 150px;
				}
				
					#index #index-left #top-content #zoeken .zoek-form dd .text {
						width: 323px; /* -padding */
						height: 26px;
						margin: 0;
						padding: 5px 10px 0 10px;
						border: 0;
						background: url("../img/form-text.png") top left no-repeat;
					}
				
				#index #index-left #top-content #zoeken .zoek-form dd.zoek-button {
					position: absolute;
					width: 68px;
					right: 0;
					bottom: 0;
				}
					
					#index #index-left #top-content #zoeken .zoek-form dd.zoek-button .zoekSubmit {
						border: 0;
						margin: 0;
						padding: 0;
						text-indent: -9999px;
						background: url("../img/form-submit.png") top left;
						width: 54px;
						height: 14px;
						outline: none;
					}
		
		#index #index-left #top-content #zoek-resultaten p {
			padding: 10px 0 7px 10px;
			margin: 0;
		}
		
		#index #index-left #top-content #zoek-resultaten ol {
			margin: 0 0 0 27px;
			padding: 0;
		}
		
		#index #index-left #top-content #zoek-resultaten ol li {
			margin: 0;
			padding: 6px 0 6px;
			color: #0097e0;
		}
		
		#index #index-left #top-content #zoek-resultaten ol li a,
		#index #index-left #top-content #zoek-resultaten ol li a:link,
		#index #index-left #top-content #zoek-resultaten ol li a:visited {
			text-decoration: underline;
			color: #0097e0;
		}
		
		#index #index-left #top-content #zoek-resultaten ol li a:hover,
		#index #index-left #top-content #zoek-resultaten ol li a:active {
			text-decoration: none;
			color: #0097e0;
		}
		
		#index #index-left #top-content h2 {
			font-size: 13px;
			margin: 0;
			padding: 10px 0 0 15px;
		}
		
		#index #index-left #top-content form {
			margin: 0;
			padding: 10px 0 0 15px;
		}
		
		#index #index-left #top-content #schrijvers {
			
		}	
			
			#index #index-left #top-content #schrijvers a,
			#index #index-left #top-content #schrijvers a:link,
			#index #index-left #top-content #schrijvers a:visited {
				color: #fff;
				text-decoration: underline !important;
			}
			
			#index #index-left #top-content #schrijvers a:hover,
			#index #index-left #top-content #schrijvers a:active {
				color: #fff;
				text-decoration: none !important;
			}
		
		#index #index-left #top-content #schrijvers h2.meer-over-de-schrijvers {
			display: block;
			height: 35px;
			width: 288px;
			text-indent: -9999px;
			margin: 0;
			padding: 0;
			background: url("../img/meer-over-de-schrijvers-h2.jpg") top left no-repeat;
		}
			
			/* groen */
			
			#index #index-left #top-content #schrijvers .schrijver-groen {
				float: left;
				width: 458px;
				margin: 0 0 10px 0;
			}
			
				#index #index-left #top-content #schrijvers .schrijver-groen .schrijf-top {
					height: 12px;
					width: 458px;
					background: url("../img/groen-top.png") top left;
				}
				
				#index #index-left #top-content #schrijvers .schrijver-groen .schrijf-cont {
					width: 438px; /* -padding */
					background: #43bb0e;
					padding: 0 10px 0 10px;
					color: #fff;
					line-height: 20px;
				}
				
				#index #index-left #top-content #schrijvers .schrijver-groen .schrijf-bot {
					height: 12px;
					width: 458px;
					background: url("../img/groen-bot.png") bottom left;
				}
				
			/* blauw */
			
			#index #index-left #top-content #schrijvers .schrijver-blauw {
				float: left;
				width: 458px;
				margin: 0 0 10px 0;
			}
			
				#index #index-left #top-content #schrijvers .schrijver-blauw .schrijf-top {
					height: 12px;
					width: 458px;
					background: url("../img/blauw-top.png") top left;
				}
				
				#index #index-left #top-content #schrijvers .schrijver-blauw .schrijf-cont {
					width: 438px; /* -padding */
					background: #128efe;
					padding: 0 10px 0 10px;
					color: #fff;
					line-height: 20px;
				}
				
				#index #index-left #top-content #schrijvers .schrijver-blauw .schrijf-bot {
					height: 12px;
					width: 458px;
					background: url("../img/blauw-bot.png") bottom left;
				}
				
			/* rood */
			
			#index #index-left #top-content #schrijvers .schrijver-rood {
				float: left;
				width: 458px;
				margin: 0 0 10px 0;
			}
			
				#index #index-left #top-content #schrijvers .schrijver-rood .schrijf-top {
					height: 12px;
					width: 458px;
					background: url("../img/rood-top.png") top left;
				}
				
				#index #index-left #top-content #schrijvers .schrijver-rood .schrijf-cont {
					width: 438px; /* -padding */
					background: #ff2112;
					padding: 0 10px 0 10px;
					color: #fff;
					line-height: 20px;
				}
				
				#index #index-left #top-content #schrijvers .schrijver-rood .schrijf-bot {
					height: 12px;
					width: 458px;
					background: url("../img/rood-bot.png") bottom left;
				}
				
			#index #index-left #top-content #schrijvers .schrijver-foto {
				float: left;
				width: 70px;
				margin: 0 0 0 5px;
			}
		
		#index #index-left #top-content #tweets {
			padding: 0;
			margin: 0;
			position: relative;
			clear: both;
		}	
			
			#index #index-left #top-content #tweets img.auteur {
				position: absolute;
				top: 0;
				right: 0;
				margin: 18px 0 0 0;
			}
		
			#index #index-left #top-content #tweets p {
				margin: 0 0 5px 0;
				padding: 0 4px 0 4px;
			}
		
		
		
			/* groen */
			
			#index #index-left #top-content #tweets .tweets-blauw {
				float: left;
				width: 458px;
				margin: 0 0 10px 0;
			}
			
				#index #index-left #top-content #tweets .tweets-blauw .tweets-top {
					height: 12px;
					width: 458px;
					background: url("../img/blauw-top.png") top left;
				}
				
				#index #index-left #top-content #tweets .tweets-blauw .tweets-cont {
					width: 438px; /* -padding */
					background: #138eff;
					padding: 0 10px 0 10px;
					color: #fff;
					line-height: 15px;
				}
				
				#index #index-left #top-content #tweets .tweets-blauw .tweets-bot {
					height: 12px;
					width: 458px;
					background: url("../img/blauw-bot.png") bottom left;
				}
				
		#index #index-left #top-content #navigation {
			width: 500px;
			margin: 0 0 18px 0;
		}
		
			#index #index-left #top-content #navigation span.previous {
				display: block;
				height: 20px;
				width: 225px;
				float: left;
				position: relative;
			}
				
				#index #index-left #top-content #navigation span.previous a,
				#index #index-left #top-content #navigation span.previous a:link,
				#index #index-left #top-content #navigation span.previous a:visited {
					display: block;
					height: 20px;
					width: 85px;
					background: url("../img/vorige.png") top left;
					text-indent: -9999px;
					position: absolute;
					top: 0;
					right: 0;
				}
				
				#index #index-left #top-content #navigation span.previous a:hover,
				#index #index-left #top-content #navigation span.previous a:active {
					display: block;
					height: 20px;
					width: 85px;
					background: url("../img/vorige_hover.png") top left;
					text-indent: -9999px;
					position: absolute;
					top: 0;
					right: 0;
				}
			
			#index #index-left #top-content #navigation span.next {
				display: block;
				height: 20px;
				width: 200px;
				float: left;
			}
				
				#index #index-left #top-content #navigation span.next a,
				#index #index-left #top-content #navigation span.next a:link,
				#index #index-left #top-content #navigation span.next a:visited {
					display: block;
					height: 20px;
					width: 85px;
					background: url("../img/volgende.png") top left;
					text-indent: -9999px;
				}
				
				#index #index-left #top-content #navigation span.next a:hover,
				#index #index-left #top-content #navigation span.next a:active {
					display: block;
					height: 20px;
					width: 85px;
					background: url("../img/volgende_hover.png") top left;
					text-indent: -9999px;
				}		
			
	
	#index #index-left #bot-content {
		float: left;
		margin: 20px 0 0 0;

		width: 812px;
		/* background: url("../img/bot-content.jpg") top left no-repeat; */
	}
	
	#index #index-left #home-content {
		float: right;
		width: 536px;
		margin: 20px 0 0 0;
		/* transparant background */
		background: url("../img/trans.png");
	}	
		
		#index #index-left #home-content #prijzen,
		#index #index-left #home-content #colofon {
			padding: 0 0 0 5px;
		}
	
		#index #index-left #home-content h2,
		#index #index-left #home-content h2 a {
			color: #fe0007;
			padding: 0;
			margin: 0;
		}
		
		#index #index-left #home-content h2 a:hover,
		#index #index-left #home-content h2 a:active {
			color: #fe0007;
			padding: 0;
			margin: 0;
		}
		
		#index #index-left #home-content h2.tweeterawat {
			display: block;
			text-indent: -9999px;
			background: url("../img/tweeterawat.jpg") top left no-repeat;
			height: 26px;
			width: 189px;
			margin: 0;
			padding: 0;
		}
		
		#index #index-left #home-content h3.erik-van-muiswinkel-helpt-je-op-weg {
			display: block;
			text-indent: -9999px;
			background: url("../img/erik-van-muiswinkel-helpt-je-op-weg.jpg") top left no-repeat;
			height: 37px;
			width: 453px;
			margin: 0;
			padding: 0;
		}
		
		#index #index-left #home-content #stichting-collectieve-propaganda-van-het-nederlandse-boek {
			text-indent: -9999px;
			width: 254px;
			height: 84px;
			background: url("../img/stichting-collectieve-propaganda-van-het-nederlandse-boek.png") top left no-repeat;
		}
		
		#index #index-left #home-content #lezen-stichting-lezen {
			text-indent: -9999px;
			width: 178px;
			height: 92px;
			background: url("../img/lezen-stichting-lezen.png") top left no-repeat;
		}
		
		#index #index-left #home-content p {
			margin: 2px 0 5px 0;
			padding: 0;
			line-height: 22px;
		}
		
		#index #index-left #home-content #video {
			text-indent: -9999px;
			background: url("../img/video.jpg") top left no-repeat;
			height: 317px;
			width: 519px;
		}

		#index #index-left #home-content ul {
			margin: 0 0 0 20px;
			padding: 0;
		}
		
		#index #index-left #home-content ul li {
			margin: 0 0 0 0;
			padding: 4px 0 4px 0;
		}		

		#index #index-left #home-content ul.buttons {
			margin: 8px 0 0 0;
			padding: 0;
			list-style: none;
		}
		
		#index #index-left #home-content ul.buttons li {
			margin: 0 15px 0 0;
			padding: 0;
			list-style: none;
			float: left;
			height: 67px;
			width: 67px;
		}
		
		#index #index-left #home-content ul.buttons li a.but1 {
			display: block;
			height: 67px;
			width: 67px;
			text-decoration: none;
			text-indent: -9999px;
			background: url("../img/but-instructie.png") top left no-repeat;
		}
		
		#index #index-left #home-content ul.buttons li a.but2 {
			display: block;
			height: 67px;
			width: 67px;
			text-decoration: none;
			text-indent: -9999px;
			background: url("../img/but-voorbeeld-een.png") top left no-repeat;
		}
		
		#index #index-left #home-content ul.buttons li a.but3 {
			display: block;
			height: 67px;
			width: 67px;
			text-decoration: none;
			text-indent: -9999px;
			background: url("../img/but-voorbeeld-twee.png") top left no-repeat;
		}
	
	#index #index-left #home-footer {
		float: right;
		width: 536px;
		height: 50px;
	}	
	
		#index #index-left #home-footer ul {
			margin: 15px 0 0 0;
			padding: 0;
			list-style: none;
		}
		
		#index #index-left #home-footer ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
		}
		
		#index #index-left #home-footer ul li a,
		#index #index-left #home-footer ul li a:link,	
		#index #index-left #home-footer ul li a:visited {
			display: block;
			padding: 0 14px 0 0;
			text-decoration: none;
			color: #000000;
		}
		
		#index #index-left #home-footer ul li a:hover,	
		#index #index-left #home-footer ul li a:active {
			display: block;
			padding: 0 14px 0 0;
			text-decoration: none;
			color: #ff0006;
		}
