/*
*	Slicing door Koen Hobbelt
*	http://www.koen-media.nla
*
*	(c) 2007 Nederlandstalige Software
*/

body {
	background: #3C3C3C;
	padding: 13px 0px 13px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
}

/*
*	Container
*/

#container {
	width: 799px;
	margin: 0px auto;
	text-align: left;
	background: #fff url('container_bg.gif') repeat-y;
}

/*
*	Header
*/

#header {
	background: url('header.jpg') no-repeat;
	height: 105px;
	text-align: right;
	padding: 39px 31px 0px 0px;
}

#header h3, #header em {
	display: none;
}

#header a img {
	border: 1px solid White;
}

/*
*	Sidebars -> left
*/

#side_left {
	background: url('side_left_bg.gif') no-repeat left top;
	width: 176px;
	float: left;
	padding: 0px 0px 0px 8px;
	min-height: 533px;
	overflow: hidden;
	margin-bottom: 5px;
}

#side_left ul {
	border-bottom: 1px solid #DCDCDC;
	background: url('side_left_ul_bg.gif');
	list-style: none;
}

#side_left ul h2 {
	background: url('side_left_h2_bg.gif') no-repeat;
	color: White;
	font-weight: normal;
	font-size: 0.85em;
	height: 21px;
	padding: 2px 0px 0px 8px;
	line-height: 20px;
}

#side_left ul a {
	background: url('side_right_a_bg.gif') repeat-x;
	display: block;
	height: 19px;
	line-height: 18px;
	color: #5f5f5f;
	text-decoration: none;
	margin: 0px 1px 0px 1px;
	padding-left: 8px;
}

#side_left ul a:hover {
	text-decoration: underline;
}

/*
*	Sidebars -> right
*/

#side_right {
	background: url('side_right_bg.gif') no-repeat right top;
	width: 169px;
	float: left;
	padding: 0px 8px 0px 0px;
	min-height: 531px;
	overflow: hidden;
	margin-bottom: 5px;
}

#side_right ul {
	list-style: none;
	border-bottom: 1px solid #DCDCDC;
	background: url('side_right_ul_bg.gif') repeat-y;
}

#side_right ul li h2 {
	background: url('side_right_h2_bg.gif') repeat-x;
	color: White;
	font-weight: normal;
	font-size: 0.85em;
	height: 21px;
	padding: 2px 0px 0px 8px;
	line-height: 20px;
}

#side_right ul li a {
	background: url('side_right_a_bg.gif') repeat-x;
	height: 19px;
	display: block;
	line-height: 18px;
	color: #5F5F5F;
	padding-left: 7px;
	margin: 0px 1px 0px 1px;
}

#side_right .nieuw {
	text-align: center;
	padding: 18px 0px 40px 0px;
}

#side_right .nieuw h1 {
	color: #0393D5;
	font-weight: normal;
	font-size: 2.1em;
}

#side_right .nieuw h3, #side_right .nieuw h3 a {
	color: #8CD318;
	background: none;
	font-weight: normal;
	font-size: 1.05em;
	text-decoration: none;
}

#side_right .nieuw a {
	color: #575757;
	background: none;
	font-size: 1.05em;
	text-decoration: underline;
}

#side_right .nieuw a:hover {
	text-decoration: none;
}

/*
*	Content
*/

#content {
	width: 434px;
	margin: -1px 2px 5px 2px;
	float: left;
	background: url('content_bg.gif') repeat-y top;
	overflow: auto;
	border-bottom: 1px solid #DCDCDC;
	color: #5F5F5F;
	line-height: 25px;
}

#content h1 {
	background: url('h1_bg.gif') no-repeat;
	color: #fff;
	font-size: 0.85em;
	height: 21px;
	line-height: 20px;
	font-weight: normal;
	padding: 3px 0px 0px 10px;
}

#content p {
	margin: 0px 5px 1em 5px;
}

/*
*	Footer
*/

#footer {
	clear: both;
	text-align: center;
	background: #3C3C3C url('footer_bg.gif') no-repeat top;
	color: #B1B1B1;
	padding: 7px 0px 0px 0px;
	line-height: 20px;
	font-size: 0.75em;
}

#footer a {
	color: #B1B1B1;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
*	Standaard opmaak
*/

#content, #side_left, #side_right {
	color: #5F5F5F;
}

#content a, #side left a, #side_right a {
	color: #5F5F5F;
	text-decoration: none;
}

#content a:hover, #side_left a:hover, #side_right a:hover {
	text-decoration: underline;
}

input.zoekinput {
   border: 1px solid #000000;
   font-family: arial;
   font-size: 10pt;
   color: orange;
   background-color: #FFFFFF;
   width:167px;
  }


/*
*	Cross-browser Fixes
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 0px 0px 1em 0px;
}
