/* links */
div.links {
}
table.links {
	margin: 20px 0 0 0;
	width: 100%;
}
table.links td {
	padding: 0 20px 10px 0;
}
table.links a {
	display: block;
}
table.links td,
table.links a {
	font-size: 11px;
	line-height: 16px;
}

/* top */
#top {
	margin: 0 75px;
	height: 30px;
}

#subtop {
	margin: 0 75px;
	height: 20px;
}

/* middle */
#middle {
	height: 459px;
}

#middle2 {
	margin: 0 75px;
	height: 459px;
}
#middle div.left {
	width: 441px;
	height: 459px;
	float: left;
}

#middle div.right {
	width: 360px;
	height: 459px;
	float: left;
}
#middle2 div.left2 {
	width: 360px;
	height: 459px;
	float: left;
}
#middle2 div.right2 {
	width: 360px;
	height: 459px;
	float: left;
}

/* logo */
#logo {
	margin: 0 0 0 60px;
	height: 81px;
}
#logo2 {
	height: 81px;
	text-align: right;
}
#logo_green {
	margin: 25px 0 0 -56px;
	height: 49px;
	z-index: 11;
	position: absolute;
}
/* image */
div.image {
	margin: 15px 0 0 0;
}

/* content */
#content {
	padding: 31px 0 0 75px;
}
#content div.content {
	width: 366px;
	height: 307px;
	overflow: auto;
}
#content div.text {
	padding: 5px 0 15px 0;
}
#content div.text div.container {
	padding: 0 20px 0 0;
	text-align: justify;
	font-size: 11px;
	line-height: 16px;
}
#content div.scollbar {
	height: 144px;
	overflow: hidden;
}
#content div.standaard div.scollbar {
	height: 280px;
	overflow: auto;
}
#content div.links{
	overflow: hidden;
}

/* content2 */
#contentholder{
	padding: 18px 0 0 20px;	
}

#content2 {
	height: 320px;
	overflow: auto;
}
#content2 div.content {
	margin-bottom: 10px;
}
#content2 div.text {
	padding: 5px 0 0 0;
}
#content2 div.text div.container {
	padding: 0 20px 0 0;
	text-align: justify;
	line-height: 18px;
	font-size: 11px;
}
#content2 div.text div.container a.active,
#content2 div.text div.container a:hover {
	color: #C1F29A;
}
#content2 div.scollbar {
	height: 144px;
	overflow: auto;
}
#content2 div.standaard div.scollbar {
	height: 280px;
	overflow: auto;
}

/* greenfield */
#content div.greenfield {
	width: 366px;
	height: 120px;
	overflow: hidden;
	background-color: #C4D9A5;
}
#content div.greenfield div.container {
	margin: 9px 15px;
}
#content div.greenfield div.text {
	padding: 0;
	color: #2C2253;
	font-size: 10px;
	line-height: 16px;
}


/* disclaimer */
#disclaimer {
	margin: 0 0 0 75px;
}
#disclaimer div.disclaimer {
	width: 211px;
	height: 40px;
	float: left;
}
#disclaimer div.container {
	margin: 12px 0 0 10px;
	color: #B3AFC1;
	font-size: 9px;
	line-height: 14px;
}

/* disclaimer2 */
#disclaimer2 {
	margin: 0 0 0 20px;
}
#disclaimer2 div.disclaimer {
	width: 187px;
	height: 40px;
	float: left;
}
#disclaimer2 div.container {
	margin: 12px 0 0 10px;
	color: #B3AFC1;
	font-size: 9px;
	line-height: 14px;
}

/* grid */
table.grid {
	width: 100%;
	height: 100%;
}
table.grid td.grid {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* wrapper */
div.wrapper {
	width: 875px;
	height: 529px;
	margin: auto;
	text-align: left;
}

/* clear */
div.clear {
	display: block;
	clear: both;
}

#codefinder{
	margin-top: 20px;
}
#codefinder h1{
	margin-bottom: 10px;
}
#codefinder input.frm_text{
	color: #2C2253;
}
#codefinder input.frm_submit{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #BECD9C;
	border: 1px solid black;
	color: #2C2253;
	height: 20px;
	font-size: 11px;
}
