@charset "windows-1252";
body,html{
	font-family: Arial, Helvetica, sans-serif;
}
#login {
	width: 203px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
#login .tekst_onder {
	font-size:11px;
	text-align:center;
	color:#000000;
}
#login .tekst_onder a{
	color:#6DBED7;
	text-decoration:none;
}
#login .tekst_onder a:hover{
	color:#133065;
	text-decoration:underline;
}
#login .tekst_boven {
	font-size:11px;
	color:#FFFFFF;
}
#login .tekst_boven a{
	color:white;
	text-decoration:underline;
}
#login .tekst_boven a:hover{
	color:#133065;
	text-decoration:none;
}
.button{
	color:#FFFFFF;
	font-size:10px;
	height: 18px;
	border: 1px solid #FFF;
	cursor:hand;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../images/background_knop.jpg);
}
.fout{
	color: #F00;
	border: 1px solid #F00;
}

.wrong{
	background-image:url(../images/wrong.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	color: #F00;
	border: 1px solid #F00;
}
.good{
	background-image:url(../images/good.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	border: 1px solid #000;
}
.nothing{
  padding-left:20px;
	border: 1px solid #000;}
.bad{
	color: #F00;
}

.aandacht {
	color: #7EACDD;
	font-size:10px;
}
