* {
	font-family: arial;
}

html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #EEE url(bg1.jpg);
}

/*img.fr, img.to {
	display: none;
	position: absolute;
	width: 60%;
	height: 115%;
	top: 0px;
}
img.fr {
	left: 0px;
}
img.to {
	left: 50%;
}*/


#page {
	position: relative;
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 30px 60px 60px 60px;
	border: 2px solid #AFA88E;
}

	h1 {
		color: #918A70;
		margin: 0px 0px 5px 0px;
	}

	h2 {
		margin-top: 0px;
		font-size: 14px;
	}
	h2.uitleg {
		position: absolute;
		top: 5px;
		right: 5px;
		color: #918A70;
		cursor: hand;
		cursor: pointer;
	}
	
	.clear {
		clear: both;
	}

	#setsettings {
		margin-top: 15px;
		position: relative;
		cursor: hand;
		cursor: pointer;
	}
		#setsettings span {
			float: left;
			margin-right: 3px;
			font-size: 16px;
			line-height: 12px;
			font-weight: bold;
			color: #918A70;
		}
		#setsettings span.flag {
			display: block;
			width: 19px;
			height: 13px;
			background: url(flags.png);
		}

	form {
		margin-top: 15px;
		padding: 5px;
		border: 1px solid #DDD7BF;
		background: #F4F2EA;
	}

	form#settings {
		display: none;
	}
		form#settings textarea {
			width: 350px;
			height: 60px;
			display: none;
		}
		form#settings div {
			width: 48%;
			float: left;
		}
		form#settings p {
			font-size: 12px;
			line-height: 16px;
		}

		input.vraag {
			width: 300px;
		}
		.hardchars {
			letter-spacing: 3px;
			margin: 0px;
		}
		form a {
			font-size: 10px;
			text-decoration: underline;
			cursor: hand;
			cursor: pointer;
		}
		ul.category {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			ul.category li {
				font-size: 11px;
				text-decoration: underline;
				display: inline;
				margin-right: 10px!important;
				cursor: hand;
				cursor: pointer;
			}
	#fr_to .vraag {
		margin-top: 19px;
	}

	form.vertaal {
		width: 47%;
		float: left;
	}
	form#to_fr {
		float: right;
	}

	form.addword {
		display: none;
		position: absolute;
		width: 500px;
		left: 150px;
		top: 150px;
		background-color: #E9E3CB;
		border: 1px solid #AFA88E;
		z-index: 1000;
	}
		form.addword input.cat {
			margin-top: 5px;
			border: 1px solid #666;
		}
		form.addword a {
			position: absolute;
			top: 10px;
			right: 10px;
			font-weight: bold;
			font-size: 14px;
			text-decoration: none;
		}
	
	/* toets */
	#toets {
		position: relative;
		margin: 10px 0px 0px 0px;
	}
		#toets ul.category {
			margin: 10px 0px 10px 10px;
		}
			#toets ul.category li {
				display: block;
				clear: left;
				text-decoration: none;
				margin-bottom: 5px;
			}
				#toets ul.category li div.score {
					width: 70px;
				}
					#toets ul.category li div.score div {
						width: 100%;
						height: 2px;
						float:left;
						background-color: #fc0;
					}


		#toets fieldset {
			position: absolute;
			top: 30px;
			left: 25%;
			width: 50%;
			padding: 0px;
			border: 0px;
		}
		#vraag {
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			background-color: #FC0;
		}
		#toets .vraag {
			font-size: 16px;
		}


	.goed {
		color: #5B0;
	}
	.fout {
		color: #D00;
	}
	.bijna {
		color: #FA0;
	}
