html, body
{
	height: 100%;
}
body
{
	background: url('images_newcss/bg.png') repeat-x;
	margin: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}
#container
{
	padding: 0;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 700px;
	text-align: left;
	margin: 0 auto;
	background: url('images_newcss/content.png') repeat-y;
}

#header
{
	margin: 0;
	padding: 0;
	background: url('images_newcss/headerstretcher.png');
	height: 89px;
}
#headerleft
{
	width: 290px;
	float: left;
	margin: 0;
	padding: 0;
	background: url('images_newcss/headerleft.png') no-repeat;
	height: 100%;
}
#headerright
{
	width: 73px;
	float: right;
	margin: 0;
	padding: 0;
	background: url('images_newcss/headerright.png') no-repeat;
	height: 100%;
}
#belowheader
{
	
	width: 700px;
}
#sidebar
{
	float: left;
	/* background: url('images/menustretcher.png') repeat-y; */
	width: 140px;
	text-align: right;
	padding-top: 8px;
	padding-right: 16px;
	/* border: 1px solid #0f0; */
}
#content
{
	margin-left: 155px;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	width: 515px;
	/* border: 1px solid #0f0; */
	
	
}
#footer
{
	height: 20px;
	background: url('images_newcss/footerstretcher.png') repeat-x;
	position: absolute;
	bottom: 0px;
	width: 698px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
p
{
	margin-top: 0;
}

a:link 
{
	color: #244F9D;
}
a:visited 
{
	color: #244F9D;
}
a:hover 
{
	color: #000000;
}
a:active 
{
	color: #000000;
}
td, th
{
	font-size: 0.8em;
}
ul
{
	list-style: none;
}