div.zHeader 
{
	float:left;
	font-weight:bold;
}

div.zPagingRechts 
{
	float:right;
	width:150px;
	text-align:right;
	font-size:11px;
}


div.zitemLinks 
{
	float:left;
	background-image:url("../images/blokje.jpg");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}

div.zitemRechts
{
	float:right;
	width:150px;
	text-align:right;
	font-size:10px;
}

div.zLijn
{
	height:1px;
	background-color: #545454;
	width:100%;
}
div.zLijnLicht
{
	height:1px;
	background-color: #969696;
	width:100%;
}
div.zMarge
{
	height:5px;
	width:100%;
}

div.zMargeEnd
{
	height:15px;
	width:100%;
}

a.zLink:link, a.zLink:visited, a.zLink:hover, a.zLink:active { 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	color: #545454;
	line-height: 15px;
}

a.zLink:hover {
	text-decoration: none; 
	color:Red;
}

div.zPaging 
{
	width:100%;
	height:20px;
}
div.zPagingLeft
{
	float:left;
	width:10px;
	text-align:left;
}
div.zPagingCenter
{
	float:left;
	text-align:center;
	width:650px;
}
div.zPagingRight
{
	float:right;
	width:10px;
	text-align:right;
}

a.zPagingLink:link, a.zPagingLink:visited, a.zPagingLink:hover, a.zPagingLink:active { 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	color: #545454;
	line-height: 15px;
	
}

a.zPagingLink:hover {
	text-decoration: none; 
	color:Red;
}

div.zZoeken
{
	margin: 0px; 
	padding: 0px; 
	margin-left: 15px; 
	margin-top: 20px;
	width:200px;
}

div.zoekenVeld 
{
	float:left;
	width:140px;
}

div.zoekenKnop 
{
	float:right;
}


div.zTerug
{
	width:100%;
}