/* HTML */
html, body {
	margin: 								0px;
	padding: 								0px;
	font-family: 						Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 							12px;
	color: 									#BFBFBF;
	text-align:							center;
	background-color:				#BFBFBF;
}

.meldingFout {
	color:									red;
	padding:								5px;
	border:									1px solid red;
}

.meldingGoed {
	color:									lime;
	padding:								5px;
	border:									1px solid lime;
}

/* DIV */
#container {
	width: 									800px;
	height: 								800px;
	margin:									5px auto 0 auto;
	background-image:				url(../../img/bg.png);
	background-repeat:			no-repeat;
}

#content {
	float: 									left;
	width: 									380px;
	height: 								330px;
	margin:									465px 0 0 198px;
}

#footer {
	clear:									both;
	width: 									800px;
	height: 								30px;
	margin:									0px auto;
	text-align:							center;
}

/* LINKS */
#footer > a {
	display:								block;
	width:									86px;
	height:									26px;
	margin:									3px auto 0 auto;
	overflow:								hidden;
}

#footer > a {
  background: 						url("../../img/logoapp.png") no-repeat 0 0;
}

#footer > a:hover {
  background: 						url("../../img/logoapp.png") no-repeat 0 -34px;
}


/* FORM */
input {
	border: 								0px;
}

input[type=submit] {
	background-color:				 #BFBFBF;
}
