BODY, TABLE, DIV, TR, TD, TH, UL, OL, LI {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 	
}
HTML, BODY {
	height: 100%;
	margin: 0px;
/*  _height: auto;
	overflow-y: auto;
	overflow-x: hidden;*/
}
BODY {
	background: #55565C url(../images/custom/bg_stripes.gif) repeat center top;
}
A {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #000;
	text-decoration: underline;
}
FORM {
	margin: 0px;
	padding: 0px;
}
INPUT, SELECT, TEXTAREA, BUTTON, SUBMIT {
	font-size: 11px; 
}
DIV#container {
	position: relative;
	left: 50%;
	width: 1060px;
	min-height: 100%;
	overflow-y: visible;
	background: url(../images/custom/bg_shadow.png) repeat-y center top;
	_background: url(../images/custom/bg_shadow.gif) repeat-y center top;
	margin: 0px 0px 0px -530px;
	text-align: left;
}
DIV#wrapper {
	width: 994px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	_height: auto;
	margin: 0 auto -95px auto; /* the bottom margin is the negative value of the footer's height */
	_margin: auto;
	background-color: white;
	border: 1px solid black;
	border-width: 0px 1px 0px 1px;
	overflow: hidden;
}
DIV#wrapleft, DIV#wrapright {
	left: 50%;
	position: fixed; _position: absolute;
	background: url(../images/custom/bg_shadow.png) repeat-y left top; _background: none;
	height: 100%;
	width: 33px;
}
DIV#wrapleft {
	background-position: left top;	
	margin-left: -530px;
}
DIV#wrapright {
	background-position: right top;	
	margin-left: 497px;
}
DIV#header {
	text-align: left;
	overflow: visible;
	height: 165px;
	*height: auto; /* Strange IE6/7 bug*/
	background-color: #333;
}
DIV#topmenu {
	height: 30px;
	background: #000 url(../images/custom/bg_menu.gif) repeat-x left top;
	color: #fff;
	overflow: hidden;
	white-space:nowrap;
	margin-left: 192px;
	border-top: 1px solid #000;
}
DIV#left, DIV#content, DIV#right, DIV#iframe_holder {
	float: left;
	text-align: left;
	padding-bottom: 85px!important;
	_padding-bottom: 0px!important; /*_margin-bottom: 85px!important;*/
}
DIV#left {
/*	min-height: 630px; _height: 630px;*/
	width: 184px;
	margin: 3px;
}
DIV#right {
/*	min-height: 400px; _height: 400px;*/
	width: 248px; _width: 245px; 
	float: right;
	padding: 4px;
	margin-top: 8px;
}
DIV#right .inner TABLE TD {
	font-size: 9px;
}
DIV#right TR.table_header {
	background-color: #424242;
}
DIV#left .outer img{
	position: relative;
	border: 0px;
}
DIV#left DIV.inner {
	min-height: 205px; _height: 205px;
	background: #555 url(../images/custom/bg_left.gif) no-repeat right bottom;
	border: 3px solid white;
	padding: 5px;
}
DIV#content, DIV#iframe_holder {
	width: 792px; _width: 789px; 
	margin: 5px 0px 5px 5px;	
	overflow: hidden;
}
DIV#content.small, DIV#iframe_holder.small {
	width: 543px; _width: 540px; 
}
.iholder_show { display:block }
.iholder_hide { display:none }
DIV#logosleft {
	float: left;
}
DIV#logos {
	margin-top: 8px;
	text-align: center;
}
DIV#logos a img {
	border: 8px solid white;
}
DIV#logofoot, DIV#footer {
	border: 1px solid #000;
	margin: auto;
	padding: 0px 10px;
	width: 974px;
}
DIV#logofoot {
	border-width: 1px 1px 0px 1px;
	border-top-color: #999;
	height: 46px;
	visibility: hidden;
	overflow: hidden;
	margin: 5px auto;
	text-align: center;
	background-color: white;
}
DIV#logofoot img {
	border: 2px solid white;
	padding: 0px 10px;
}
DIV#footer {
	height: 24px;
	background: red url(../images/custom/bg_footer.gif) repeat-x left top;
	border-width: 1px 1px 0px 1px;
	color: #fff;
	line-height: 24px;
	text-align: right;
}

