/* MAC HIDE\*/
html, body {height:100%}
/* END HIDE */

/* ///////////////////////////////////////////////////////////// */

/* BODY */

body {
	font-family: Verdana, Arial;
	font-size: 62.5%; /* fontgrote is 10 (62,5% van 16); standaard fontgrote in browsers is 16 pixels */
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px; /* for mozilla*/
}

/* ///////////////////////////////////////////////////////////// */

/* ALGEMEEN */

h1 {
    font-family: Arial;
	font-size:2.0em; /* x 10 is de fontgrote in pixels */
	font-weight: bold;
	color: #004a99;
	margin: 0px;
	padding-bottom:5px;
}

h2 {
    font-family: Arial;	
	font-size: 1.4em; /* x 10 is de fontgrote in pixels */
	font-weight: bold;
	color: #f28c00;
}

a:link, a:active, a:visited {
	color: #022080;
	text-decoration: underline;
}

a:hover {
  color:#f28c00;
	text-decoration: none;
}

img {
	border: 0px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

a:focus {outline-style: none;} /* verberg annoying dotted border die om links staan in FF*/

/* ///////////////////////////////////////////////////////////// */

/* DIV OUTER */

html>body #outer{height:auto;}

#outer{
	min-height:100%;
	width:875px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;

}

/* ///////////////////////////////////////////////////////////// */

/* DIV INNERWRAP */

#innerwrap {/* enables content first */
	position: relative;
	float:left;
	width:875px;
}

/* ///////////////////////////////////////////////////////////// */

/* DIV CONTENT */

#centrecontent {
	width:875px;
	float:right;
	margin-top:170px;
	margin-bottom:52px;
	background-color: #FFFFFF;
	line-height: 14px;
}

#breadcrumb {
	color: gray;
	padding-top:5px;
	_padding-top:8px;
  padding-bottom:35px;
	_padding-bottom:30px;
	font-size: 0.9em;
}

#breadcrumb a {
  text-decoration:none;
	color: gray;    
}

#breadcrumb a:hover {
	color:#f28c00;
}

#titel {
  font-family: Arial;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing: 0.03em;
	text-transform: uppercase;	
	color: #004a99;
	margin: 0px;
	padding-bottom:10px;
}


/* ///////////////////////////////////////////////////////////// */

/* DIV LEFT */

#left {
  display: none;
}


/* ///////////////////////////////////////////////////////////// */

/* DIV RIGHT */

#right {
  display: none;
}

/* ///////////////////////////////////////////////////////////// */

/* CLEARFOOTER */

#clearfooter {width:100%;height:52px;clear:both}

/* ///////////////////////////////////////////////////////////// */

/* HEADER */

#header{
	position:absolute;
	top:0;
	left:0px;
	width:875px;
	background-color: #FFFFFF;
	color: #000000;
	z-index:100;
}

#logo{
 	position:absolute;
	top:0;
	left:0px;   
  float:left;
  padding-right:5px;
  background-color: #FFFFFF;
}

#banner
{
 	position:absolute;
	top:0;
	left:200px; 
	background-color: #FFFFFF;
  overflow:hidden;
}

#white_bar
{
 	position:absolute;
 	width:875px;
	top:124px;
	left:0px;
	background-color: #FFFFFF;
	height:2px;

	    
}

#orange_bar
{
 	position:absolute;
 	width:875px;
	top:126px;
	*top:126px;
	_top:126px;
	left:0px;
	background-color: #FFFFFF;
	border-top: solid 2px #f28c00;
	height:10px;

	    
}

/* DIV HOOFDMENU */

#menu {
  display: none;
}


/* ///////////////////////////////////////////////////////////// */

/* FOOTER */

#footer {
  display: none;
}


#mijndocumenten .even
{
    background-color:#FFD9A3;
    border-bottom:solid 4px #FFFFFF;
}

#mijndocumenten .odd
{
    background-color:#FFEED6;
    border-bottom:solid 4px #FFFFFF;
}
