body {
	background-color: #fff;
	color: #818679;
	margin: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #f78f1e;
}

h1 {
	color: #f78f1e;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2 {
	color: #077cb7;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 9pt;
	font-weight:bold;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	color: #f78f1e;
	margin-bottom: 10px;
}

h5 {
	font-size: 8pt;
	font-weight: bold;
	color: #077cb7;
}

legend {
	color: #818679;
}

label {
	font-weight: bold;
	font-size: 7pt;
	display: block;
	margin: 4px 0;
}

label.upload {
	float:left;
	margin-right:10px; 
	width: 70px;
}

input {
	background-color: #fff;
	width: 200px;
	border: 1px solid #d1d3d4;
}

input[type=submit] {
	width: 60px;
	background-color: #666;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	border: 1px outset;
	padding: 1px 0;
	margin-left: 20px;
}

ul.arrow {
	list-style-image: url('../images/arrow_right.png');
}
/*
div#searchengine {
	position: relative;
	margin-bottom: -41px;
	text-align: right;
	z-index: 10;
}
*/

form#searchform {
	margin: 10px 0;
}

.unfocused {
	color: #d1d3d4;
}

div#container {
	display: block;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;
	left: 0;
	height: 224px;
	background: #99c7df url('../images/vision_header.jpg') 138px 0 no-repeat;
}

/* ********************** */
/* ***** NAVIGATION ***** */
div#navigation {
	
}

div#navigation ul {
	float: right;
	list-style-type: none;
	font-size: 7pt;
	font-weight: bold;
	margin-bottom: 3px;
}

div#navigation ul li {
	display: inline;
	margin-left: 7px;
}

div#navigation a {
	color: #818679;
}


div#navigation div#nav_bluebar {
	display: block;
	width:	100%;
	height: 22px;
	background-color: #0073ae;
	margin-bottom: 10px;
}

/* navbar */
div#navigation div#navbar {
	float: left;
	height: 22px;
	width: 790px;
	background-color: #0073ae;
}

div#navigation div#navbar .first {
	float: left;
	width: 138px;
	height: 22px;
	background-color: #006495;
}

div#navigation div#navbar a {
	color: #fff;
	padding: 8px 12px 6px 12px;
	text-decoration: none;
	line-height: 2;
	font-size: 7pt;
	font-weight: bold;
}

div#navigation div#navbar a:hover {
	background-color: #99c7df;
}

div#navigation div#navbar a.active {
	background-color: #f78f1e;
}

div#navigation div#navbar span {
	margin: 0;
}

/* navlang */
div#navigation div#navlang {
	float:left;
	text-align: right;
	font-size: 8pt;
	height: 17px;
	width: 80px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #0073ae;
}

div#navigation div#navlang span {
	color: #fff;
	font-weight: bold;
	margin: 0 3px;
	height: 24px;
}

div#navigation div#navlang a {
	color: #818679;
	margin: 0 3px;
	height: 24px;
}

.header_btn {
	float: left;
	margin-top: 143px;
	height: 81px;
}

.header_btn a {
/*	float: left; */
	display: block;
	color: #fff;
	width: 243px;
	height: 40px;
	font-size: 9px;
	font-weight: bold;
}

a.toplink {
	display: inline;
}

a.toplink:hover {
	color: #F78F1E;
}
/* ***** NAVIGATION ***** */
/* ********************** */

div#main {
	display: block;
	float: left;
	width: 880px;
	clear: both;
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 614px;
	border: 0;
	margin:0;
}

/* ******************** */
/* ***** LEFTSIDE ***** */

div.leftside {
	background-color: #f9f9f8;
	border: 1px solid #d1d3d4;
}

div.leftside div.content p img {
	margin-bottom: 20px;	
}

div.datum {
	margin-bottom: 20px;
	font-size: 8pt;
}

div.content {
	margin: 35px;
	line-height: 1.4;
}

/* ***** LEFTSIDE ***** */
/* ******************** */

/* ********************* */
/* ***** RIGHTSIDE ***** */

div.rightside {
	float: right;
	clear: right;
	width: 256px;
	background-color: #f9f9f8;
	border: 1px solid #d1d3d4;
	margin-top: 10px;
}

.rightside .content {
	margin:10px;
	line-height: 1;
}

div.rightside p {
	margin: 10px 0;
}

#subscription_email_label {
	float: left;
	margin-right: 10px;
}

#subscription_email_txt {
	width: 150px;
	margin-right: 0;
}

#subscription_email_sbmt {
	margin-left: 10px;
	width: 30px;
}

span.nr {
	float:left;
	width: 25px;
}

#vision_pdf {
	float: right;
	margin-bottom: 10px;
}

.rightnews {
	background-color: #fff;
	margin: 5px 0;
}

.newstitle{
	float: left;
	font-weight: bold;
	font-size: smaller;
	width: 260px;
}

.newsitem {
	clear: both;
}

.newsbtn {
	float: right;
	width: 10px;
	padding: 0 5px;
}

.newsbtn:hover {
	cursor: hand;		/* for internet explorer */
	cursor: pointer;	/* for firefox */
}

/* ***** RIGHTSIDE ***** */
/* ********************* */

div.blog {
	padding-bottom: 10px;
	border-bottom : 1px solid #d1d3d4;
	margin-bottom: 35px;
}

div.blog p img {
	margin-left: 0 !important;
}

div.post_footer {
	display: block;
	text-align: right;
	font-size: 8pt;
}

.active {
	color: #077cb7;
}

.film {
	background-color: #666 !important;
	color: #fff;
}

.leesmeer {
	float: right;
}

.colored {
	color: #f78f1e;
}

/* ****************************** */
/* ***** INTERACTIVE MANUAL ***** */
div#thetabs {
	display:block;
	margin: 0 0 0 1px;
	padding: 0;
	height: 24px;
	width: 550px;
}

a.tab {
	float:left;
	height: 24px;
	line-height: 2;
	padding: 0 10px;
	background-color: #818679;
	border: 1px solid #d1d3d4;
	border-bottom: none;
	color: #fff;
	margin-bottom: -1px;
	margin-left: -1px;
}

.activetab {
	background-color: #f9f9f8 !important;
	color: #818679 !important;
}

/* silly hack */
.clear {
	clear:both;
	border: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;	
}

#footer {
	margin-top: 10px;
	clear:both;
	background-color: #D3D5D0;
	display: block; 
	padding: 2px;
	color: #818679;
	text-align: center;
	font-size: 7pt;
}

#footer a {
	color: #818679;
}