/* --- Navigation --- */
  #topmenu UL, #topmenu LI, #left UL, #left LI{
	margin:0;
	padding:0;
	list-style: none outside none;
  }
  #topmenu LI {
	float: left;
	border-right: 1px solid #111;
  }
  #topmenu SPAN {
  	padding: 0px 12px 0px 12px;
	line-height: 30px;
	display: inline;
	font-size: 13px;
  }
  #topmenu li a.top {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#E5D7D7;
	margin: 0px;
	float: left;
	border-left: 1px solid #666;
  }
  #topmenu li a.top:hover, #topmenu li a.top:active {
	color:#fff;
  }
  #topmenu li.active a.top {
  	background-image: url(../images/custom/bg_menu_act.gif)
  }
  #topmenu li.active a.top span{
	color: white;
  }
  
  #left li.active a, #left li a:active {
	color: white;
  }
  #left li.active a:hover {
	color: #000;  
  }
  #left li.parent {
	background: url(../images/custom/menu_arrow.gif) right 7px no-repeat!important;
  }
  #left li ul{
	z-Index: 9999;
	margin: -15px auto auto 150px;
  	position: absolute;
	left: -999em; 
	clear: left;
	width: 206px;
	background: #555 url(../images/custom/bg_submenu.gif) repeat-y left top;
	border-top: 1px solid #777;
	border-bottom: 1px solid #333;
	border-left: 1px solid #222;
  }
  #left ul li ul li{
  	float: left;
  }
  #left li a {
	width: 160px;
	display: block;
	text-align: left;
	line-height: 22px;
	padding: 1px 2px 1px 6px;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #666;
  }
  #left li a.sub {
	width: 176px;
	margin: 0px 0px 0px 20px;
  }
  #left li a:hover {
  	color: #000;
  	background-color: #fff;
	filter: alpha(opacity=45); -moz-opacity:.45; opacity:0.45;
  }
  #left li ul ul {
	margin: -22px 0 0 185px;
  }
  #left li:hover ul ul, #left li:hover ul ul ul, #left li.sfhover ul ul, #left li.sfhover ul ul ul {
	left: -999em;
  }
  #left li:hover ul, #left li li:hover ul, #left li li li:hover ul, #left li.sfhover ul, #left li li.sfhover ul, #left li li li.sfhover ul {
	left: auto;
  }
/* ---  Einde navigatie --- */

H1.title, SPAN.title {
	font-weight: bold;
	font-size: 16px;
}
SPAN.subtitle {
	font-weight: bold;
	font-size: 13px;
}
IMG.imgborder{
	border: 1px double black;
}

.content TR.table_header TD {
	background: #E22024 url(../images/custom/bg_thead.gif) repeat-x left top;
	border: 1px solid #333;
}
.content TD {
	padding: 3px;
}
SPAN.ownteam {
	color: #B91700;
}

DIV.contentBox {
	border: 1px solid #333;
}
DIV.contentBox a.toggleBtn {
	text-decoration:none;
	color:#fff;
}
DIV.contentBody {
	border-top: 1px solid #333;
}
DIV.contentBody TABLE{
	border-width: 0px;
}
DIV.contentBody TR.table_header TD, DIV.contentBody TR.table_header TD A {
	color: white;
}
DIV.contentBox DIV.contentTitle {
	background: #E22024 url(../images/custom/bg_thead.gif) repeat-x left top;
	font-weight: bold;
	padding: 2px;
}
DIV#right .inner DIV.contentBox DIV.contentTitle {
}

.result_table {
	border: 1px solid black;
	border-width: 0 0 1px 1px;
	background-color: #fff;
}
.result_table TH{
	border: 1px solid black;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background: #424242 url(../images/custom/bg_thead2.gif) repeat-x;
	color: white;
}
.result_table TD{
	border: 1px solid black;
	padding: 4px;
	border-width: 1px 1px 0 0;
}

/* Begin JFlow */
#jFlowSlide{ float:left; }

.jflow-content-slider { border:1px solid #999; height:220px; overflow:hidden; background: #ccc url(../images/custom/bg_newsdetails.jpg) repeat-x left top; margin:-9px 4px 0px 4px; text-align:left; } 
.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:220px; float:left; height:210px; text-align:center; /*background-color:#aaa; */overflow:hidden; visibility:hidden }
.slide-thumbnail img { max-height:210px; _height:210px; }
.slide-details { width:286px; float:right; margin-left:10px; padding-bottom: 10px; }
.slide-details h2 { color:#F1E3E3; font-size:1.5em; font-style:italic; font-weight:normal; line-height:1; margin:0; }
.slide-details .description { margin-top:10px; }
.slide-details .more { color:red; float:right; padding:10px; }

#myController { width:248px; _width:244px; float:left; margin:0px; padding:4px 0; height:212px; background: #aaa url(../images/custom/bg_newscontrol.jpg) repeat-y left top;  }
#myController li { background: url(../images/custom/newsbar.gif) no-repeat left top; display:block; list-style:none; color:#666; cursor:pointer; margin:0px; }
#myController li.jFlowSelected { background-position:left bottom; color:#E22024; }
#myController li.jFlowControl:hover { color:#999;  }
#myController li a { color:#fff }

.jFlowControl { width:185px; text-align:left; padding:5px 5px 3px 55px; height:30px; _width:178px; }
.jFlowControl span { overflow:hidden; width:23px; height:23px; display:block; position:absolute; margin:3px 0px 0px -28px; }
.jFlowControl span img { background:#222; max-height:25px; _height:25px; }
.jFlowPrev, .jFlowNext, .jFlowAll { background-image:none!important; text-align:center; float:left; width:72px; padding:5px 2px; color:#fff!important }
/* End JFlow */