@charset "utf-8";
/* CSS Document */

body {
	font-family:"Courier New",Courier,monospace;
	font-size:14px;
	color: #0FF;
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 0px;
	background-image: url(../images/grid_50x50.jpg);
	background-repeat: repeat;
	margin: 0px;
}

div{
	border: 0px solid #F0F;	
}

a
{
  outline: none;
}

#screen {
	background-image: url(images/screen.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#screencheck {
	background-image: url(images/screen_check.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#screen #content {
	height: 400px;
	width: 655px;
	position: relative;
	left: 40px;
	top: 105px;
	text-align: center;
	padding-top: 50px;
}

#screencheck #content{
	height: 400px;
	width: 455px;
	position: relative;
	left: 40px;
	top: 105px;
	text-align: center;
	padding-top: 50px;
	padding-left: 180px;
}
#back {
	height: 20px;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding-top: 10px;
}
p {
	margin: 0px;
	padding: 0px;
}


a {
	color: #0FF;
	text-decoration: underline;
}

.field {
	background-color:#000000;
	background-image:url(images/cursor_black.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:1px solid #0FF;
	color:#0FF;
	font-family:"Courier New",Courier,monospace;
	font-size:12px;
	font-weight:bold;
	padding-left:16px;
}

.knop {
width: 150px;
height: 35px;
background-color:#000000;
border:1px solid #0FF;
color:#0FF;
font-family:"Courier New",Courier,monospace;
font-size:12px;
font-weight:bold;
}

