/* template*/


#container
{
 _height:560px;
}

#topelements
{
 _height:24px;
}

#header
{
 _height:71px;
}

#navigatie
{
 _height:20px;
}

#wrapper
{
 _height:485px;
}

#left
{
 _height:356px;
}

#content
{
 _height:356px;
}

#right
{
 _height:356px;
}

#footer
{
 _height:20px;
}


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

