body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-y: scroll;
	overflow-x: hidden;
}

.twoColFixRtHdr #container { 
	position: relative;
	top: 281px;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 17px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 35px 250px 35px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #fff;
	background:#5f6062; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#minitekst { 
    font-size: 9px;
	text-align: center;
}

.visual {
	position: absolute;
	left: 50%;
	margin-left: -481px;
	top: 0px;
	z-index: 1;
}

.visual_fader_links {
	position: absolute;
	left: 50%;
	margin-left: -693px;
	top: 0px;
	z-index: 1;
}

.visual_fader_rechts {
	position: absolute;
	left: 50%;
	margin-left: 479px;
	top: 53px;
	z-index: 1;
}

.logo {
	position: absolute;
	left: 50%;
	margin-left: 262px;
	top: 3px;
	z-index: 1;
}

.kleurblok1 {
	position: absolute;
	left: 50%;
	width: 470px;
	height: 56px;
	margin-left: -481px;
	background-color: #8dc73f; 
	top: 225px;
	z-index: 1;
}

.kleurblok2 {
	position: absolute;
	left: 50%;
	width: 470px;
	height: 56px;
	margin-left: 10px;
	background-color: #9f1f63; 
	top: 225px;
	z-index: 1;
}

.bgcontainer { 
	position: absolute;
	left: 50%;
	width: 960px;
	height: 32px;
	margin-left: -481px;
	/* background: #fff url(images/bg_upper.png) repeat-x center; */
	top: 281px;
	z-index: 10;
} 

.blok1 {
	position: absolute;
	left: 50%;
	margin-left: -481px;  /* -452px */
	top: 295px;
	z-index: 100;
}
.blok2 {
	position: absolute;
	left: 50%;
	margin-left: -148px;
	top: 295px;
	z-index: 100;
}
.blok3 {
	position: absolute;
	left: 50%;
	margin-left: 185px;  /* 156px  */
	top: 295px;
	z-index: 100;
}
.blok4 {
	position: absolute;
	left: 50%;
	margin-left: 185px;  /* 156px  */
	top: 524px;
	z-index: 100;
}
.blok1_groot {
	position: absolute;
	left: 50%;
	margin-left: -481px;  /* -452px */
	top: 295px;
	z-index: 100;
}

.blok2_groot {
	position: absolute;
	left: 50%;
	margin-left: -481px;  /* -452px */
	top: 519px;
	z-index: 100;
}

#tabelblok_boven {
	background:url(images/blok_boven.png) no-repeat;
	width: 294px;
	height: 45px;
}
#tabelblok_midden {
	background:url(images/blok_midden.png) repeat-y;
	width: 294px;
	height: 138px;
	text-align: left; 
}
#tabelblok_midden_white {
	background:url(images/blok_midden_white.png) repeat-y;
	width: 294px;
	height: 50px;
}
#tabelblok_onder {
	background:url(images/blok_onder.png) no-repeat;
	width: 294px;
	height: 28px;
}
#tabelblok_boven_groot {
	background:url(images/blok_boven_groot.png) no-repeat;
	width: 627px;  /* 598px */
	height: 45px;
}
#tabelblok_midden_groot {
	background:url(images/blok_midden_groot.png) repeat-y;
	width: 627px;  /* 598px */
	height: 138px;
	text-align: left; 
}
#tabelblok_onder_groot {
	background:url(images/blok_onder_groot.png) no-repeat;
	width: 627px;  /* 598px */
	height: 28px;
}

#tekst {
	margin: 15px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#blokbuffer {
	float: left; /* since this element is floated, a width must be given */
	width: 960px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 211px;
	margin-left: 0px;
	margin-top: -26px;
}

.menublok {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 253px;
	color: white;
	text-align: left; 
	z-index: 1111;
}

.menublok_fader {
	position: absolute;
	left: 50%;
	margin-left: -696px;
	top: 251px;
	z-index: 1111;
}

a.sponsorscoller {
 color: #9f1f63;
 cursor: pointer;
 font-family:verdana,sans-serif,arial;
 text-decoration:none;
 font-size: 22px;
}

a {
 color: #0d114c;
 cursor: pointer;
 font-family: verdana,sans-serif,arial;
 text-decoration:none;
 font-size: 12px;
}

a:hover {
 color: grey;
}
a.selected {
 color: #777bba;
}

a.menu {
 color: #FFF;
 cursor: pointer;
 font-family: arial,verdana,sans-serif,arial;
 text-decoration:none;
 font-size: 15px;
 font-weight:bold;
 height: 8px; 
}
a.menu:hover {
 color: #777bba;
}
a.selected {
 color: #777bba;
}

#jump_base {
  overflow-y:hidden;
  width: 265px;
  height: 75px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
  text-align:center;
}

.news {
  color: inherit;
}

