/* template*/

*
{
	margin:0;
	padding:0;
}


body
{
margin:0;
padding:0;
font-family:Arial;
font-size:9pt;
background-color:#fff;
color:#000;
}

	#container
	{
	 width:968px;
	 margin: 0 auto;
	 margin-top:5px;
	 min-height:100%;
	 text-align:left;
	 display:block;
	 background-color:#fff;
	 border:0px solid #555;
	 min-height:550px;
	 background-repeat:no-repeat;
	}

	    #zoeken
	    {
		  width:235px;
		  float:left;
		  height:51px;
	    }
	    
	    #maintab
	    {
		  float:left;
		  width:488px;
		  height:51px;
		  margin-left:6px;
	    }

	    #rightlinks
	    {
		  float:right;
		  width:235px;
		  height:51px;
		  line-height:51px;
		  text-align:center;
		  font-weight:bold;
	    }

	    #dividerbar
	    {
		  width:968px;
		  height:5px;
		  clear:both;
		  background-image:url(../images/dividerbar.gif);
		  background-repeat:no-repeat;
	    }
	    
		#wrapper
		{
		 width:968px;
		 min-height:525px;
		 margin-bottom:7px;
		 border:0px solid #fff;
		}

			#leftframe
			{
			 width:235px;
			 min-height:200px;
			 float:left;
			}


			#contentframe
			{
			 width:488px;
			 min-height:376px;
			 margin-left:4px;
			 float:left;
			}
			
			    #menu
			    {
				 width:466px;
				 height:20px;
		  		 background-image:url(../images/bg-menu.gif);
		  		 background-repeat:repeat-x;
		  		 background-color:white;
				 line-height:19px;
			 	 margin-left:4px;
			 	 margin-top:2px;
			 	 color:white;
			 	 padding-left:16px;
			    }
			    
			    #content
				{
				 width:458px;
				 min-height:150px;
			 	 margin-top:21px;
			 	 padding-left:12px;
			 	 padding-right:12px;
			 	 padding-bottom:21px;
				}

			#rightframe
			{
			 width:235px;
			 min-height:354px;
			 float:right;
			 background-color:#fff;
			}

	#footer
	{
	 width:968px;
	 height:23px;
	 clear:both;
	 margin-bottom:0px;
	 border-top:1px solid #0071B9;
	 background-image:url(../images/footer.gif);
	 background-repeat:no-repeat;
	}


/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox/MAC IE */

