* {
	padding: 0; 
	margin: 0; 
	border: 0px solid black;
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 18px; 
	text-align: center; 
	color: #333;
	background-color: #fff;
	background: url('../img/bg_home_page.gif') fixed no-repeat center bottom;
	overflow-x: hidden;
	height: 100%;
}

html {
    overflow: -moz-scrollbars-vertical;
} 
a {
	text-decoration: none;
}
#content a {
	/*color: #78b6d3;*/
	color: #507a8e;
}
#content a:hover{
	/*color: #5c96a6;*/
	color: #507a8e;
}

a:active{
  outline: none;
}
a:focus{
	-moz-outline-style: none;
}

a.main_menu {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 4px 0 6px 0;
	text-align: center;
	border: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #ade0ee;
	float: left;
	width: 60px;
}
a.main_menu:hover {
	background: #78b6d3;
}

a.main_menu_login {
	border-right: 0;
}

a.main_menu_contact {
	width: 71px;
}

a.main_menu_home {
	width: 140px;
	padding-left: 10px;
	text-align: left;
	border-bottom: 1px solid #ade0ee;
}

a.main_menu_who {
	color: #fff;
	background-color: #88c8de;
	width: 84px;
}
a.main_menu_who:hover {
	background-color: #78b6d3;
}

a.main_menu_what {
	color: #fff;
	background-color: #b2d235;
	width: 84px;
}
a.main_menu_what:hover {
	background-color: #a2bf31;
}

a.main_menu_how {
	color: #fff;
	background-color: #d7df23;
	width: 104px;
}
a.main_menu_how:hover {
	background-color: #c3ca20;
}

a.main_menu_customers {
	color: #fff;
	background-color: #f7941d;
	width: 80px;
}
a.main_menu_customers:hover {
	background-color: #da7c2d;
}
a.flag_nl {
	position: absolute;
	top: 15px;
	left: 674px;
	display: block;
	width: 28px;
	height: 0;
	overflow: hidden;
	background: url('../img/flag_nl.png');
	padding-top: 20px;
}
a.flag_eng {
	position: absolute;
	top: 15px;
	left: 674px;
	display: block;
	width: 28px;
	height: 0;
	overflow: hidden;
	background: url('../img/flag_eng.png');
	padding-top: 20px;
}
#container { 
	position: relative;
	width: 972px; 
	clear: both;
	margin: auto;
	text-align: left;
}
#all {
	border-left: 2px solid #fff;
	width: 900px;
	float: left;
}
#left{
	width: 140px;
	height: 100%;
	float: left;
	background: url('../img/bg_white.gif') repeat-x top;
	padding-top: 80px;
}
#center {
	width: 700px;
	float: left;
}
#right {
	width: 200px;
	float: left;
	background: url('../img/bg_white.gif') no-repeat top left;
}
#right_content {
	width: 170px;
	margin-left: 14px;
	padding-bottom: 10px;
	background: #fff;
	font-size: 11px;
}
html>body #right_content {
	background: transparent url('../img/bg_right.png') repeat-y bottom left;
	padding-right: 10px;
}
#quote {
	padding: 15px;
	font-size: 14px;
	line-height: 23px;
	color: #333;
}
#quote_person {
	padding: 0 15px 15px 15px;
}
.quote {
	font-size: 18px;
	font-weight: bold;
	line-height: 0px;
	padding-right: 2px;
}

#logo {
	width: 70px;
	height: 580px;
	margin-top: 65px;
	float: left;
	position: relative;
	background: url('../img/brainwave.png') no-repeat left top;
}
#footer {
	clear: both;
}
#content {
	margin: 15px 0 15px 0;
	padding: 15px;
	background: #fff;
	float: left;
	width: 520px;
}
#content li {
	margin-left: 25px;
}
#content ul {
	list-style: disc;
	margin-bottom: 5px;
}
#nav {
	background: #fff;
	width: 700px;
	height: 29px;
	padding-top: 51px;
	overflow: hidden;
}
#subnav {
	width: 140px;
	padding: 15px 0 0 10px;
	float: left;
	overflow: hidden;
}
#subnav ul ul {
	border-top: 1px dashed #fff;
	margin: 3px 0 2px 0;
}
#subnav ul ul li{
	font-size: 11px;
	font-weight: normal;
	border: 0;
	padding: 2px 0 2px 10px;
	background: url('../img/li_arrow.gif') no-repeat top left;
}
#subnav li {
	font-size: 12px;
	width: 140px;
	border-top: 1px solid #fff;
	display: block;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
#subnav li.big {
	font-size: 14px;
}
#subnav a {
	color: #fff;
}
#subnav a:hover, #subnav a.active:hover {
	color: #78b6d3;
}
#subnav a.active {
	color: #78b6d3;
}

