*
{
	margin:					0;
	padding:				0;
}
html, body
{
	height:					100% !important;
}
body, textarea, input
{
	font-family:			"Arno pro caption", "Minion Pro", "Trebuchet MS", Arial;
	font-size:				14px;
	color:					#333;
}
textarea, input
{
	background:				#fffeeb;
}
h1
{
	font-size:				15px;
}
h2
{
	font-size:				13px;
}
h3
{
	font-size:				12px;
}
h4
{
	font-size:				11px;
}
h5
{
	font-size:				11px;
}
p
{
	margin:					7px 0;
}
.true
{
	border:					1px solid #555;
}
.false
{
	border:					1px solid red;
}
img
{
	border:					none;
}
ul
{
	list-style-type:		bullet;
	margin-left:			20px;
}
ol
{
	margin-left:			20px;
}
a
{
	text-decoration:		underline;
	position:				relative;
}
a:hover
{
}
:focus
{
	-moz-outline-style:		none;
}
:root
{
	overflow-y:				scroll !important;
}
td
{
	vertical-align:			top;
}
hr
{
	border:					none;
	background:				#000;
	color:					#000;
	height:					1px;
}

/* MELDINGEN */
.melding, .melding.p2
{
	border:					1px solid red;
	padding:				5px;
	font-weight:			bold;
	background:				#EEE;
	text-align:				center;
	margin:					10px 0;
}
.melding.goed, melding.goed.p2
{
	border-color:			#34C1E0;
	border-width:			1px;
}
.melding.p1
{
	border-width:			2px;
	font-size:				14px;
}
.melding.p3
{
	border-style:			dashed;
	font-weight:			normal;
	padding:				2px;
}

/* Processtappen */
.stappen
{
	background-color:		#DDD;
	border-bottom:			1px solid #777;
	margin:					0 -10px 5px -10px;
	padding:				2px 0 5px 80px;
}
.stappen li
{
	display:				inline;
	margin:					5px 0 0 0;
	padding:				2px 5px 5px;
}
.stappen li.klaar
{
	color:					#444;
}
.stappen li span
{
	text-decoration:		underline;
	cursor:					pointer;
}
.stappen li.actief
{
	color:					#000;
	background-image:		url(/media/images/stappen/huidige_stap.png);
	background-repeat:		no-repeat;
	background-position:	50% 100%;
}
.stappen li.nonactief
{
	color:					#BBB;
}