.headerLogo {
	float:left;
	margin: 5px 10px 0 5px;
	color:#000;
	font-size:36px;
    height: 100px;
}
.headerUserinfob {
	position:absolute;
	top:5px;
	right:5px;
	width: 160px;
	margin-right:2px;
	font-size:14px;
}

.headerUserinfo {
	float:right;
	font-size:14px;
	margin-right: -7em;
	margin-top: 0.5em;
}

.menuknop {
	float:left;
	background-image:url(design/buttons/menu-normaal.png);
	background-repeat:no-repeat;
	margin:58px 5px 0 0;
	width: 100px;
	height: 25px;
	color:#000;
	font-size:16px;
	text-align:center;
	text-decoration: none;
}
.menuknop:hover{
	background-image:url(design/buttons/menu-over.png);
	text-decoration:underline;
}
.firstMenuKnop {
	margin-left:30px;
}

.menuItem {
	float:left;
	background: #fff url(design/menuItem.png) top left no-repeat;
	height: 25px;
	width: 940px;
    padding: 0 11px 0 11px;
}

.menuItem div {
    float:left;
    line-height: 25px;
    padding: 0 5px 0 5px;
    border: #cecece 1px solid;
    border-width: 0 1px 0 0;
}

.menuItem  a{
    float:left;
    padding: 0 5px 0 5px;
    line-height: 25px;
	color: #000;
	text-decoration: none;
    border: #cecece 1px solid;
    border-width: 0 1px 0 0;
}
.menuItem a:hover{
	color: #333;
	text-decoration: underline;
}

span.pageHead{
	color:#F60;
	font-size:26px;
	margin:0 0 0 5px;
}


.deny, .accept, .warning , .denyT, .acceptT{
	float:left;
	width:100%;
	height:32px;
	text-align:center;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}

.denyT{
	color: #F00;
	text-decoration:underline;
	font-weight: bold;
}

.deny {
	background:url(design/bar-deny.jpg) repeat-x;
	color: #FFF;
}

.acceptT{
	color: #0F0;
	text-decoration:underline;
	font-weight: bold;
}

.accept {
	background:url(design/bar-accept.jpg) repeat-x;
	color:#000;
}
.warning {
	background:url(design/bar-warn.jpg) repeat-x;
}


.show  {
	display: block;
}
.hide {
	display: none;
}
