html, body {
	margin:				0;
	padding:			0;
	font-family:		"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:			12px;
	color: 				#001D39;
	text-align:			center;
	height:				100%;
	min-height:			100%;
	background-color:	#000000;
	background: 		#FFFFFF url(../images/back_body.jpg) repeat-x fixed bottom;
}

ul,ol,li,h1,h2,h3,p {
	padding:			0;
	margin:				0;
}
/* ========================================================================= */
/* DIV columns */
#topDeco {
	position:		absolute;
	top:			0;
	left:			0;
	height:			25px;
	width:			100%;
	z-index:		999;
	background:		transparent url(../images/top_cirlcles.png) repeat-x fixed top;
	_background:	transparent url(../images/top_cirlcles.gif) repeat-x fixed top; /* IE6 INCL spatie! */
}
#outer{
	position:			relative; /* needed for footer positioning*/
	margin:				0 auto; /* center, not in IE5 */
	text-align:			left;
	
	width:				720px;
	margin:				auto;
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	background: 		#c4deef url(../images/back_content.gif) no-repeat bottom center;
}

	#header {
		height:				222px;
		border-bottom:		5px solid #FFFFFF;
	}

	/**
	 * NAVIGATIE
	 */
	#menu {
		color: 				#000;
		border-bottom:		5px solid #FFFFFF;
		height:				23px;
		background: 		#005B9F url(../images/back_nav.jpg) repeat-y top left;
		padding-left:		40px;
	}
		ul#navItems {
			margin: 			0;
			padding: 			0;
			list-style-type: 	none;
			display:			inline;
		}
		ul#navItems li {
			float:				left;
			height:				23px;
		}

		#navItems a, #navItems a.selected {
			padding:			3px 12px 4px 12px;
			font-size:			11px;
			font-weight:        bold;
			line-height:		2;
			color: 				#FFFFFF;
			border-left:		1px solid #8FA5D1;
			border-right:		1px solid #005DAA;
			text-transform:		uppercase;
		}

		#navItems a:hover {
			text-decoration:	underline;
			background: 		#8CB236 url(../images/back_nav_selected.gif) repeat-x top left;
		}

		#navItems a.selected {
			text-decoration:	underline;
			background: 		#8CB236 url(../images/back_nav_selected.gif) repeat-x top left;
		}

	/**
	 * CONTENT
	 */
	#body {
		position:			relative;
		float:				left;
		color: 				#000000;
		width:				710px;
		padding:			30px 0;
	}
		#content {
			padding:			0 0 20px 0;
			float:				left;
			line-height:		1.5;
			text-align:			left;
		}
			#content_left {
				float:				left;
				width:				150px;
				padding-left:		20px;
			}
			#content_right {
				float:				left;
				width:				510px;
			}
				#content_right h3 {
					padding-bottom:			10px;
				}
				#content_right p {
					padding:				0 0	10px 0;
				}

				#content_right a,
				#content_right a:visited, 
				#content_right a:link {
					color:					#006895;
					font-family:			"Trebuchet MS", Helvetica, Arial, sans-serif;
					font-size:				12px;
					font-weight:			bold;
					text-decoration:		underline;
				}
		
				#content_right a:hover {
					text-decoration:		underline;
				}
			

/**
 * SLIDER
 */
#fpSlider {
	height: 109px;
}

/**
 * STANDARD HTML
 */
a {
	text-decoration:	none;
}

img {
	padding: 			0;
	margin:	 			0;
	border:				0px solid #FFCC00;
}
td {
	padding:			2px 0
}
ul {
	padding:			0;
	margin:				0;
	overflow:			hidden;
}
textarea {
	font-family:		"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:			12px;
	padding: 			2px;
}
object { outline:none; }

a img {
	text-decoration: none;
	border: none;
}
