@charset "utf-8";
a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #FFF;
}
a:hover {
	color: #006600;
}

.a2 {
	color: #006600;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.a2:visited {
	color: #006600;
}
.a2:hover {
	color: #FFF;
}
.BodyPages {
	background-color: #EDEDF3;
	text-align: left;
	width: 858px;
}
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;
	background-color: #000;
}
.BodyPagesSide {
	background-color: #EDEDF3;
	text-align: left;
	width: 248px;
	height: 656px;
	overflow: visible;
}

.twoColFixRtHdr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #006600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 4;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 850px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} 
.twoColFixRtHdr #header {
	border: 6px solid #FFF;
	background-color: #B00;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	top: 20px;
	padding-left: 90px;
}  
.twoColFixRtHdr #header h1 {
	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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #B00;
	margin-top: 1px;
	margin-right: 6px;
	position: relative;
	top: 0px;
	height: 656px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	height: 660px;
	margin-top: 2;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 8;
	padding-top: 2;
	padding-right: 2px;
	padding-bottom: 2;
	width: 900px;
	border: 1px solid #B00;
	padding-left: 2px;
	left: 6px;
	position: relative;
} 

.twoColFixRtHdr #topMenuDiv {
	background-color: #6FC;
	top: 24px;
	position: absolute;
	width: 900px;
}


.twoColFixRtHdr #topMenu1 {
	border: 1px none #006600;
	padding-top: 12px;
	padding-bottom: 0;
	top: 7px;
	position: absolute;
	width: 115px;
	padding-right: 4px;
	left: 2%;
}
.twoColFixRtHdr#topMenu2 {
	border: 1px none #006600;
	padding-top: 12px;
	padding-bottom: 0;
	top: 7px;
	position: absolute;
	width: 115px;
	left: 25%;
}

.twoColFixRtHdr#topMenu3 {
	border: 1px none #006600;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 7px;
	position: absolute;
	width: 115px;
	left: 50%;
}

.twoColFixRtHdr#topMenu4 {
	border: 1px none #006600;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 7px;
	position: absolute;
	width: 115px;
	right: 7px;
	left: 75%;
}

.twoColFixRtHdr #footer {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BB0000;
	background-color: #DDDDDD;
	background-position: 0%;
	padding-right: 6px;
	padding-bottom: 0px;
	height: 75px;
	position: relative;
	border: 1px solid #880000;
	margin-right: 2px;
	margin-bottom: 2px;
	bottom: 0px;
	text-align: left;
	top: 2px;
	left: 6px;
	width: 1180px;
	vertical-align: middle;
} 
.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;
}

.tableMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #006600;
	background-image: url(../images/MenuBarRighRevt.png);
	background-repeat: no-repeat;
	background-position: 95%;
	width: 100px;
	border: 1px solid #FFF;
	visibility: visible;
	cursor: pointer;
	padding-left: 4px;
}
.tableMenuHover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #FFF;
	background-image: url(../images/MenuBarRight.png);
	background-repeat: no-repeat;
	background-position: 95%;
	width: 100px;
	border: 1px solid #006600;
	visibility: visible;
	cursor: pointer;
	padding-left: 4px;
}
.Head1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
}
.GroenMiddle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
.GroenRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: right;
}
.GroenLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: left;
}
.GewoneTekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.GewoneTekst10pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}

.NewsTekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.tableMenuEmail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #006600;
	background-image: url(../images/MenuBarRighRevt.png);
	background-repeat: no-repeat;
	background-position: 95%;
	width: 160px;
	border: 1px solid #FFF;
	visibility: visible;
	cursor: pointer;
	height: 20px;
}
.tableMenuEmailHover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	background-color: #FFF;
	background-image: url(../images/MenuBarRight.png);
	background-repeat: no-repeat;
	background-position: 95%;
	width: 160px;
	border: 1px solid #006600;
	visibility: visible;
	cursor: pointer;
	height: 20px;
}
.divSponsor {
	border: 1px solid #006600;
	padding: 8px;
}

.divContact {
	border: 1px solid #006600;
	padding: 8px;
	height: 110px;
	bottom: 0px;
	width: 91%;
	left: 4px;
}


.BodyPages {
	background-color: #EDEDF3;
	text-align: left;
	width: 858px;
}
.GreenBox {
	border: 1px solid #006600;
	margin: 2px;
	padding-left: 4px;
	padding-top: 2px;
	list-style-position: outside;
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}
