		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p a, li a { color: #39c; text-decoration: none }
		
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 0px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		body {
			font-family: Verdana, Arial;
			color: #000;
			width: 850px;
			margin: auto;
			text-align: center;
			padding-bottom: 0px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px 0px 0px 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px;
			position: relative;
			width: 100%;
			width: 850px
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow:hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #F0F0F0; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 750px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 406px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; 
			top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 750px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			text-align: center;
			display: block;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
		}
		
		
	
        .stripNav li.tab1 a { height: 0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab1 a.current  {  height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab1 a.hover  { height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

		.stripNav li.tab2 a { background: url("../../images/tab_stap1_broodproeven.gif") no-repeat center; height:66px;width:123px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab2 a.current  { background: url("../../images/tab_stap1_broodproeven_1.gif") no-repeat center; height:66px;width:123px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab2 a.hover  { background: url("../../images/tab_stap1_broodproeven_1.gif") no-repeat center; height:66px;width:123px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
				
		.stripNav li.tab3 a { background: url("../../images/tab_stap2_broodproeven.gif") no-repeat center; height:66px;width:126px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab3 a.current  { background: url("../../images/tab_stap2_broodproeven_1.gif") no-repeat center; height:66px;width:126px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab3 a.hover  { background: url("../../images/tab_stap2_broodproeven_1.gif") no-repeat center; height:66px;width:126px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
	
		.stripNav li.tab4 a { background: url("../../images/tab_stap3_broodproeven.gif") no-repeat center; height:66px;width:124px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab4 a.current  { background: url("../../images/tab_stap3_broodproeven_1.gif") no-repeat center; height:66px;width:124px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab4 a.hover  { background: url("../../images/tab_stap3_broodproeven_1.gif") no-repeat center; height:66px;width:124px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
				
		.stripNav li.tab5 a { background: url("../../images/tab_stap4_broodproeven.gif") no-repeat center; height:66px;width:124px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab5 a.current  { background: url("../../images/tab_stap4_broodproeven_1.gif") no-repeat center; height:66px;width:124px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab5 a.hover  { background: url("../../images/tab_stap4_broodproeven_1.gif") no-repeat center; height:66px;width:124px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
				
		.stripNav li.tab6 a { background: url("../../images/tab_stap5_broodproeven.gif") no-repeat center; height:66px;width:127px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab6 a.current  { background: url("../../images/tab_stap5_broodproeven_1.gif") no-repeat center; height:66px;width:127px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab6 a.hover  { background: url("../../images/tab_stap5_broodproeven_1.gif") no-repeat center; height:66px;width:127px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
				
        .stripNav li.tab7 a { background: url("../../images/tab_stap6_broodproeven.gif") no-repeat center; height:66px;width:126px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab7 a.current  { background: url("../../images/tab_stap6_broodproeven_1.gif") no-repeat center; height:66px;width:126px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab7 a.hover  { background: url("../../images/tab_stap6_broodproeven_1.gif") no-repeat center; height:66px;width:126px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

        .stripNav li.tab8 a { height: 0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab8 a.current  {  height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab8 a.hover  { height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

        .stripNav li.tab9 a { height: 0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab9 a.current  {  height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab9 a.hover  { height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

        .stripNav li.tab10 a { height: 0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab10 a.current  {  height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab10 a.hover  { height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

        .stripNav li.tab11 a { height: 0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab11 a.current  {  height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab11 a.hover  { height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

        .stripNav li.tab12 a { height: 0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab12 a.current  {  height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		.stripNav li.tab12 a.hover  { height:0px;width:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
			background: url("../../images/arrow-left.gif") no-repeat center;
			border: 0px;
			margin-top:230px;
		}
		
		.stripNavR {
			right: 0;
			background: url("../../images/arrow-right.gif") no-repeat center;
			border: 0px;
			margin-top:230px;
		}
		
        .notitieblokje
        {
         position           : absolute;
         top                : 0px;
         left               : 208px;
         width              : 333px;
         height             : 0px;
         border             : 0px;
         z-index            : 100;
         background-color   : Transparent;
         text-align         : left;
         color              : #400D01;
         font-family        : Verdana;
         font-size          : x-small;
         padding-left       : 0px;         
         margin-left        : 0px; 
         overflow           : hidden;        
        }
        
        .notitietekst
        {
            padding-left    : 5px;
            padding-right   : 5px;
        }
        
        .navigatie_onder
        {
            height          : 30px;
            padding         : 0px;
            margin          : 0px;
        }
        
         .header
        {
            padding         : 0px;
            margin          : 0px;
        }
                    
       .download_tekst
        {
        
         background-color   : Transparent;
         text-align         : left;
         color              : #400D01;
         font-family        : Verdana;
         font-size          : x-small;
         height             : 305px;
         padding-top        : 10px;  
         padding-left       : 5px;  
         width              : 380px;
         float              :right;
           
        }   
        
        .MeldingReactie
        
        {
         background-color   : Transparent;
         text-align         : left;
         color              : #400D01;
         font-family        : Verdana;
         font-size          : x-small;
         height             : 10px;
         overflow           :visible;
         padding-top        : 10px;  
         padding-left       : 5px;  
         width              : 700px;
         float              : left;
         clear              : both;
         
         
           
        }      
        
        .DivBrochure 
        {
            float           :left;
            height          :305px;
            width           : 328px;
            
        }
        
        .Emailbox
        {
            width           : 250px;
            height          : 25px;
            font-size       : 14px;
            font-family     : Verdana;
            font-weight     : bold;
            text-align      : left;
            vertical-align  : middle;
            padding-top     : 5px;
            margin-top      : 5px;
            margin-right    : 5px;
            
            
        }
        
        .button
        {
          margin-top        : 5px; 
          height            : 25px; 
          width             : 200px;
          color             : #FFFFFF;
          background-color  : #400D01;
          font-size         : 14px;
          font-family       : Verdana;
        }
        
        .fieldset
        {
         background-color   : Transparent;
         text-align         : left;
         color              : #400D01;
         font-family        : Verdana;
         font-size          : x-small;
         padding-top        : 5px;  
         padding-left       : 5px;  
         width              : 400px;
        }
        
        .reacties
        {
             background-color   : Transparent;
             text-align         : left;
             color              : #400D01;
             font-family        : Verdana;
             font-size          : small;
             width              : 650px;
             padding            : 0px;
             margin             : 0px;
             clear              : both;
        }
        
   
        
        .Inputbox
        {
           height                   : 25px;
           width                    : 250px;
           font-size                : 22px;
           text-align               : left;
           vertical-align           : bottom;
           padding-left             : 2px;
           margin-bottom            : 0px;
           margin-top               : 10px; 

        }

        .TextArea
        {
           height                   : 125px;
           width                    : 250px;
           font-size                : 17px;
           
        }
        
        .aanmeldformulier
        {
            border                  :0px;
            padding                 :0px;
            margin                  :0px;    
        }
            
        .links
        {
            text-align              : left;
            color                   : #400D01;
            font-family             : Verdana;
            font-size               : small;
            padding-top             : 10px;
            padding-left            : 25px;
        }

        .picture
        {
            border                  : solid 1px #EFB877;
            padding                 : 5px;
        }
            
        .opsommingLinks
        {
            font-family             : Verdana, Arial;
			color                   : #400D01;
        } 
        
        .opsommingLinks a
        {
            list-style-type         : square;
            list-style-position     : outside;
            font-family             : Verdana, Arial;
			color                   : #400D01;
			text-decoration         : none;
        } 
