
html, body, form1
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:100%;
	SCROLLBAR-FACE-COLOR: #9D8C7C;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #9D8C7C;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #9D8C7C;
	text-align: center;
	background-color:  #9D8C7C;
	background-image: url(../images/layout/bg_website.gif);
	background-position:center;
	background-repeat: repeat-y;
}
#spacer_top
{
	background-color:  #FFFFFF;
	text-align: left;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height: 10px;
}
#top
{
	background-color:  #FFFFFF;
	text-align: left;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height: 80px;
	background-image: url(../images/layout/bg_top.gif); 
	background-repeat: no-repeat;
}
#middle
{
	background-color:  #FFFFFF;
	text-align: left;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#main
{
	width: 100%; 
	float: left;
}
#left
{
	 width: 210px; 
	 float: left;
	 padding-top:10px;
}
#menuDiv
{
	margin-left: 15px;
	width: 200px; 
	height: 285px;
	
}
#aankondigingen
{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 182px; 
	height: 602px; 
	background-color: #EBECEE; 
	padding: 15px;
}
#content
{
	width: 560px; 
	padding-bottom: 20px; 
	padding-right: 20px; 
	padding-left: 10px; 
	padding-top: 10px;
	display: table-cell;
	float: left; 
	font-size: 12px;
	color: black;
	line-height: 12pt;
	font-family: arial;
}
#right
{
	 width: 160px; 
	 height: 845px; 
	 float: right; 
	 background-image: url(../images/layout/logo_bottom.gif);
	 background-repeat: no-repeat;
	 background-position: top right;
	 display: table-cell;
	 font-size: 12px;
	 font-weight: bold;
	 /*color: #9D8C7C;*/
	 line-height: 12pt;
	 font-family: arial;
	 padding-left: 35px;
}

#bottom
{
	 width: 980px; 
	 padding-left: 20px;
	 padding-right: 20px;
	 text-align:center;
	 margin-left:auto;
	 margin-right:auto;
	 padding-bottom: 10px;
}

#tbZoeken, #tbNieuwsbrief
{
	border: none;
	background: #EBECEE;
	width: 110px;
}
#btnZoeken, #btnNieuwsbrief
{
	border: none;
	cursor:pointer;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	color: #9D8C7C;
	line-height: 12pt;
	font-family: arial;
	background: white;
	text-align: left;
}

