/* Balk */

#balk{
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  background-color: #455053;
}

#balk a {
	/*font-weight: bold;*/
	font-family:Verdana;
	font-size:12px;
	color: white;
	margin-right: 10px;
}

#balkNavigatie {
  position:absolute;
  right:285px;
  /*padding:7px;*/
  height: 16px;
  margin: 0;
  
}

#balktext{
  position:absolute;
  left:25%;
  margin-left: -120px;
  width:900px;
  /*background-color:#8CC238;*/
  text-align:right;
  color:#ffffff;
  /*font-weight: bold;*/
  height: 30px;
}

/*Uitklap*/

/*body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
}*/
#vacatures{
	position: absolute;
	border: 1px solid #666666;
	padding: 15px;
	padding-top: 20px; /*top bovenin uitklap*/
	margin-top:28px;
	background: #292929;
	width: 230px;
	display: none;
	font-family:Verdana;
	font-size:11px;
	opacity: .8;
	filter: alpha(opacity=80);
}

#vacatures p{
	margin-bottom: 5px;
	text-align:left;
}

#vacatures a{
	margin-top: -15px; /*hoeveel hoger staat sluiten dan gebruikersnaam*/
	float: right;	
}

#sidebar{
	line-height: 20px;
	width: 50px;
	height:28px;
	padding-top:4px;
	float: left;
	padding-left: 35px;
	padding-right: 25px;
	list-style: none;
	margin-left:20px;
	background-color:#262B2E;
	text-align:center;
}

#sidebar li{
	border-bottom: 0px dotted #666666;
	/*margin-bottom: 10px;
	padding-bottom: 10px;*/
}

#sidebar li:last-child{
	border-bottom: none;
}

.row {
	border: 0px solid #FFFFFF;
	width:100px;
	height:25px;
	float:left;
	text-align:left;
}
.row-groot {
	border: 0px solid #FFFFFF;
	width:160px;
	height:25px;
	float:left;
	text-align:left;
	margin-left: -5px;
}
.row-klein {
	border: 0px solid #FFFFFF;
	width:0px;
	height:25px;
	margin-left:-15px;
	float:left;
}
