body {
	margin: 0 0 3; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



a:link {
	color: #8E6225;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E2521;
}
a:hover {
	text-decoration: none;
	color: #9E2521;
}
a:active {
	text-decoration: none;
	color: #885A1E;
}

.oneColLiqCtrHdr #container {
	width: 994px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px none #000000;
	text-align: left;
	height: auto;
}
.text-right {
	width: 655px;
	float: right;
	height: 700px;
	clear: right;
}
.oneColLiqCtrHdr #header {
	width: 992px;
	height: 136px;
	border-bottom: 2px solid #A28647;
}
#header .logo-text {
	width: auto;
	height: auto;
}
#title-text  {
	width: 994px;
	text-align: center;
	height: 22px;
	display: block;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
}

.textContainer
{
	border-bottom: 2px solid rgb(162, 134, 71);
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	text-decoration: none;
}








.oneColLiqCtrHdr #container #mainContent #keeptogether {
	width: 100%;
}
.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 */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 996px;
	bottom: 0px;
	top: 0px;
	clear: both;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	width: 996px;
	margin: 0 auto;
	bottom: 0px;
} 
.oneColLiqCtrHdr #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 */
}
.text {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #A28647;
	margin-right: 3px;
	margin-left: 3px;
}
.left-side-main {
	border-right: 2px solid #A68953;
	width: 330px;
	float: left;
	margin-top: 4px;
}

.left-side-title {
	width: 310px;
	font-weight: bold;
	margin-bottom: 8px;
}

.right-title-red {
	font-weight: bold;
	margin-bottom: 8px;
	color: #9E2521;
}

.right-title-black {
	font-weight: bold;
	margin-bottom: 8px;
	color: #000;
}

.oneColLiqCtrHdr #container #mainContent #keeptogether tr td .text .subtitle img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.style2 {
	font: bold  12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	color: #000;
}

.style2 a
{
	font: bold  12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	color: #000;
}

.style2 a:visited
{
	font: bold  12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	color: #000;
}


.style2 a:hover
{
	font: bold  12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	color: #000;
}

#navigator {
	background: rgb(165, 27, 33);
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	width: 328px;
	border-right: 3px solid #FFF;
}

#navigator a {
	background: rgb(165, 27, 33);
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 328px;
	border-right: 3px solid #FFF;
}
#navigator a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #999;
	border-right: 3px solid #FFF;
}

#navigator a:active {
	background: #000000;
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 328px;
	border-right: 3px solid #FFF;
}


#navigator_right div a {
	background: rgb(165, 27, 33);
color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 328px;
	
	
}

#navigator_right a {
	background: rgb(165, 27, 33);
color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 328px;
	}
#navigator_right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #999;
	}

#navigator_right a:active {
	background: #000000;
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 328px;
	}









.subtitle {
	font-weight: bold;
	color: #A51B21;
}
.textlink a {
	padding-left: 0px;
	font-weight: bold;
	color: #8C6426;
	text-decoration: none;
}


.top-navigator {
	width: 998px;
	margin-bottom: 8px;
	height: 30px;
	white-space: no-wrap
}
.news-button
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #A51B21;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	height: 22px;
	margin-bottom: 20px;
}

.news-button a
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #A51B21;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 22px;
}


.news-button a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #999;
}

.green-button
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #72A41D;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	height: 22px;
	margin-bottom: 20px;
}

.green-button a
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #72A41D;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 22px;
}


.green-button a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #B8001A;
}

.purple-button
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #662476;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	height: 22px;
	margin-bottom: 20px;
}

.purple-button a
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #662476;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 22px;
}


.purple-button a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #B8001A;
}




.blue-button
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #2399D6;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	height: 22px;
	margin-bottom: 20px;
}

.blue-button a
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #2399D6;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 22px;
}


.blue-button a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #B8001A;
}



.orange-button
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #E77B17;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	height: 22px;
	margin-bottom: 20px;
}

.orange-button a
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #E77A18;
	display: inline;
	width: 334px;
	clip: rect(auto,0px,auto,auto);
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 22px;
}


.orange-button a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #B8001A;
}




.who {
	font: normal 11px Verdana, Geneva, sans-serif;
	height: 70px;
	width: 340px;
	background: #8B6B30;
	color: #FFF;
	text-align: center;
	margin-bottom: 3px;
}

.who2 {
	font: normal 11px Verdana, Geneva, sans-serif;
	height: 70px;
	width: 340px;
	background: #91907B;
	color: #FFF;
	text-align: center;
	margin-bottom: 3px;
}

input {
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
}


input#who5 {
	width: 320px;
	background-color: black;
	color: #fff;
	border-style: none;
	text-align: center;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

input#who5_2
{
	width: 320px;
	background-color: #8B6B30;
	color: #fff;
	border-style: none;
	text-align: center;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#form3 label #stage2 {
	width: 160px;
	background-color: #FFF;
	color: #fff;
	text-align: center;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 9px;
	border: 1px solid #B89F77;
	margin-left: 8px;
}
#form3 label #stage {
	width: 80px;
	background-color: #B89F77;
	color: #fff;
	text-align: center;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 11px;
	border: 1px solid #B89F77;
}

#form3 label #stage-zoek {
	width: 80px;
	background-color: black;
	color: #fff;
	border-style: none;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: -4px;
}

.floating_button {
	height: 19px;
	width: 300px;
	color: #FFF;
	letter-spacing: 1px;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	text-align: center;
	background: #000
}

.floating_button a {
	background: #000;
	color: white;
	display: block;
	float: left;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding-bottom: 1px;
	padding-top: 2px;
	text-decoration: none;
	width: 300px;
}
.floating_button a:hover {
	background: rgb(165, 27, 33);
color: white;
	display: block;
	float: left;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	width: 300px;
}



h1 {
	font-size: 12px;
}
.oneColLiqCtrHdr #container #mainContent .text-right .textContainer {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.oneColLiqCtrHdr #container #mainContent .text-right .textContainer .button {
	padding-left: 150px;
}

.textContainerBottom {
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	text-decoration: none;
}

