/* ___________________________________________________________________________________
		
		Door: weDsign web media
		info@wedsign.nl
		www.wedsign.nl
___________________________________________________________________________________ */

html,body {
	background: #222;
}

/* _________________________  CONTAINER  _________________________ */

#container {
	width: 100%;
}

/* _________________________  MENU  _________________________ */

#menu {
	width: 860px;
	margin: auto;
	padding: 20px;
	height: 25px;
}

#menu_left {
	float: left;
	width: 227px;
}

#menu_left h1 {
	background: url("../images/menu_h1.gif");
	width: 227px;
	height: 25px;
	text-indent: -9999px;
}

#menu_left h1 a {
	display: block;
	width: 227px;
	height: 25px;
}

#menu_right {
	float: right;
}

#menu_right ul {
	line-height: 25px;
}

#menu_right ul li {
	display: inline;
	list-style: none;
}

#menu_right ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}

#menu_right ul li.active a {
	color: #008080;
	font-weight: bold;
}

/* _________________________  HEADER  _________________________ */

#header {
	background: url("../images/header_bg.gif") repeat-x;
	width: 100%;
	height: 200px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#header_img {
	background: url("../images/header.jpg");
	width: 900px;
	height: 200px;
	margin: auto;
}

/* _________________________  MAIN  _________________________ */

#main {
	position: relative;
	width: 860px;
	padding: 20px;
	margin: auto;
}

/* _________________________  LEFTCONTENT  _________________________ */

#leftcontent {
	width: 200px;
	float: left;
}

#leftcontent h2 {
	padding: 5px 10px;
}

#leftcontent ul {
	margin: 0px 0px 30px;
	
}

#leftcontent ul li {
	list-style: none;
	border-top: 1px solid #008080;
	border-bottom: 1px solid #008080;
	padding: 5px 10px;
	margin-top: -1px;
}

#leftcontent ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#leftcontent ul li a:hover {
	color: #93f;
}

/* _________________________  RIGHTCONTENT  _________________________ */

#rightcontent {
	float: left;
	width: 610px;
	margin-left: 50px;
}

/* _________________________  FOOTER  _________________________ */

#footer {
	position: relative;
	clear: both;
	background: url("../images/footer_bg.gif");
	width: 100%;
	height: 61px;
	text-align: center;
	line-height: 61px;
}

/* _________________________  SEARCH  _________________________ */

#ajaxSearch_form fieldset {
	border: 1px solid #008080;
	background: #222;
	overflow: hidden;
}

#ajaxSearch_input {
	width: 160px;
	padding: 5px;
	float: left;
	border: 0px;
	background: #222;
}

#ajaxSearch_submit {
	width: 28px;
	height: 28px;
	background: url("../images/zoeken_btn_bg.gif");
	text-indent: -9999px;
	float: right;
	border: 0px;
}

#ajaxSearch_output {
   border: 1px solid #444;
   padding: 10px;
   display: block;
   height: auto;
   vertical-align: top;
}

.AS_ajax_result {
   color: #444;
   margin-bottom: 3px;
}

.AS_ajax_resultLink {
   text-decoration: underline;
}

.AS_ajax_resultDescription {
   color: #555;
}

.AS_ajax_more {
   color: #555;
}

.ajaxSearch_highlight {
	background: #93f;
}

/* _________________________  FOOTER  _________________________ */

#formulier div {
	clear: both;
	padding-top: 10px;
}

#formulier label {
	float: left;
	width: 150px;
}

#formulier input,
#formulier textarea {
	float: left;
}

#formulier textarea {
	padding: 5px;
}

#formulier input {
	padding: 2px 5px;
}

#formulier .txt {
	border: 1px solid #93f;
	background: #eee;
	width: 400px;
	color: #333;
}

#formulier .txt:focus,
#formulier .error:focus {
	background: #ccc;
}

#formulier .error {
	border: 1px solid #f00;
	background: #fee;
	width: 400px;
	color: #333;
}

#formulier .btn {
	margin-left: 150px;
	background: #eee;
	border: 1px solid #93f;
	color: #93f;
}

#formulier div#error_box {
	border: 1px solid #f00;
	background: #ffc;
	padding: 10px;
	margin: 20px 0px;
	color: #333;
}

#formulier div#error_box strong {
	color: #333;
}

#formulier 