/* Exodus 20.15 - http://www.biblegateway.com/passage/?search=exodus%2020.15;&version=8; */

/* ----------(  GENERAL  )---------------- */

	* {
		padding:0;
		margin:0;
	}
	a{
		outline:none;
	}
	body {
		font-size:12px;
		font-weight:normal;
		font-family:"Trebushet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color:#6b6b6b;
		background:#f6f6f6;
	}

/* -------(  FORCE SCROLLBAR IN FX/SF  )------- */

	html { 
		min-height: 100%; 
		margin-bottom: 1px;
	}

/* ----------(  MAIN LAYOUT  )---------------- */

	h1 {
		padding-bottom:10px;
		margin-bottom:5px;
		font-size:32px;
		color:#ed1c24;
		border-bottom:1px #CCC solid;
		display:block;
		font-weight:normal;		
	}
	h2 {
		font-weight:normal;
		padding:5px;
	}
	
	a {
		color:#6B6B6B;
	}

	a.rmore {
		color:#fff;
		text-decoration:none;
		text-align:center;
		font-size:11px;
		background:url(../images/rmore.jpg) left top no-repeat;
		display:block;
		width:93px;
		height:37px;
	}
	
	.clear {
		clear:both;
	}

	#wrapper {
		margin:50px auto;
		width:970px;
	}
	
	#header {
		position:relative;
		margin-bottom:18px;
		background:url(../images/header.jpg) left top no-repeat;
		width:970px;
		height:138px;
	}
	
	#header #hUrl {
		position:absolute;
		left:10px;
		top:10px;
		text-indent:-9999px;
		display:block;
		width:310px;
		height:100px;
	}
	
	#header ul {
		position:absolute;
		left:55px;
		bottom:5px;
		list-style:none;
	}
	
	#header li {
		margin-right:35px;
		list-style:none;
		display:inline;
		float:left;
	}
	
	#header li.first a {
		padding-left:25px;
		background:url(../images/home.gif) left center no-repeat;
	}
	
	#header li a {
		color:#fff;
		font-size:15px;
		text-decoration:none;
	}
	
	#header li.active a {
		color:#ffff33;
	}
	
	#left {
		width:720px;
		float:left;
	}
	
	#scroller {
		margin-bottom:20px;
		width:720px;
		height:321px;
	}
	
	#scroller_left {
		width:194px;
		float:left;
	}
	
	#scroller_left ul,
	#scroller_left li {
		list-style:none;
	}
	
	#scroller_left a {
		padding:28px 20px 0 0;
		color:#c6c6c6;
		font-size:18px;
		text-decoration:none;
		text-align:right;
		width:174px;
	}
	
	#scroller_left li a.activeSlide,
	#scroller_left li a:hover {
		color:#f7941d;
	}
	
	#scroller_left li.tab_top a {
		background:url(../images/tab1.jpg) left top no-repeat;
		display:block;
		height:53px; /* -28px */
	}
	
	#scroller_left li.tab_top a:hover,
	#scroller_left li.tab_top a.activeSlide {
		background:url(../images/tab1_hover.jpg) left top no-repeat;
	}
	
	#scroller_left li.tab a {
		background:url(../images/tab2.jpg) left top no-repeat;
		display:block;
		height:51px; /* -28px */
	}
	
	#scroller_left li.tab a:hover,
	#scroller_left li.tab a.activeSlide {
		background:url(../images/tab2_hover.jpg) left top no-repeat;
	}
	
	#scroller_left li.tab_bottom a {
		padding-top:18px; /* adjusted padding for 2 lines */
		background:url(../images/tab3.jpg) left top no-repeat;
		display:block;
		height:64px; /* -18px */
	}
	
	#scroller_left li.tab_bottom a:hover,
	#scroller_left li.tab_bottom a.activeSlide {
		background:url(../images/tab3_hover.jpg) left top no-repeat;
	}
	
	#scroller_right {
		position:relative;
		margin:0;
		padding:0;
		overflow:hidden;
		background:url(../images/bg_slide.jpg) left top no-repeat;
		width:526px;
		height:321px;
		float:left;
	}
	
	#scroller_right .item_title {
		padding-bottom:18px;
		color:#ed1c24;
		color:#f7941d;
		font-size:32px;
		display:block;
	}
	
	#scroller_right .scroller_item {
		padding:20px 35px;
		background:url(../images/bg_slide.jpg) left top no-repeat;
		width:526px;
		height:321px;
	}
	
	#scroller_right .scroller_item .item_img {
		overflow:hidden;
		width:250px;
		height:242px;
		float:left;
	}
	
	#scroller_right .scroller_item .item_content {
		overflow:hidden;
		line-height:20px;
		width:205px;
		height:242px;
		float:left;
	}
	
	#scroller_right .scroller_item .item_content p {
		padding-bottom:20px;
	}
	
	#contact {
		position:relative;
		margin-bottom:20px;
		padding:20px 15px;
		color:#fff;
		background:url(../images/bg_contact.jpg) left top no-repeat;
		width:690px;
		height:173px;
	}
	
	#contact span.indexContactError,
	#contact span.indexContactSuccess {
		position:absolute;
		right:30px;
		top:50px;
	}
	
	#contact h2 {
		font-size:22px;
	}
	
	#contact p {
		padding:20px 50px 0 40px;
		line-height:20px;
		width:360px;
		float:left;
	}
	
	#contact form {
		margin-top:28px;
		width:200px;
		float:left;
	}
	
	#contact form fieldset {
		border:0 none;
	}
	
	#contact form input.text {
		margin-bottom:8px;
		padding:2px 5px;
		color:#7b7b7b;
		font-size:12px;
		background:url(../images/input.jpg) left top no-repeat;
		width:225px;
		height:17px;
		border:0 none;
	}
	
	#contact form input.submit {
		margin-left:132px;
		padding-bottom:20px;
		cursor:pointer;
		color:#fff;
		background:url(../images/btnSubmit.jpg) left top no-repeat;
		width:93px;
		height:38px;
		border:0 none;
	}
	
	.container-big {
		width:720px;
	}
	
	.container-big .top {
		background:url(../images/round_big_top.gif) left top no-repeat;
		height:6px;
		overflow:hidden;
	}
	
	.container-big .content {
		padding:10px 12px 0 12px;
		line-height:20px;
		background:#fff;
		border-left:1px solid #edecec;
		border-right:1px solid #edecec;
	}
	
	.container-big .content ul{
		margin-left:30px;
		margin-bottom:8px;
	}

	.container-big .content ol{
		margin-left:30px;
		margin-bottom:8px;
	}

	.container-big .list-item {
		padding:20px 0;
		border-top:1px solid #EDECEC;
	}
	
	.container-big .content .date {
		margin-bottom:10px;
		padding:5px 0;
		display:block;
	}
	
	.container-big .content p {
		padding-bottom:15px;
	}
	
	.container-big .bottom {
		background:url(../images/round_big_bottom.gif) left top no-repeat;
		height:6px;
		overflow:hidden;
	}
	
	#right {
		margin-left:9px;
		width:241px;
		float:left;
	}
	
	.container-small .top {
		background:url(../images/round_top.gif) left top no-repeat;
		height:6px;
		overflow:hidden;
	}
	.container-small{
		margin-bottom:9px;
	}
	
	.container-small .content {
		padding:0 12px;
		background:#fff;
		border-left:1px solid #edecec;
		border-right:1px solid #edecec;
	}
	
	.container-small ul{
		margin-left:10px;
		padding-top:3px;
		padding-bottom:3px;
		list-style-type:square;
	}
	
	#right .title {
		padding-bottom:5px;
		font-size:20px;
		color:#fff;
		border-bottom:1px solid #fff;
		display:block;
	}
	
	#right .container-small .content .title {
		color:#ed1c24;
		border-bottom:1px solid #c2c1c1;
	}
	
	.container-small .content .item {
		padding:8px 0;
		border-bottom:1px solid #edecec;
	}
	
	.container-small .content .date {
		color:#f7941d;
		display:block;
	}
	
	.container-small .item a {
		color:#6b6b6b;
		text-decoration:none;
	}
	
	.container-small .vmore {
		padding:5px 0;
		color:#f7941d;
		text-decoration:none;
		display:block;
	}
	
	.container-small .bottom {
		background:url(../images/round_bottom.gif) left top no-repeat;
		height:6px;
		overflow:hidden;
	}
	
	#nieuwsbrief {
		margin:8px 0px 20px 0px;
		padding:5px 12px;
		color:#fff;
		background:url(../images/bg_newsletter.jpg) left top no-repeat;
		width:217px;
		height:130px;
	}
	
	#nieuwsbrief fieldset {
		border:0 none;
	}
	
	#nieuwsbrief input.text {
		padding:2px 5px;
		color:#7b7b7b;
		font-size:12px;
		background:url(../images/input_small.jpg) left top no-repeat;
		width:144px;
		height:17px;
		border:0 none;
		float:left;
	}
	
	#nieuwsbrief input.submit {
		cursor:pointer;
		color:#fff;
		background: url(../images/btnNewsletter.jpg) left top no-repeat;
		width:49px;
		height:22px;
		border:0 none;
		float:left;
	}
	
	#nieuwsbrief p {
		padding:10px 0;
	}
	
	
.img_nieuws{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}