* { 
	padding:0; 
	margin:0;
}
.clear {
	clear:both;
}
a {
	color: #5B920A;
}

body {
	background:#e8e3e3 url(../images/background.jpg) repeat-x; 
	font: 11px "Trebuchet MS", halvetica, Verdana, sans-serif;
	color:#333;
}
#wrap {
	width:954px; 
	margin:25px auto;
}
#header {
	background:url(../images/header.png) no-repeat; 
	height:195px;
	padding: 9px 9px 0px 9px;
	overflow: hidden;
}

#main {
	background:url(../images/pagebg.png) repeat-y; 
	padding:0px 9px 0 9px; 
	margin:0;
}

#main h2 {
	color:#333; 
	display:block; 
	padding:3px 0 8px 0;
}

#main  p {
	line-height: 16px;
	margin-bottom: 18px;
}

#content {
	padding: 20px;
}

#wrap #footer {
	background: url(../images/footer.png) no-repeat;
	height: 70px;
	padding-top: 15px;
	text-align: center;
}

/*
 * menu;s
 */
#menus {
	background:url(../images/menu.jpg) repeat-x; 
	width:936px; 
	margin:0; 
	height:58px;
}

/*
 * Main menu
 */

#mainmenu {
	height: 			30px;
	font: 				12px "Trebuchet MS", halvetica, Verdana, sans-serif;
	text-decoration: 	none;
	text-transform: 	uppercase;
	padding: 			0px;
}
#mainmenu a {
	display: 			block;
	height: 			16px;
	padding:			7px 25px;
	float: 				left;
	text-decoration: 	none;
	background: 		url(../images/menudevider.png) no-repeat 0px 0px;
	color: 				#fff;
}

#mainmenu a:hover {
	color:#3f423a;
}

#mainmenu .first a {

}

#mainmenu .first a:visited, #mainmenu .first a:active {

}

#mainmenu ul {
	list-style:none;
}

#mainmenu li {
	display: inline;
}

#mainmenu .active a {
	background:#3f423a;
	color:#fff;
}

#mainmenu #zoeken {
	float: right;
	margin: 3px 5px 0 0;
}

#mainmenu #zoeken input[type=text], .zoeken {
	font-size: 12px;
	padding: 2px 2px ;
	border: 1px solid #333;
	margin: 2px;
	width: 120px;
}

#mainmenu #zoeken input[type=submit], .zoeken_submit{
	background: #3f423a;
	color: #fff;
	border: 1px solid #333;
	padding: 1px 4px 1px 4px;
	margin: 0;
	font-size: 12px;
}

/*
 * Submenu
 */

#submenu ul {
	list-style: none;
}
#submenu li {
	display: inline;
}
#submenu a {
	background: 		url(../images/submenudevider.png) no-repeat left;
	display: 			block;
	float: 				left;
	height: 			14px;
	padding:			7px 20px;
	color: 				#fff;
	text-decoration: 	none;
}

#submenu .first a {
	background: none;
}

#submenu a:hover, #submenu .active a {
	color: #c9f819;
}


/*
 * Common styles
 */

h1, h2, h3, h4 { 
	font-family:"Trebuchet MS", halvetica, Verdana, sans-serif;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}

.green {
	color: #5B920A;
}

a:visited, a:active {
	color: #5B920A;
}
a:hover {
	color: #BDEB16;
	text-decoration: none;
}

.form {
	margin:10px 25px 10px 50px;
}
.form .text {
	display:block;
	border:1px solid #666666;
	background: #efefef;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}
.form label {
	display:block; 
	margin-bottom:3px;
	margin-top:10px;
}
.form .text:hover{
	background:#FFFFFF; 
	border: solid 1px #000000;
}
.form .text:focus {
	background:#efefef;
	border: 1px solid #669900;
}
.form .button {
	display:block;
	border:1px solid #666666;
	background:#efefef;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
.form .button:hover {
	display:block;
	border:1px solid #666666;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}

/*
 * Common table
 */

.tabel {
	border-collapse: 	collapse;
}

.tabel th {
	background:			#fafafa;
	padding:			5px 20px 5px 20px;
	border-bottom:		1px solid #ccc;
	text-align:			right;
}

.tabel td {
	padding:			5px 20px;
	border-bottom:		1px solid #ccc;
}

.tabel .text {
	text-align: 		left;
	font-weight:		bold;
	border-top:			1px solid #333;
	border-bottom:		1px solid #333;
	background:			#fcfcfc;
}

.tabel .last {
	border:				none;
}

/*
 * Validate
 */

tr.error td{
  	background:url('../images/icons/error.png') no-repeat 10px 5px;
  	padding-left: 30px;
  	padding-bottom: 2px;
  	margin-left: 40px;
	color: #D8000C;
	background-color: #FFBABA;
}

input.error {
  border: 1px solid #D8000C;
}

input.valid {
  border: 1px solid #61db44;
}

input.verstuurknop {
	width: 98px;
	height: 37px;
	background: transparent url('../images/submit_button.gif') no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}
input.verstuurknop:hover {
	background: transparent url('../images/submit_button.gif') no-repeat 0 -37px;
}


/*
 * Custom message divs
 */

div.info, div.success, div.warning, div.error, div.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icons/info.png');
}
div.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/icons/checked_groot.png');
}
div.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icons/warning.png');
}
div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icons/error.png');
}

/*
 * Nieuws
 */

.nieuwsbericht {
	padding: 5px 20px 0px 20px;
	margin: 5px 5px; 
	border: 1px solid #ccc;
	text-decoration: none;
	font-size: 12px;
}

.nieuwsbericht h2 a {
	text-decoration: none;
}
