body
{
	behavior: url(fileadmin/template/groenewold/css/csshover.htc);
	padding: 0;
	margin: 0;
}

div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
} 


#sizer
{
	margin: 0 auto ;	
 	width: 1002px;
	height: 100%;
	text-align: left;
	border: solid black 1px;
}

#masthead
{
	z-index: 10;
	background: url(../images/bannerback.jpg);
	height: 240px;
	padding: 0;
	margin: 0;
}

#pageFrame
{
	color: #000;
	min-width: 500px;	
	padding: 0;
	margin: 0;
	background-color: #C8CCFC;

}


#content
{
	float left;
	width: 1000px:

}

#topColumn
{
	float: left;
	width: 100%;
}

#leftColumn
{
	margin-right: -200px;	/* IE 4 fix */
	float: left;
	width: 300px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */

	margin: 0;
	background-color: #ACB3FB;
	background: #ACB3FB url(../images/balkonder.jpg) no-repeat;
	background-position: bottom right ;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-left: 10px;
	
}

#innerLeftColumn
{


	
}

#innerContentColumn
{

}

#contentColumn
{
	width: auto;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	width: 660px;
	background: #ACB3FB url(../images/balkonder.jpg) no-repeat;
	background-position: bottom right;
	padding-bottom: 30px;
}



#bottomColumn
{
	float: left;
	margin: 0;
	width: 980px;
	margin: 0;
	margin-left: 10px;
	background: #ACB3FB url(../images/balkonder.jpg) no-repeat;
	background-position: bottom right;
	padding-bottom: 20px;
}

#innerBottomColumn
{

}

#footer
{
	clear: left;
	z-index: 10;
	text-align: center;
}

