


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {width: 600px; float: right; position: relative; color: #ffffff; margin-left: 15px;}
	.coda-slider {margin-left: 0px; padding: 15px 0px 0px 0px; width: 580px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 580px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #acbe06; color: #fff; padding: 10px; font-size: 2em; font-weight: bold; border: 1px solid #acbe06; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-top: 10px; width: 80px;}
	.coda-nav-right {
		margin-left: 400px;
	}
	/* Tab nav */
	.coda-nav ul li a.current { text-decoration: underline; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px 10px 10px 0px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	.coda-slider h2 {
		color:#ACBE06;
		font-size:1.8em;
		padding-bottom:25px;
	}
	
	.coda-slider .inleiding p {
		font-size:1.25em;
	}
	.coda-slider p {
		
	}
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; overflow: hidden; margin-bottom: 15px;}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { display: block; float: left;  font-size: 1.1em; padding: 5px 15px 10px 15px; border-right:1px solid #d3d0cb; text-decoration: none;}
	.coda-nav ul li.tab4 a {
		border: none;
	}
	/* Miscellaneous */
	
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

.teaser-header { padding-top: 0px; }
p.teaser-box { width: 250px; padding: 0px 12px 0px 10px; height: 100px; margin-top: 10px;}
p.no-right-pad { padding-right: 0px; width: 275px; }
p.teaser-concl { font-size: 1.1em; padding: 18px 0 0 10px; width: 450px;}

/* 
	MAIN TABBED NAVIGATION
*/
.coda-nav-1 							{ margin-right: 2px; position: relative; top: 18px; z-index: 99; width: 200px; float: right; }
.coda-nav-1 ul li 					{ float: left; }

.coda-nav-1 li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 23px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.coda-nav-1 li.tab1 a { background: url(img/stress-nav.jpg) top center no-repeat; width: 59px; }
.coda-nav-1 li.tab2 a { background: url(img/self-nav.jpg) top center no-repeat; width: 59px; }
.coda-nav-1 li.tab3 a { background: url(img/people-nav.jpg) top center no-repeat; width: 59px; }

.coda-nav-1 li a:hover, 
.coda-nav-1 li a:active, 
.coda-nav-1 li a:focus 				{ background-position: top center; }

/* It is neccessary to repeat the image paths here */
.coda-nav-1 li.tab1 a.current { background: url(img/stress-nav.jpg) bottom center no-repeat; width: 59px; }
.coda-nav-1 li.tab2 a.current { background: url(img/self-nav.jpg) bottom center no-repeat; width: 59px; }
.coda-nav-1 li.tab3 a.current { background: url(img/people-nav.jpg) bottom center no-repeat; width: 59px; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 23px;  height: 25px; text-indent: -9999px; }
.stripNavL a						{ bottom: 150px; left: -40px; background: url(img/home_vorige.jpg); }
.stripNavR a 						{ bottom: 150px; right: 0px; background: url(img/home_volgende.jpg);
}
