/*-------------------------------------------------
Body and general stuff
-------------------------------------------------*/

* {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
}

html, body {
	background-image: url('images/bg.png');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------
General Setup
-------------------------------------------------*/

#topNav {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
  height: 22px;
  background-color:#72C271;
  border-top: 1px solid #497F47;
  border-bottom: 1px solid #497F47;
}

#container {
	width: 1000px;
	margin: auto;
	background-image: url('images/container_gb.png');
	background-repeat: repeat-y;
}

#header {
	width: 1000px;
	height: 120px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-color: #fff;
}

#menu {
	width: 175px;
	float: left;
}

#content {
	width: 785px;
	padding: 10px 15px 0px 25px;
	float: right;
}

#copyright {
	background-color: #72C271;
	border-top: 1px solid #497F47;
	border-bottom: 1px solid #497F47;
}

/*-------------------------------------------------
Menu markup
-------------------------------------------------*/

#menu ul {
	clear: both;
}

#menu ul, #menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
	clear: left;
	float: left;
	width: 135px;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-image: url('images/menu_image.gif');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

html > body #menu ul li a {
	width: 145px;
	float: none;
}

#menu ul li a:hover {
	background-color: #72C271;
	color:#fff;
}

#menu ul li li {
	margin: 0px;
	padding-left: 15px;
}

#menu .box {
	width: 157px;
	margin: 7px;
	padding: 2px;
	border-bottom: 2px solid #b3b380;
}

#menu .box h6 {
	padding: 2px;
	border-bottom: 2px solid #b3b380;
	background-color: #72C271;
	font-size: 11px;
	margin: 0px;
}

#menu .box a, #menu .extrabox a {
	color: #000;
}

#menu .extrabox {
	width: 157px;
	margin: 7px;
	padding: 2px;
	text-align: center;
	border-bottom: 2px solid #b3b380;
}

#menu .extrabox h6  {
	padding: 2px;
	border-bottom: 2px solid #b3b380;
	background-color: #72C271;
	font-size: 11px;
	margin: 0px;
	text-align: left;
}

#menu .box a:hover {
	color: #6c4421;
}

/*-------------------------------------------------
Content markup
-------------------------------------------------*/

#content h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 13px;
}

#content h6 font{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#content a img {
	border: none;
}

/*-------------------------------------------------
Copyright bar markup
-------------------------------------------------*/

#copyright {
	padding: 8px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

#copyright ul, #copyright ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#copyright a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

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

/*-------------------------------------------------
Top navigatie markup
-------------------------------------------------*/

#topNav ul, #topNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topNav ul {
	float: left;
	height: 22px;
	background-repeat: no-repeat;
}

#topNav ul li {
	float: left;
	height: 22px;
	border-right: 1px solid #fff;
}

#topNav ul li a {
	display: block;
	float: left;
	height: 22px;
	padding: 0px 10px;	
	padding-top: 4px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
}

#topNav ul li a:hover {
	background-image: url('images/navigatie2.gif');
	height: 22px;
	background-repeat: repeat-x;
}

#topNav form {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#topNav form #searchinput {
	/*
  padding: 0 0px;
	width: 60px;*/
	border: none;
	height: 13px;
	margin-bottom: 8px;
	font-size: 9px;
}

#topNav form #searchbutton {
	height: 15px;
	border: none;
	background-color: #000;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}


/*-------------------------------------------------
Andere classes
-------------------------------------------------*/

.clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
}