@charset "utf-8";
body {
	font-size: 9pt
	background: #6bb242;
	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;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6bb242;
}
.oneColLiqCtrHdr #container {
	width: 890px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #a2a1a1;
}
.oneColLiqCtrHdr #header {
	background: #a2a1a1; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header a{
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	left: 23px;
}
.oneColLiqCtrHdr #mainContent {
	background: #ffffff;
	padding-bottom: 0;
	width: 850px;
	padding-left: 4px;
	padding-top: 1px;
	font-size: 12px;
	padding-right: 4px;
	margin: 14px;
}
.oneColLiqCtrHdr .popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.oneColLiqCtrHdr #visual {
	background:#a2a1a1;
	width: 857px;
	margin: 14px;
} 
.oneColLiqCtrHdr #navi {
	background:#a2a1a1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 14px;
}
.anchor {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	background-repeat: no-repeat;
	display: inline;
}
.anchor a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	background-repeat: no-repeat;
	display: inline;
}
.anchor a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
	background-repeat: no-repeat;
	display: inline;
}
.oneColLiqCtrHdr #navi p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.oneColLiqCtrHdr #container #navi .menu {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	background-repeat: repeat;
}
.oneColLiqCtrHdr #container #navi .menu a{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	background-repeat: repeat;
	display: block;
}
.oneColLiqCtrHdr #container #navi .menu a:hover{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #cccccc;
	background-repeat: repeat;
	display: block;
	white-space: nowrap;
}
.oneColLiqCtrHdr #container #navi .menu_nav {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}
.oneColLiqCtrHdr #container #navi .menu_nav a {
	font-size: 9pt;
	color: #666666;
	text-decoration:none
}
.oneColLiqCtrHdr #container #navi .menu_nav a:hover {
	font-size: 9pt;
	color: #666666;
	background-color: #C4E1C5;
	height: 45px;
	width: 120px;
}
.oneColLiqCtrHdr #container #navi .menu1 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6bb242;
	background-repeat: repeat;
}
.oneColLiqCtrHdr #container #navi .menu1 a{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6bb242;
	background-repeat: repeat;
	display: block;
}
.oneColLiqCtrHdr #container #navi .menu1 a:hover{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #cccccc;
	background-repeat: repeat;
	display: block;
	white-space: nowrap;
}
.oneColLiqCtrHdr #container #navi .menu_nav1 {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}
.oneColLiqCtrHdr #container #navi .menu_nav1 a {
	font-size: 9pt;
	color: #666666;
	text-decoration:none
}
.oneColLiqCtrHdr #container #navi .menu_nav1 a:hover {
	font-size: 9pt;
	color: #666666;
	background-color: #C4E1C5;
	height: 45px;
	width: 120px;
}
.oneColLiqCtrHdr #container #header .heading table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #header .heading table a:hover {
	color: #6BB242;
}
.cheading {
	font-family: "Trebuchet MS";
	color: #6BB242;
	font-size: 11pt;
	font-weight: bold;
}
.content a:link {
	color: #6BB242;
	text-decoration: none;
	font-size: 12px;
	font-style: oblique;
	font-variant: normal;
}
.content a:visited {
	color: #6BB242;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
	color:#FF0000;
}
.content {
	color: #000000;
}
.table_heading {
	color: #FFFFFF;
	font-size: 14;
	font-weight: bold;
	background-color: #6BB242;
}
.table_celbrd {
	color: #FFFFFF;
	font-size: 14;
	font-weight: bold;
	display: table-cell;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.table_cel-boldit {
	color: #000000;
	font-size: 14;
	font-weight: bold;
	display: table-cell;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #6BB242;
	border-right-color: #6BB242;
	border-bottom-color: #6BB242;
	border-left-color: #6BB242;
	text-decoration: none;
	font-style: italic;
}
.table_celbrdrgt {
	color: #FFFFFF;
	font-size: 14;
	font-weight: bold;
	display: table-cell;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #6BB242;
	border-right-color: #6BB242;
	border-bottom-color: #6BB242;
	border-left-color: #FF0000;
	border-right-style: solid;
	background-color: #FFF;
	border-bottom-style: solid;
}
.oneColLiqCtrHdr #container #mainContent ul li {
	list-style-type: none;
	list-style-image: url(images/web-bullet.gif);
	list-style-position: outside;
}
.table-border-partner {
	border: 1px dashed #6BB242;
	background-color: #FFF;
	margin: 7px;
	padding: 3px;
}
.tablbrd1px {
	border: 1px solid #6BB242;
}
.citaten {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
}
.table_celbrdrgtinschrijv {
	color: #FFFFFF;
	font-size: 14;
	font-weight: bold;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6BB242;
	border-right-color: #6BB242;
	border-bottom-color: #6BB242;
	border-left-color: #FF0000;
	border-right-style: solid;
	border-bottom-style: solid;
}
.oneColLiqCtrHdr #button-211 .211 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6BB242;
	float: left;
	border: 1px solid #000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 2px;
}
.oneColLiqCtrHdr #button-211 .211 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
	float: left;
	border: 1px solid #000;
}
.oneColLiqCtrHdr #button-211 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6BB242;
	float: left;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 2px;
}
