body {
	margin:0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	
.hidden {
	display:none;
}
#inhoud {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#ffffff;
}

#bovencel{
	position:relative;
	top: 0;	
	left: 0;
	right: 0;
	bottom:0;
	width:800px;
	height:55px;
	background-color: #ffffff;
	padding-top:40px;
	padding-bottom:10px;
	margin:0px;
    text-align:right;
}

#middencel{
	position:relative;
	top: 0;	
	left: 0;
	right: 0;
	width:800px;
	background-color: #ffffff;
	padding-bottom:10px;
	margin:0px;	
}

#hotitemscel{
	margin:0px;
	border-top-color: #E33131;
	border-top-width: 1px;
	border-top-style:solid;
	padding-bottom: 10px;
	display: block;
	padding-top: 0px;
	font-size: 11px;
}

#ondercel{
	position:relative;
	top: 0px;	
	left: 0;
	right: 0;
	width:800px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	padding-bottom: 0px;
	border-top: 1px solid #E33131;
}

/*********************************/
/*    fonts             */
/*********************************/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #1E56A0;
}

hr {
	height: 1px; 
	color: #999999; 
}

tr {color: #333; font-size: 11px
} 

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #133E73;
}

#paginatitel {
	font-weight: normal;
	font-size: 14px;
	color: #1E56A0;
}

#paginanavigatie {
    font-size: 10px;
	color: #1E56A0;
    text-align:right;
}


#onderlinks {
	text-align:right;	
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #E33131;
	background-color:#FFFFFF;
	font-size: 11px;
}

#onderlinks a {
	color: #333;
}

#onderlinks a:hover  {
	color: #1E56A0;
}
