@charset "utf-8";
/* CSS Document */

div#sidebar {
	position: relative;
	float: right;
	width: 233px; /* 48 */
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
}


/* BUTTONS */
.buttonXXLGroen,
.buttonXXLGrijs {
	width: 379px;
	height: 33px;
	padding: 15px 20px 0 20px;
	cursor: pointer;
	border: 0 none;
	display: block;
	text-align:center;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
}
.buttonXXLGrijs {
	background: url(/img/jpg/button-xxl-grijs.jpg) no-repeat;
	color: #5E5E5E;
}
.buttonXXLGroen {
	background: url(/img/jpg/button-xxl-groen.jpg) no-repeat;
	color: #5E5E5E;
}

.buttonSidebarGroen,
.buttonSidebarGrijs,
.buttonSidebarTerugGroen,
.buttonSidebarTerugGrijs {
	width: 197px;
	height: 33px;
	margin: 0;
	padding: 15px 20px 0 20px;
	cursor: pointer;
	border: 0 none;
	display: block;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
}

a.buttonSidebarGrijs {
	background: url(/img/png/submit-button-bg-grijs.png) no-repeat;
	color: #5E5E5E;
}
a.buttonSidebarGroen {
	background: url(/img/png/submit-button-bg-groen.png) no-repeat;
	color: #5E5E5E;
}
a.buttonSidebarTerugGrijs {
	background: url(/img/png/submit-button-bg-grijs-back.png) no-repeat;
	color: #5E5E5E;
}
a.buttonSidebarTerugGroen {
	background: url(/img/png/submit-button-bg-groen-back.png) no-repeat;
	color: #5E5E5E;
}
.buttonHoog {
	height: 43px;
	padding: 5px 20px 0 20px;
}

/* DASHBOARD */
div#dashboard1,
div#dashboard2,
div#dashboard3 {
	position: relative;
	float: left;
	width: 233px; /* 48 */
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
}
div#dashboard2 {
	margin: 0 40px;
}
div.profiel,
div.block {
	position: relative;
	width: 233px;
	margin-bottom: 20px;
	padding-bottom: 0;
	background: url(/img/jpg/sidebar-bg.jpg) no-repeat;
}
div.profiel {
	background: url(/img/jpg/sidebar-bg-myprofile.jpg) no-repeat;
}
div.block div.bottom,
div.profiel div.bottom { /* ie6.css */
	position: absolute;
	bottom: 0; left: 0;
	width: 233px;
	height: 10px;
	background: url(/img/jpg/sidebar-bg-bottom.jpg) no-repeat;
}
div.profiel div.bottom { /* ie6.css */
	background: url(/img/jpg/sidebar-bg-myprofile-bottom.jpg) no-repeat;
}
div#dashboard1  div.block {
	height: 160px;
}
div#dashboard1  div.profiel {
	height: 159px;
}
div#dashboard2 div.block,
div#dashboard2 div.profiel {
	height: 340px;
}
div#dashboard3 div.block {
	height: 160px;
}
div#dashboard3 div.profiel {
	height: 159px;
}

div.block ul,
div.profiel ul {
	margin: 13px 0 0 40px;
	padding: 0 0 10px 0;
	list-style-image: url(/img/png/bullits.png);
}
div.profiel ul {
	list-style-image: url(/img/png/bullits-grijs.png);
}

div.block h1,
div.profiel h1 {
	padding-left: 20px;
	padding-right: 20px;
}
div.block h2 ,
div.profiel h2{
	padding-top: 0;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
}
div.block p,
div.profiel p {
	padding: 0 20px;
	text-align: left;
}
span.wit,
span.wit {
	color: #fff;
	font-size: 12px;
}
div.block a,
div.profiel a {
	text-decoration: none;
	color: #5E5E5E;
}
div.block a:hover,
div.profiel a:hover {
	color: #5E5E5E;
	font-weight: bold;
}

div.profiel a.wit {
	color: #5E5E5E;
	font-weight: bold;
}

div.profiel a.wit:hover {
	color: #fff;
	font-weight: bold;
}

div.block table,
div.profiel table {
	width: 193px;
	margin: 0 20px;
}

div.block #compleet,
div.profiel #compleet {
	width: 193px;
	height: 17px;
	margin: 0 20px 15px 20px;
	background-color: #fff;
	border: 1px solid #fff;
}
div.block #compleet #balk {
	height: 17px;
	background-color: #CFE35D;
}
div.profiel #compleet #balk {
	height: 17px;
	background-color: #D0D0D0;
}

/* FORM */
div.profiel fieldset,
div.block fieldset {
	width: 193px;
	padding: 0 20px 5px 20px;
	border: 0 none;
}

div.profiel .buttonSubmitGroen,
div.profiel .buttonSubmitGrijs,
div.block .buttonSubmitGroen,
div.block .buttonSubmitGrijs {
	width: 135px;
	height: 45px;
	padding-left: 20px;
	margin-left: 65px;
	border: 0 none;
}

div.block select,
div.profiel select {
	float: left;
	width: 195px;
	border: 1px solid #B0B0B0;
	margin-bottom: 3px;
	padding: 0 0 0 3px;
}
div.block input,
div.profiel input {
	float: left;
	width: 186px;
	border: 1px solid #B0B0B0;
	margin-bottom: 3px;
	padding: 0 3px;
}
div.block textarea,
div.profiel textarea {
	width: 190px;
	height: 50px;
	border: 1px solid #B0B0B0;
}
div.block label,
div.profiel label {
	float: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
div.block label.provincies {
	width: 70px;
	font-weight: normal;
}
div.block .autoWidth,
div.profiel .autoWidth {
	width: 15px;
	border: 0 none;
}
div.lijn { /* ie6.css*/
	width: 196px;
	height: 1px;
	margin: 9px 0;
	clear:both;
	border-bottom: 1px solid #fff;
	font-size: 0;
	line-height: 0;
}
div.profiel .lijn {
	width: 222px;
	margin: 9px 5px;
}

div.block #bc_reactie,
div.profiel #bc_reactie {
	height: 100px;
}
div.block input.hidden,
div.profiel input.hidden {
	border: 0 none;
	width: 0;
	height: 0;
}
div.block #beschikbaarMaand,
div.block #ps_beschikbaarMaand {
	float: left;
	width: 120px;
	margin-left: 3px;
}
div.block #beschikbaarJaar,
div.block #ps_beschikbaarJaar {
	float: left;
	width: 67px;
	margin-left: 3px;
}
div.block #aantaluur {
	width: 62px;
	float: none;
}
