html, body {
	margin:				0;
	padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#001D39;
	text-align:			center;
	height:				100%;
	min-height:			100%;
}

/* ========================================================================= */
/* DIV columns */
#outer{
	position:			relative; /* needed for footer positioning*/
	margin:				0 auto; /* center, not in IE5 */
	text-align:			left;
	border-left:		1px solid #818386;
	border-right:		1px solid #818386;
	
	width:				771px;
	margin:				auto;
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	background: 		url(../images/background.jpg) repeat-y top left;
}

	#header {
	/*	margin-left:		132px;*/
		height:				111px;
		background: 		url(../images/header.jpg) no-repeat bottom left;
		vertical-align:		bottom;
	}

	#breadcrums{
		/*border:			1px solid #00FF00;*/
		height:				32px;
		background: 		url(../images/bck_breadcrums.jpg) repeat-x bottom left;
		padding-left:		10px;
		color:				#FFFFFF;
	}
		#breadcrums a {
			line-height:		1.7;
			font-weight:		700;
			color:				#FFFFFF;
		}

	#menu {
		position:			relative;
		float:				left;
		color: 				#000;
		width:				180px;
		background-color:	#E5FFFF;
		overflow:			hidden;
	}

	#body {
		position:			relative;
		float:				left;
		color: 				#000000;
		width:				571px;
		padding-left:		10px;
		padding-right:		10px;
	}

		#content {
			line-height:		1.5;
			text-align:			left;
			/*border:			1px solid #FF0000;*/
		}

		#content a, 
		#content a:visited, 
		#content a:link {
			color:				#000000;
			font-family:		Arial, Helvetica, sans-serif;
			font-size:			11px;
			font-weight:		normal;
			text-decoration:	none;
		}

		#content a:hover {
			text-decoration:	underline;
		}

			#content a.FAQurl{
				font-weight:		bold;
				color:				#000000;
				border:				0px solid #FF00FF;
			}
				#content a.FAQurl:hover {
					text-decoration:	underline;
					color:				#ED1C24;
				}
			
			#content h3 {
				color:			#000000;
			}

/* ========================================================================= */
/* STANDARD HTML */
a {
	text-decoration:	none;
}

h1, h2, h3 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}
p {
	margin-bottom:		0px;
	padding-bottom:		0px;
}
img {
	padding: 			0;
	margin:	 			0;
}

ul {
	padding:			0;
	margin:				0;
	overflow:			hidden;
}

object { outline:none; }

/**
 *	NAVIGATIE
 */
	#navItems {
	   margin: 				0;
	   padding: 			0;
	   list-style-type: 	none;
	}
	
	#navItems li {
	}

	#navItems a {
		height:				22px;
		line-height:		1.8;
		border-bottom:		4px solid #FFFFFF;
		background-color: 	#0DB14B;
		color: 				#FFFFFF;
		display: 			block;
		padding-left:		5px;
		padding-top:		0px;
	}

	#navItems a:hover {
	   text-decoration: 	none;
	}

	#navItems a.selected {
		background-color: 	#ED1C24;
	}

	#navItems a.btnBig {
		height:				75px;
		line-height:		1.4;
		vertical-align:		top;
		font-size:			12px;
		font-weight:		bold;
		padding-left:		70px;
		padding-top:		15px;
	}

	li img {
		border: 			none;
		padding-right:		5px;
	}
/**
 *	/ NAVIGATIE
 */

	ul.content li {
		list-style-type:	circle;
		border: 			0px solid #000;
		margin-left:		15px;
	}

	li.info    { background: #fabec0 url(../images/bck_menu.gif) repeat-x bottom left; display: none; overflow: hidden; height: 0px;  }
	li.info h1 { background: #ED1C24; font-size: 11px; padding: 0; margin: 0; padding-left: 5px; line-height: 1.8; height: 22px; color: #fff; }
	li.info p  { padding: 5px; margin:0; display: none; }
	li.info ul { list-style:disc;  margin-bottom: 20px; padding-left: 15px; }
	li.info a  { font-weight: bold; margin: 7px 0 0 0; color: black; display: block; }

object#headerFlash {
	border: 	0px solid #0000FF;
	float: 		left;
}

#contentText > a.kavelnummers {
	text-decoration:	underline;
}

