* {
	outline: none;	
	margin: 0;
	padding: 0;
}


/* Structure */

body {
	background: #fff url(/img/2009/top_bg.gif) top center repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	z-index: 2;
	width: 960px;
	height: auto;	
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	color: #272827;
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

#body-bg {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 281px;
	width: 758px;
	height: 511px;
	background-image: url(/img/2009/body-bg.gif);
	background-repeat: no-repeat;
}

/* Sidebar */

#sidebar {
	background: url(/img/2009/sidebar_bg.gif) top center repeat-y;
	float: left;	
	width: 290px;	
	margin: 0;
	padding: 0;	
}


/* Menu */

#menu {
	background: url(/img/2009/sidebar_top.gif) top center repeat-y;
	width: 244px;
	height: auto;
	margin-top: 15px;
	padding-top: 6px;
}

#menu_bottom {
	background: url(/img/2009/sidebar_bottom.gif) top center no-repeat;
	width: 244px;
	height: 15px;
	margin-bottom: 15px;
}

#menu ul {
	width: 221px;
	margin-left: 8px;
}

#menu ul li {
	display: block;
	background: url(/img/2009/sidebar_link.gif) top center no-repeat;
	width: 229px;
}

#menu ul li a {
	display: block;	
	width: 197px;
	height: 24px;	
	padding-top: 15px;
	padding-left: 32px;	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;	
	color: #fff;	
	text-decoration: none;
}

#menu ul li a.active-parent,
#menu ul li a.active {
	color: black;
}

#menu ul li a:hover {
	color: #b1d49b;
}

#menu ul ul li a:hover {
	color: #214d02;
}

/* Menu sublinks */

#menu ul ul {
	width: 180px;
	margin-top: 0px;
}

#menu ul ul li {
	display: block;
	background: #fff url(/img/2009/sidebar_sublink.gif) 0px center no-repeat;
	width: 180px;
}

#menu ul ul li a {
	display: block;	
	width: 180px;
	height: 19px;
	padding-top: 1px;
	padding-left: 50px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;	
	color: #3d7912;
	text-decoration: none;
}


/* Logo & titel */

a#logo {
	background: url(/img/2009/logo.gif) top center no-repeat;	
	display: block;
	outline: none;
	text-indent: -10000px;
	width: 205px;
	height: 140px;
}

#titel {
	background: url(/img/2009/titel.gif) top center repeat-x;	
	width: 280px;
	height: 90px;	
	margin-top: 30px;
}


/* Content */

#content {
	float: right;	
	width: 600px;	
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 57px;
	padding-left: 70px;
}

#content p {
	width: auto;
	margin-bottom: 15px;
}

#content a, a {
	color: #087338;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	margin: 0;
	margin-bottom: 10px;
	margin-left: 25px;
	padding: 0;
}

.clear {
	clear: both;
}


/* Home */

.text {
	float: left;
	width: 286px;
}

#bottom {
	width: 960px;
}

#bottom_left {
	float: left;
	width: 350px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}

#bottom_right {
	float: right;
	width: 590px;
	height: 181px;
	background: url(/img/2009/home_block.gif) left 10px no-repeat;	
	border-top: 1px solid #d5d5d5;
	margin-right: 8px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#bottom_right .block_left {
	position: relative;
	float: left;
	width: 185px;
	padding: 70px 80px 0 15px;
}

#bottom_right .block_right {
	float: right;
	width: 185px;	
	margin-right: 20px;
	padding: 85px 80px 0 15px;
}

#bottom_right .block_right span {
	font-weight: bold;
}


/* Footer */

#footer {
	position: relative;
	z-index: 2;	
	width: 100%;
	background: #272827;
	/*min-height: 120px;*/
	height: 120px;
	margin: 0;
	padding: 0;
	padding-top: 10px;	
	color: #fff;
	text-align: center;	
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

#footer p {
	padding-top: 10px;
}

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

#footer img {
	position: relative;
	top: 10px;
	left: 5px;
	border: none;
}

#logo_lijn {	
	width: 100%;
	height: 67px;
	background: url(/img/2009/logo_footer.gif) top center no-repeat;
}


/* Text & images */


h1 {
	color: #087338;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 18px;
}

h2 {
	color: #087338;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 18px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

img.header {
	margin-left: -10px;
	margin-right: -12px;
	*margin-top: 8px;
}

#inschrijven {
	position: absolute;
	display: block;
	text-indent: -10000px;
	outline: none;
	top: 6px;
	left: 130px;
	width: 150px;
	height: 65px;
}