.clear {
	clear: both;
}

h1 {
	font-size: 32px;
	color: #84c7dc;
	line-height: 38px;
	padding: 4px 0 14px 0;
}
h2 {
	font-size: 14px;
	padding: 0 0 10px 0;
}

p {
	padding-bottom: 15px;
}
ul {
	list-style: none;
}
input, textarea{
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	margin: 5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: 400px;
	height: 120px;
}
input.submit {
	background: #78b6d3;
	color: #fff;
	border: 0;
}
input.submit:hover{
	background: #5c96a6;
	cursor: pointer;
}
#nav li {
	float: left;
	list-style: none;
}
#expert_menu li {
	display: inline;
}
#expert_menu {
	text-align: left;
	position: absolute;
	z-index: 100;
	width: 130px;
	background: url('../img/bg_extra_blue.png') repeat-x top left;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	bottom: 0;
	display: none;
}
body>#expert_menu {
	padding-right: 10px;
}
#expert_menu a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 4px 4px 4px 5px;
	font-size: 11px;
}
#expert_menu a:hover {
	background-color: #6c7d2d;
}
#expert_menu #expert_menu_toggle a {
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}
#expert_menu #expert_menu_toggle a:hover {
	background-color: transparent;
}
body>#expert_menu  #expert_menu_toggle a{
	background: url('../img/bg_expert.gif') no-repeat right;
	cursor: pointer;
}
body>#expert_menu {
	position: fixed;
}

#logo_container {
	position: relative;
	top: 170px;
}
.brain_logo {
	position: absolute; 
	width: 50px; 
	height:50px; 
	display: block;
}
.logo_1 {
	z-index: 1;
}
.logo_2 {
	z-index: 2;
}
.logo_3 {
	z-index: 3;
}
.logo_4 {
	z-index: 4;
}
.logo_5 {
	z-index: 5;
}

.nieuws {
	border-bottom: 1px solid #84c6dc;
	padding: 15px 5px 5px 5px;
	font-size: 12px;
}
.nieuws h2 {
	color: #94b34b;
}
.nieuws span {
	color: #84c7dc;
	font-size: 11px;
}
.nieuws a {
	width: 145px;
	text-align: right;
	display: block;
	font-size: 11px;
	color: #333;
	padding: 3px;
}
.nieuws a:hover {
	text-decoration: underline;
}
a.meer_nieuws {
	padding: 10px 5px 0 5px;
	color: #84c7dc;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	width: 150px;
	text-align: right;
	display: block;
}
a.meer_nieuws:hover {
	color: #5c96a6;
}
#sitemap {
	font-size: 10pt; 
	font-family: Arial;
}

#sitemap li {
	margin-left: 25px;
}
#sitemap li.sitemaphead {
	font-weight: bold;
}
#sitemap ul {
	list-style: none;
	margin-bottom: 5px;
}

#sitemaplink {
	position: absolute;
	top: 16px;
	left: 580px;
}

#sitemaplink a {
	color:#507A8E;
}

#sitemaplink a:hover {
	color:#507A8E;
	text-decoration: underline;
}


/* dynamicals koppeling */
.dynamicals_table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.dynamicals_table th {
    background-color: #88c8de;
}

.dynamicals_table tr.odd {
    background-color: #cfe1e5;
}

.dynamicals_table tr.even {
    background-color: #e0f0f4;
}

.dynamicals_table tr td {
    padding: 5px;
}

.dynamicals_table tr th {
    padding: 5px;
    color: #000;
    font-weight: bold;
}

.dynamicals_table tr td a {
    display: block;
    color: #000 !important;
}
.dynamicals_table tr td a:hover {
    display: block;
    text-decoration: underline;
}

.dynamicals_view_table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.dynamicals_view_table tr.odd {
    background-color: #cfe1e5;
}

.dynamicals_view_table tr.even {
    background-color: #e0f0f4;
}

.dynamicals_view_table tr td {
    padding: 5px;
}

.dynamicals_view_table tr td.head {
    font-weight: bold;
}

#applybutton {
    width: 120px;
    background-color: #6fadca;
    text-align: center;
    padding: 4px;
    margin-top: 10px;
    color: #fff;
}

#applybutton a {
    color: #fff !important;
    display: block;
    font-weight: bold;
}
#applybutton a:hover {
    text-decoration: underline;
    color: #fff !important;
}


#newCandidateForm {
    padding-top: 10px;
}

#newCandidateForm input {
    margin: 0px 0px 10px 0px;
}

#newCandidateForm textarea {
    margin: 0px 0px 10px 0px;
}

#newCandidateForm select {
    border-color: #999999 #CCCCCC #CCCCCC #999999;
    border-width: 1px;
    border-style: solid;
}

#selectordiv {
    padding-bottom: 10px;
}

