/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.png);
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

#logo {
	position: absolute;
	left: 15px;
	top: 10px;
}

#container {
	position: absolute;
	left: 180px;
	top: 7px;
	width: 519px;
	height: 621px;
	background-image: url(images/8werelden_test_bg.jpg);
}

#content {
	margin: 190px 10px 20px 40px;
}

#content h1 {
	color: #D90422;
	font-size: 15px;
	margin-bottom: 10px;
}

/* result styles */

textarea.resulttext {
	border: none;
	background-color: #353638;
	color: #FFF;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	height: 100px;
	width: 400px;
	position: absolute;
	top: 100px;
	z-index:100;
	margin: 0 0 0 -211px;
	left: 50%;
	padding: 20px 0 0 10px;
	scrollbar-3dlight-color: #353638;
    scrollbar-arrow-color: #353638;
    scrollbar-base-color: #353638;
    scrollbar-darkshadow-color: #353638;
    scrollbar-face-color: #353638;
    scrollbar-highlight-color: #353638;
    scrollbar-shadow-color: #353638;
}


#resultimage {
	width: 602px;
	height: 448px;
	margin: 0 0 0 -301px;
	position: absolute;
	left: 50%;
	top: 10px;
}

#test_opnieuw {
	width: 200px;
	margin: 0 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 300px;
	text-align: center;
}

#test_opnieuw a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#test_opnieuw a:hover {
	color: #FFF;
	text-decoration: underline;
}