/* template*/

*
{
	margin:0;
	padding:0;
}


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

	#container
	{
	 width:969px;
	 margin: 0 auto;
	 margin-top:5px;
	 min-height:100%;
	 text-align:left;
	 display:block;
	 background-color:#FFDF00;
	 border:0px solid #555;
	 min-height:550px;
	 background-image:url(./images/background.gif);
	 background-repeat:no-repeat;
	}

    #top
    {
	  width:969px;
	  height:35px;
    }

        #zoeken
		{
		 height:35px;
		 line-height:35px;
		 padding-left:2em;
		 float:left;
		 text-align:right;
		 width:538px;
		}

    #left
	{
	 float:left;
	 width:711px;
	 min-height:150px;
	}

    #right
	{
	 float:right;
	 width:242px;
	 min-height:150px;
	}
	
	#banner
	{
	 float:left;
	 width:711px;
	 height:185px;
	}
	
	#menu
	{
	 float:left;
	 margin-top:9px;
	 margin-bottom:14px;
	 padding-left:21px;
	 width:690px;
	 height:19px;
	 background-color:#000;
	}
	
	#vacatures
	{
	 float:left;
	 clear:left;
	 width:242px;
	 height:117px;
	 background-image:url(../images/vacatures.gif);
	 background-color:#000;
	 background-repeat:no-repeat;
	}
	
	#topvacatures
	{
   	 float:inherit;
	 clear:left;
	 min-height:200px;
	 width:240px;
	 border-right:1px solid #000 !important;
	 padding-right:1px;
	 margin-top:5px;
	}
	
	#content
	{
	 float:right;
	 width:429px;
	 min-height:317px;
	 padding-left:22px;
	 padding-right:17px;
	 padding-bottom:22px;
	 
	}
	
	#inschrijven
	{
	 float:right;
	 width:242px;
	 height:450px;
	 background-image:url(../images/inschrijven.gif);
	 background-color:#000;
	 background-repeat:no-repeat;
	 margin-bottom:7px;
	}

	#belme
	{
	 float:right;
	 width:242px;
	 height:160px;
	 background-image:url(../images/belme.gif);
	 background-color:#000;
	 background-repeat:no-repeat;
	}
	
	#footer
	{
	 width:969px;
	 height:27px;
	 clear:both;
	 margin-top:16px;
	 margin-bottom:0px;
	 border-top:1px solid #000;
	}


/* 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 */

