/* 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:0px;
	 min-height:100%;
	 text-align:left;
	 display:block;
	 background-color:#fff;
	 border:0px solid #555;
	 min-height:550px;
	 background-image:url(./images/background.gif);
	 background-repeat:no-repeat;
	}

		#left
		{
		  float:left;
		  width:233px;
		  min-height:806px;
		  background-color:#FF7F10;
		  padding:0px;
		  margin:0px;
	      margin-top:0px;
		  margin-right:6px;
		}
		
		    #logo
		    {
		  	 width:233px;
		  	 height:94px;
		  	 float:left;
		    }

		    #adres
		    {
			 margin-top:0px;
		  	 width:218px;
		  	 height:70px;
		  	 background-color:#ECEEF2;
		  	 font-size:8pt;
		  	 font-weight:bold;
		  	 padding-left:15px;
		  	 padding-top:10px;
		  	 border-top:16px solid #132366;
		  	 line-height:110%;
		  	 float:left;
		    }
		    
			#merkencontent
   			{
		  	 width:233px;
		  	 min-height:380px;
   			}
		    
      	#center
		{
		 float:left;
		 width:487px;
		 min-height:380px;
		 background-color:#fff;
		 background-image:url(../images/rental.gif);
		 background-position:right top;
		 background-repeat:no-repeat;
		}
		
		    #menu
		    {
			 width:487px;
			 height:94px;
		    }
		    
		    #searchbar
		    {
			 width:487px;
			 height:85px;
			 padding-bottom:10px;
			 border-bottom:1px solid #000;
		    }

		    
		#right
		{
		 float:right;
		 width:236px;
		 min-height:809px;
		 background-color:#FF7F10;
		}

		    #lang
		    {
			 width:236px;
			 height:94px;
			 background-image:url(../images/langbar.jpg);
		  	 border-bottom:16px solid #132366;
		  	 text-align:right;
		    }

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

