body	{
	font				: 0.7em Arial, sans-serif;
	background			: #FFF url(../img/body_bg.gif) repeat-x left top;
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}
	

/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 7px;
	color				: #111;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 118px;
	background			: url(../img/header_bg.jpg) no-repeat left top;
}

#header a.logo	{
	position			: absolute;
	top					: 41px;
	left				: 17px;
	z-index				: 10;
}

/* spreuk rechtsboven */
#header div.spreuk	{
	position			: absolute;
	z-index				: 1;
	top					: 0;
	right				: 17px;
	width				: 500px;
	height				: 118px;
}

#header div.spreuk q, 
#header div.spreuk cite	{
	display				: none;
}

#header	div.spreuk .wolken {
	position			: absolute;
	bottom				: 0;
	right				: 17px;
	background			: url(../img/spreuk_wolken.gif) no-repeat left top;
	width				: 387px;
	height				: 53px;
}


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	background			: #fff;
	padding				: 12px 35px;
	overflow			: hidden;
}

#menu li	{
	float				: left;
}

#menu li a	{
	display				: block;
	width				: 50px;
	height				: 30px;
	text-indent			: -900em;
	overflow			: hidden;
	margin				: 0 8px 8px 0;
	background			: url(../img/menu_items.gif) no-repeat left top;
}

#menu li a.home				{	width: 79px; background-position: 0 -30px; }
#menu li a.catalogus		{	width: 110px; background-position: -87px -30px; }
#menu li a.wiezijnwij		{	width: 128px; background-position: -204px -30px; }
#menu li a.contact			{	width: 93px; background-position: -339px -30px; }
#menu li a.voorwaarden		{	width: 223px; background-position: -439px -30px; }
#menu li a.bijbelstudie		{	width: 129px; background-position: -669px -30px; }

#menu li.actief a.home			{	width: 79px; background-position: 0 0; }
#menu li.actief a.catalogus		{	width: 110px; background-position: -87px 0; }
#menu li.actief a.wiezijnwij	{	width: 128px; background-position: -204px 0; }
#menu li.actief a.contact		{	width: 93px; background-position: -339px 0; }
#menu li.actief a.voorwaarden	{	width: 223px; background-position: -439px 0; }
#menu li.actief a.bijbelstudie	{	width: 129px; background-position: -669px 0; }


/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	background			: #fff url(../img/main_bg.gif) repeat-y left top;
	overflow			: hidden;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	width				: 265px;
	padding				: 10px 0 160px 0;
	float				: left;
	position			: relative;
	background			: url(../img/zijbalk_bg.gif) no-repeat left top;
}

#zijbalk h1	{
	font				: 1.6em "Times New Roman", Times, serif;
	color				: #D51E0C;
	border-top			: solid 5px #e3edf8;
	border-bottom		: solid 1px #e3edf8;
	width				: 163px;
	margin				: 0 0 0 51px;
	padding				: 5px 13px;
	color				: #444;
}

#zijbalk ul	{
	width				: 190px;
	margin				: 0 0 0 47px;
	padding				: 5px 0;
	color				: #444;
	text-transform		: uppercase;
	font-weight			: bold;
	font-size			: 1.1em;
}

#zijbalk ul li	{
	width				: 185px;
	padding				: 0 0 0 9px;
	background			: url(../img/submenu_bg.gif) no-repeat 9px top;
	margin				: 0 0 3px 0;
}

#zijbalk ul li a	{
	width				: 169px;
	padding				: 6px 8px;
	display				: block;
	background			: url(../img/submenu_bg.gif) no-repeat -185px bottom;
	text-decoration		: none;
	color				: #4f6281;
}

#zijbalk ul li.actief	{
	width				: 185px;
	padding				: 0 0 0 9px;
	background			: url(../img/submenu_bg.gif) no-repeat -370px;
}

#zijbalk ul li.actief a	{
	color				: #6289c8;
	text-decoration		: underline;
}

/* --------------------------------	*/
/* zoeken				*/
/* --------------------------------	*/
#zoeken {
	position			: absolute;
	right				: 0;
	top					: 135px;
	width				: 135px;
}

#zoeken input	{
	padding				: 2px;
	border				: solid 1px #A0ACC0;
	font				: 1em Arial;
}

input.defaultvalue, 
textarea.defaultvalue {
	color				: #999;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	margin				: 0 32px 0 286px;
	padding				: 10px 0 0 0;
	position			: relative;
}

#content a 			{ color: #D51E0C; }
#content a:hover 	{ color: #628AC8; }


/* titel */
#content .titel 	{
	padding				: 10px 20px;
	background			: #e6eff9;
	overflow			: hidden;
}

#content .titel h2	{
	font				: bold 1.6em "Times New Roman", Times, serif;
	float				: left;
	color				: #D51E0C;
	text-transform		: uppercase;
}

#content .titel ul	{
	margin				: 4px 0 0 0;
	float				: left;
}

#content .titel ul li	{
	border-left			: solid 1px #C5D5E4;
	margin-left			: 5px;
	padding-left		: 5px;
	float				: left;
}

