body {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #5E5E5E;
	background-color: #fff;
	line-height: 17px;
}

h1 {
	padding: 13px 0 0 0;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a5bf10;
}
h2 {
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #5E5E5E;
}
h2.groen {
	color: #a5bf10;
}
h3 {
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 12px;
	color: #5E5E5E;
}

p {
	margin: 10px 0 10px 0; 
	text-align: justify;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.donkerGrijs {
	color:#5E5E5E
}

.groen {
	color:#a5bf10
}

b {
	color: #5E5E5E;
}

a {
	text-decoration: none;
	color: #a5bf10;
}
a:hover {
	color: #5E5E5E;
}

img {
	border: 0 none;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

fieldset {
	width: auto;
	border: 0px none;
}

label {
	float: left;
	width: auto;
	font-weight: normal;
}
.checkbox {
	float: left;
}
.grijs {
	background-color: #F7F7F7;
}

.buttonSubmitGrijs,
.buttonSubmitGroen {
	float: right;
	width: 132px;
	height: 48px;
	padding: 0 20px 0 0;
	margin-left: 150px;
	cursor: pointer;
	border: 0 none;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
}
.buttonSubmitGrijs {
	background: url(/img/png/submit-button-grijs.png) no-repeat;
	color: #5E5E5E;
}
.buttonSubmitGroen {
	background: url(/img/png/submit-button-groen.png) no-repeat;
	color: #5E5E5E;
}

#ps_beschikbaarDag {
	float: left;
	width: 40px;
}
#ps_aantaluur {
	float: left;
	width: 20px;
}

#beschikbaarMaand,
#ps_beschikbaarMaand {
	float: left;
	width: 100px;
	margin-left: 3px;
}
#beschikbaarJaar,
#ps_beschikbaarJaar {
	float: left;
	width: 60px;
	margin-left: 3px;
}
label {
	float: left;
	width: 155px;
	font-weight: bold;
}
p.goedmelding {
	font-weight: bold;
	color: #B6D402;
}
p.foutmelding {
	font-weight: bold;
	color: #FF3300;
}
