/* alle CSS regels */
            body {
                margin: 0;
                padding: 0;
                font: 75% Verdana, Geneva, Arial, Helvetica, sans-serif;
                text-align: center;
                color: #000;
                background-color:#f2e879;
            }
            
            h2 {
                color: #B52C07;
                font: 120%;
                font-weight: bold;
                
            }
            
            h3 {
                color: #5B5E0E;
                font: 106%;
                font-weight: bold;
                
            }
            
            hr {
                color: #000000;
            }
            
            #container {
                margin: 1em auto;
                width: 900px;
                text-align: left;
                background-color: #9fa41d;
                padding: 5px;
				 
            }
            
            #header {
                height: 175px;
                background-image: url(/images/banner_vroedevrouwe.jpg);
                background-repeat: no-repeat;
                background-position: 0 0;
                position: relative;
            }
            
            a, a:visited, a:hover, a:active, a:focus {
                direction: ltr;
                outline: 0;
            }
            
			#menulist {
				width: 900px;
				float: left;
			}
            #holder {
                position: absolute;
                width: 880px;
                background: url(/images/tabs_0.gif) repeat-x left top;
                padding-left: 20px;
                overflow: hidden;
            }
            
            dl.menu {
                width: 250px;
                float: left;
                margin: -32700px -150px 0 0;
                background: url(/images/tabs_0.gif) no-repeat left bottom
				
            }
            
            dl.menu a {
                display: block;
                height: 25px;
                color: #fff;
                font: normal 12px / 25px verdana, sans-serif;
                text-decoration: none;
                text-indent: 10px;
            }
            
            dl.menu a:visited {
                color: #fff;
            }
            
            dl.menu dt {
                float: left;
                padding: 0;
                margin: 32700px 0 0 0;
                position: relative;
                z-index: 50;
            }
            
            dl.menu dt a {
                background: transparent;
                width: 100px;
            }
            
            dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active {
                margin-right: 1px;
                background: url(/images/tabs_1.gif) no-repeat left top;
                text-decoration: none;
                color: #000;
            }
            
            dl.menu dd {
                float: left;
                padding: 25px 0 0 0;
                margin: -25px 0 0 0;
                position: relative;
                z-index: 10;
                background: url(/images/tabs_1.gif) no-repeat left top;
            }
            
            dl.menu dd a {
                background: #d90404;
                width: 150px;
            }
            
            dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active {
                margin-right: 1px;
                background: #f2600c;
                color: #000;
            }
            
            #content {
                float: left;
                width: 650px;
                margin-top: 30px;
				margin-bottom: 5px;
				height: auto;								
            }
            #menu-aanbod {
            	text-align: center;
            }
            #menu-aanbod ul {
                margin-left: 5px;
                padding-left: 0;
                list-style-type: none;
                line-height: 125%;
            }
            
			#menu-aanbod a {
                text-decoration: none;
				border-style: none;
            }
			
            #menu-right {
                float: right;
                margin-top: 30px;
				margin-bottom: 5px;
				width: 215px;
				padding-top: 10px;
                padding-left: 15px;
				padding-right: 15px;
				background-color: #f2600c;
				height: auto;
            }
            
            #gedicht_ria {
                padding-top: 15px;
				padding-bottom: 15px;
				background-color: #f2e879;
				
			}
            #gedicht_ria p {
                text-align: center;
                font-style: italic;
                font-weight: bold;
				font-size: 110%;
                line-height: 150%;
				color: #B52C07;
								
			}
			            
            #footer {
                clear: both;
                text-align: right;
				padding: 5px;
                font-size: 80%;
                background-color: #f2600c;
            }
            
            .imagefloat-right {
                float: right;
                padding: 2px;
                border: 1px solid #9FA41D;
                margin: 0 10px 10px 10px;
            }
			.imagefloat-left {
                float: left;
                padding: 2px;
                border: 1px solid #9FA41D;
                margin: 0 10px 10px 0;
            }
			.imagefloat-center {
                text-align: right; 
            }
			
			#newsentry div {
				margin-bottom: 5px;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-left: 15px;
                padding-right: 10px;
				background-color: #f2e879;
			}
			#agenda {
				padding-top: 15px;
				padding-bottom: 15px;
				padding-left: 10px;
				margin-bottom: 10px;
				background-color: #f2e879;
			}
			#agenda a {
				text-decoration: none;
				color: #000000;
			}
			#agenda a:hover {
				text-decoration: none;
				color: #B52C07;
			}
			#contact {
				margin-bottom: 5px;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-left: 15px;
                padding-right: 10px;
				background-color: #f2e879;
			}
			.rij {
				display:block;
				clear:both;
				margin-top:1em;
			}
			fieldset {
				display:block;
				width:47em;
				margin:1em;
				padding:1em;
				border:2px solid #B52C07;
			}
			label {
				width:10em;
				float:left;	/* links floaten binnen parent element <div> */
				text-align:right;/* element rechts uitlijnen tegen tekstvak */
				margin-right:0.5em; /* witruimte t.o.v. tekstvak */
			}
			input.tekstveld {
				width:20em;
				border: 1px solid #999999; /* donkergrijs */
			}
			
			input.tekstveld:focus {
				background-color: #cecfce;
				border: 1px solid #F2600C; 
			}
			input.button {
				float: right;
				padding: 0.5em 1em;
				margin-left: 3em;
				margin-right: 5em;
				border: 2px solid #ffffff;
				background-color: #F2600C;
				color: #ffffff;
				font-size: 1em;
				font-weight: bold;
			}
			input.button:hover {
				border-color: #000000;
				color: #000000;
			}