html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #000000;
	color:#666666;
	height: 100%;// Voor IE 
	min-height: 100%; // Voor Firefox
	width:800px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
		
A:link { color: #333333; text-decoration: underline}
A:hover  { color: #FF6600; text-decoration: underline }
A:visited { color: #333333; text-decoration: underline}
A:visited:hover  { color: #FF6600; text-decoration: underline }
#SiteContainer {
	height:100%;
	width:800px;
	background-color:#E0E1DB;
}
#header {
	height:140px;
	width:800px;
}
#menuContainer { 
	min-height:30px; // Voor Firefox
	display:block;
	width:100%;
	background-image:url(images/menuline.gif);
}
#SideLeft {
	float:left;
	width:200px;
	height:100%;
	min-height:100%;
	border-right:3px solid #FFFFFF;
	vertical-align:top;
}
#SideMargin200 {
	margin-left:200px
	}
#SiteContent {
	background-color:#E0E1DB;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	empty-cells:hide;
}
#eventcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	empty-cells:hide;
}
#eventcontainer a:hover {
	margin-top:5px;
	margin-bottom:5px;
	width: 100%;
	background-color: #ECDDC5;
	cursor: pointer;
}
#Event {
	padding-top: 5px;
	padding-bottom:5px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	text-indent:10px;
	border-bottom:dashed 1px #999999;
}

#headline {
	font-weight: bold;
	text-decoration: none;
}
#content {
	line-height: 1.8em;
}
#hyperlink {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#hyperlink a {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow:auto;
	}
#hyperlink a:hover {
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#imageFloatR {
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:10px;
	margin-left:5px;
	text-align:right;
	clear:right;
}
html>body #imageFloatR { //Firefox
	float:right;
	margin-top:0px;
	margin-bottom:10px;
	padding-left:10px;
	margin-left:5px;
	text-align:right;
	clear:right;
}
#imageFloatL {
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:10px;
	margin-right:5px;
	text-align:right;
	clear:left;
}
html>body #imageFloatL { //Firefox
	float:left;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:10px;
	margin-right:5px;
	text-align:right;
	clear:left;
}
#imageFloatT {
	padding-top:10px;
	padding-bottom:10px;
}
#Footer {
	 background-color:#999998;
	 border-bottom:solid 3px #FFFFFF;
	 border-top:solid 3px #FFFFFF;
	 vertical-align:bottom;
}
#image {
	width:expression(document.body.clientWidth > 553? "553px": "auto" );
	max-width:553px;
}