/* template*/


#container
{
	_height:500px;
}


#header
{
	_height:71px;
}


#left
{
}

#content
{
	_width:485px;
}


#contentbody
{
 _margin-left:40px;
}

#nav
{
 _width:485px;
}

.sponsor
{
 _width:400px;
}

.sponsor img
{
	_float:left;
}

#right
{
}

#gastenboekteaser
{
 height:160px;
}

#gastenboekteaser p
{
}

#gastenboekteaser a
{
}


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