#content .titel ul li a	{
	text-decoration		: none;
}


/* navigatie */
#content .navigatie	{
	background			: #d4e4ed;
	color				: #555;
	padding				: 5px 20px;
	text-align			: right;
}


/* inhoud */
#content .inhoud	{
	background			: #e6eff9;
	padding				: 15px 20px;
	line-height			: 1.7em;
}

#content .inhoud p	{
	margin				: 0 0 10px 0;
}


/* iwes opmaak */
#content .iwes a:visited 	{ color: #999; }
#content .iwes blockquote	{
	margin				: 0 0 10px 30px;
}

#content .iwes ul	{
	margin				: 0 0 10px 30px;
	list-style			: square;
}

#content .iwes ol	{
	margin				: 0 0 10px 30px;
	list-style			: decimal;
}


/* formulieren */
#content .formmodule h4 {
	display				: none;
}

#content .formmodule ul {
	margin				: 0;
	list-style			: none;
}

#content .frm_city {
    position: absolute;
    left: -900em;
}

#content input, 
#content select, 
#content textarea	{
	padding				: 2px;
	border				: solid 1px #A0ACC0;
	font				: 1em Arial;
}

#content textarea	{
	overflow			: auto;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	font-weight			: bold;
	color				: #fff;
	background			: #D51E0C;
	border				: solid 1px #D51E0C;
	cursor				: pointer;
}

#content input.fout, #content textarea.fout	{
	border				: 1px solid #F00;
}

#content .melding, #content label.fout	{
	color				: #F00;
}


/* pagina navigatie	 */
#content .pagina_navigatie	{
}

#content .pagina_navigatie h4	{
	display				: inline;
	font-weight			: bold;
}

#content .pagina_navigatie ul	{
	display				: inline;
}

#content .pagina_navigatie ul li	{
	display				: inline;
	padding				: 0 5px;
	font-weight			: bold;
	text-transform		: uppercase;
}

#content .pagina_navigatie ul li.navigatie_item	{
	border-left			: solid 1px #777;
}

#content .pagina_navigatie ul li a	{
	color				: #555;
}

#content .pagina_navigatie ul li.actief a, 
#content .pagina_navigatie ul li a:hover	{
	color				: #D51E34;
}


/* footer, schaduw onderaan */
#content .footer	{
	height				: 15px;
	overflow			: hidden;
	background			: url(../img/content_footer_bg.gif) repeat-x left top;
}

#content .footer .links	{
	height				: 15px;
	width				: 49%;
	overflow			: hidden;
	background			: url(../img/content_footer_bg.gif) no-repeat left -15px;
	float				: left;
}

#content .footer .rechts	{
	height				: 15px;
	width				: 49%;
	overflow			: hidden;
	background			: url(../img/content_footer_bg.gif) no-repeat right -30px;
	float				: right;
}


/* ----------------------------------------------------- */
/* categorieen											 */
/* ----------------------------------------------------- */
#categorieen	{
	margin-right		: -25px;
}

#categorieen li {
	display				: -moz-inline-stack;
	display				: inline-block;
	width 				: 160px;
	padding				: 12px 12px 0 12px;
	margin				: 0 25px 25px 0;
	vertical-align		: top;
	text-align			: center;
	line-height			: 1.5em;
	border				: solid 1px #cedbe3;
}

#categorieen li .foto {
	text-align			: center;
	height				: 142px;
}

#categorieen li .foto img {
	border				: solid 2px #cedbe3;
}

#categorieen li h3 {
	margin				: 7px 0 0 0;
	padding				: 7px 8px 0 8px;
	border-top			: solid 1px #cedbe3;
	text-transform		: uppercase;
	text-align			: left;
}

#categorieen li p {
	margin				: 0;
	padding				: 0 8px;
	color				: #555;
	text-align			: left;
}

#categorieen li p a {
	text-align			: left;
	padding				: 2px 4px;
	left				: -4px;
	position			: relative;
}

#categorieen li.hover {
	background			: #cedbe3;
}

#categorieen li.hover p a {
	background			: #fff;
	text-decoration		: none;
}

#categorieen li.hover img	{
	border-color		: #fff;
}

#categorieen li.hover h3 {
	border-color		: #d3e3ed;
}


/* ----------------------------------------------------- */
/* producten											 */
/* ----------------------------------------------------- */
#producten li {
	border				: solid 1px #cedbe3;
	padding				: 19px;
	margin				: 0 0 15px 0;
	overflow			: hidden;
}

#producten li .foto	{
	float				: left;
	width				: 100px;
	text-align			: center;
}

#producten li .foto img {
	border				: solid 2px #cedbe3;
}

#producten li .info	{
	margin-left			: 130px;
}

#producten li h3 {
	text-transform		: uppercase;
	text-align			: left;
	font-size			: 1.1em;
}

#producten li dl {
	color				: #555;
	padding				: 0 0 7px 0;
	margin				: 0 0 7px 0;
	font-weight			: bold;
	border-bottom		: solid 3px #cedbe3;
}

