/*******************************************************************
 * Actiebalk / Wemachine header			                           *
 *******************************************************************/
#wemachineheader {
	background: #2C2C2C url('../wemachine_cms/images/header-background.gif') repeat-x bottom;
	border-bottom: 4px solid #FF0066;
	font: 11px/170% "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
  	height: 60px;
	overflow: hidden;
}
#wemachineheader #logo-floater {
  position: absolute;
}
#wemachineheader a {
	border-right: 1px solid #4C4C4C;
	border-top: 4px solid #1f1f1f;
	color: #EEEEEE;
	display: block;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 19px 20px 21px;
	text-decoration: none;
}
#wemachineheader a.wemachinelogo {
	background: url("../wemachine_cms/images/logo-wemachine-header.png") 15px center no-repeat;
	border-top: 4px solid #1f1f1f;
	border-right: 1px solid #4C4C4C;
	color: #7F7F7F;
	display: block;
	font-size: 9px;
	font-weight: normal;
	padding: 32px 25px 8px 57px;
	width: 78px;
}
#wemachineheader a.wemachinelogo:hover {
	color: #7F7F7F;
}
#wemachineheader a.iconNaardashboard {
	background: url('../wemachine_cms/images/icons/16x16dashboard.png') no-repeat 20px center;
	padding-left: 45px;
}
#block-views-wemachine_actiebalk-block_6 {
	border-left: 1px solid #4C4C4C;
	border-right: none;
	float: right;
}
#wemachineheader a.iconUitloggen {
	background: url('../wemachine_cms/images/icons/pretty-office/logout16.png') no-repeat 20px center;
	padding-left: 45px;
}

#wemachineheader a.iconBezoekwebsite {
	background: url('../wemachine_cms/images/icons/16x16uwwebsite.png') no-repeat 20px center;
	padding-left: 45px;
}
#wemachineheader a.iconEdit {
	background: url('../wemachine_cms/images/icons/16x16bewerk.png') no-repeat 20px center;
	padding-left: 45px;
}
#wemachineheader a.iconDelete {
	background: url('../wemachine_cms/images/icons/16x16verwijder.png') no-repeat 20px center;
	padding-left: 45px;
}
#wemachineheader a:hover {
	background-color: #3c3c3c;
	color: #fff;
}
#wemachineheader a.bezoekwebsite {
	background-image: url("../wemachine_cms/images/icons/16x16pijlrechts.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	float: left;
	padding-left: 40px;
}
#wemachineheader a.logout {
	background-image: url("../wemachine_cms/images/icons/16x16logout.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	border-left: 1px solid #4C4C4C;
	float: right;
	padding-left: 35px;
}