

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
   overflow: -moz-scrollbars-vertical;
   
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}
a:hover {
	color: #91009A;
	text-decoration: underline;
}


/* topbalk */
a.hyperlink:hover { font-family: Verdana, Arial; font-size: 11px; color: #230025; font-weight: normal; text-decoration: none; background-color: #C0A1E4}
a.hyperlink { font-family: Verdana, Arial; font-size: 11px; color: #82008A; font-weight: normal; text-decoration: none; background-color: #C0A1E4}
a.hyperlink:link { font-family: Verdana, Arial; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; background-color: #C0A1E4}
a.hyperlink:visited { font-family: Verdana, Arial; font-size: 11px; color: #82008A; font-weight: normal; text-decoration: none; background-color: #C0A1E4}
a.hyperlink:active { font-family: Verdana, Arial; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; background-color: #C0A1E4}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 880px;
background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	BORDER-BOTTOM: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	LIST-STYLE: none outside
}
  .zwartlijntje
{
    BORDER-TOP: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    LIST-STYLE: none outside
}

#content-wrap {
	clear: both;
	width: 860px;
	padding: 0; 
	margin: 0 auto;
}



/* Menu */
#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 40px 0 15px;
	background: #1045A5;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: underline; 
}

  .camboxkaderblack
{
   background-color: #F3F3F3;
    BORDER-BOTTOM: #B9B9B9 1px solid;
    BORDER-LEFT: #B9B9B9 1px solid;
    BORDER-RIGHT: #B9B9B9 1px solid;
    BORDER-TOP: #B9B9B9 1px solid;
    LIST-STYLE: none outside
}