#producten li dt {
	float				: left;
	width				: 100px;
}

#producten li a.meerinfo,
#producten li a.meerinfo:hover {
	display				: block;
	width				: 64px;
	height				: 21px;
	background			: url(../img/producten_meerinfo.gif) no-repeat left top;
	line-height			: 21px;
	text-align			: center;
	text-decoration		: none;
	color				: #fff;
}

#producten li.hover {
	background			: #cedbe3;
}

#producten li.hover p a {
	background			: #fff;
	text-decoration		: none;
}

#producten li.hover img	{
	border-color		: #fff;
}

#producten li.hover dl {
	border-color		: #d3e3ed;
}


/* ----------------------------------------------------- */
/* details												 */
/* ----------------------------------------------------- */
#details	{
	overflow			: hidden;
}

#details .info	{
	margin-right		: 295px;
}

#details .info h3 {
	text-transform		: uppercase;
	text-align			: left;
	font-size			: 1.1em;
	margin				: 0 0 6px 0; 
}

#details .info dl {
	font-weight			: bold;
	border-top			: solid 1px #cedbe3;
}

#details .info dt {
	float				: left;
	width				: 100px;
	padding				: 3px 0;
	border-bottom		: solid 1px #cedbe3;
}

#details .info dd {
	color				: #555;
	padding				: 3px 0;
	border-bottom		: solid 1px #cedbe3;
	margin-left			: 100px;
}


/* tabbladen */
#details div.tabs	{
	padding				: 20px 0 0 0;
}

#details .tabs ul.tabs	{
	height				: 21px;
	border-bottom		: solid 1px #cedbe3;
}

#details .tabs ul.tabs li	{
	float				: left;
	margin				: 0 0 0 5px;
}

#details .tabs ul.tabs li a	{
	float				: left;
	padding				: 0 8px;
	height				: 20px;
	line-height			: 20px;
	display				: block;
	border				: solid 1px #cedbe3;
	font-weight			: bold;
	color				: #555;
	text-decoration		: none;
}

#details .tabs ul.tabs li.actief a	{
	border-bottom		: solid 2px #E6EFF9;
	background			: #E6EFF9;
	color				: #D51E0C;
}

#details .tabs .tab	{
	clear				: left;
	padding				: 5px 0 0 0;
}


/* fotos */
#details .foto	{
	width				: 250px;
	text-align			: center;
	padding				: 20px 12px 12px 12px;
	float				: right;	
	border				: solid 1px #cedbe3;
}

#details .foto a.vergroting	{
	display				: block;
	margin				: 0 0 15px 0;
}

#details .foto a.vergroting img	{
	border				: solid 2px #cedbe3;
}

#details .foto ul	{
	border-top			: solid 1px #cedbe3;
	padding				: 12px 0 0 0;
}

#details .foto ul li	{
	display				: inline;
	padding				: 0 5px;
}

#details .foto ul li img	{
	border				: solid 1px #cedbe3;
}



/* --------------------------------	*/
/* googlemaps					 	*/
/* --------------------------------	*/
iframe.googlemaps	{
	overflow			: hidden;
	border				: solid 1px black;
}

#googlemaps	{
	width				: 795px;
	height				: 500px;
	font				: 1em Trebuchet MS;
	text-align			: left;
	color				: #000;
	background			: #eee;
}

#googlemaps a	{
	color				: #58585A;
}


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	position			: relative;
	background			: url(../img/footer_bg.gif) repeat-x left top;
}

#footer .foto	{
	width				: 256px;
	height				: 193px;
	background			: url(../img/footer_foto.jpg) no-repeat left top;
	position			: absolute;
	left				: 0;
	top					: -146px;
	z-index				: 1;
}

#footer .links	{
	float				: left;
	width				: 49.9%;
	height				: 64px;
	background			: url(../img/footer_bg.gif) no-repeat left -64px;
	position			: relative;
	z-index				: 2;
}

#footer .rechts	{
	float				: right;
	width				: 49.9%;
	height				: 64px;
	background			: url(../img/footer_bg.gif) no-repeat right -128px;
}

#footer .info	{
	clear				: both;
	overflow			: hidden;
	background			: #fff;
	color				: #888;
	font-size			: 0.9em;
	padding				: 10px;
}

#footer .info a	{
	color				: #888;
	text-decoration		: none;
}

#footer .info .copyright,
#footer .info address	{
	float				: left;
	font-style			: normal;
}

#footer .info .amimpact	{
	float				: right;
}



/* --------------------------------	*/
/* am impact linkjes			 	*/
/* --------------------------------	*/
#amimpact a {
	text-decoration		: none;
}

#amimpact a:hover {
	text-decoration		: underline;
}

#amimpact a.actief {
	font-weight			: bold;
}

#amimpact .copyright {
	float				: left;
}

#amimpact .webdesign {
	float				: right;
}




/* --------------------------------	*/
/* jquery lightbox				 	*/
/* --------------------------------	*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

