body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0b4076;
	margin: 0;
	padding: 0;
}

#headerouter {
	position: relative;
	float: left;
	width: 100%;
	height: 220px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0;
	background-image: url(/assets/images/header/bg.gif);
	background-repeat: repeat-x;
}

#headerinner {
	position: relative;
	float: none;
	width: 100%;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(/assets/images/header/image.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

#navbarouter, #footer {
	display: none;
}

#contentouter {
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0px 0px 30px 0px;
	background-image: url(/assets/images/page/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#maincontent {
	position: relative;
	float: none;
	top: 20px;
	width: 100%;
	padding: 0;
	font-size: 0.7em;
}

#maincontent ul {
	list-style-type: square;
}

#contentleft {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}

#contentright {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}

.contenthalfleft {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.contenthalfright {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.contentfull {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	color: #3aa432;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0b4076;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #349a2c;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots.gif);
	background-repeat: no-repeat;
}

h2 {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots_white.gif);
	background-repeat: no-repeat;
}

h3 {
	color: #349a2c;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots.gif);
	background-repeat: no-repeat;
}

h4 {
	color: #349a2c;
	font-family: arial, helvetica, sans-serif;
	font-size: 170%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

h5 {
	color: #349a2c;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 3px 0px 0px 10px;
	font-weight: bold;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots.gif);
	background-repeat: no-repeat;
}

h6 {
	color: #0b4076;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.feature {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #3aa332;
	padding: 10px;
	margin: 0px;
	color: #ffffff;
}

.feature a {
	color: #ffffff;
	font-weight: normal;
}

.feature a:hover {
	color: #0b4076;
	font-weight: normal;
}

.feature p {
	margin: 0px 0px 0px 0px;
}

.feature img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.sidebox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 135px;
	padding: 10px;
	margin: 0px 0px 12px 0px;
	background-color: #ffffff;
	display: block;
}

.sidebox img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.sidebox a {
	color: #0b4076;
	font-weight: normal;
}

.sidebox a:hover {
	color: #3aa432;
	font-weight: normal;
}

.sidebox h6 {
	color: #0b4076;
	font-weight: bold;
	font-size: 1em;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

.service {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 3px;
	padding: 10px;
	width: 100%;
	min-height: 170px;
	background-color: #ffffff;
}

/* Fix IE. Hide from IE Mac \*/
* html .service {
	height: 170px;
}

/* End */

.service img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.service p {
	margin: 5px 0px 0px 0px;
	padding: 0;
}

.service a {
	color: #0b4076;
	font-weight: normal;
}

.service a:hover {
	color: #3aa432;
	font-weight: normal;
}

.project {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
}

.project img {
	float: left;
	margin: -10px 10px -10px -10px;
	padding: 0px;
}

.project a {
	color: #0b4076;
	font-weight: normal;
}

.project a:hover {
	color: #3aa432;
	font-weight: normal;
}

.paging {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: right;
}

.paging ul {
	margin: 0;
	padding: 0;
}

.paging ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.paging a {
	border: 1px solid #38a02f;
	background-color: #ffffff;
	color: #38a02f;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	margin: 0px 2px 0px 2px;
}

.paging a:hover {
	border: 1px solid #0b4076;
	background-color: #ffffff;
	color: #0b4076;
	text-decoration: none;
}

.teammember {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 3px;
	padding: 10px;
	width: 100%;
	background-color: #ffffff;
}

.teammember .title {
	font-weight: bold;
	color: #3aa432;
}

.teammember p {
	margin: 0;
	padding: 0;
}

.teammember a {
	font-weight: normal;
}

.teammember a:hover {
	font-weight: normal;
}

.vacancy {
	margin: 0;
	padding: 0;
}

.row {
	position: relative;
	float: left;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
}

.row .label {
	position: relative;
	float: left;
	width: 48%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.row .formelement {
	position: relative;
	float: right;
	width: 48%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.frmtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #afadaf;
	color: #0b4076;
}

.frmbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #afadaf;
	color: #0b4076;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/assets/images/misc/button_bg.gif);
	background-repeat: repeat-x;
}

.error {
	color: #3aa432;
	font-weight: bold;
}