body {
	background-color: #FFFFFF;
}

.backgr {
	background-color: #004685;
}

.backwh{
	background-color: #FFFFFF;
}

body, table, tbody, td, tr, div, p, font, span, a, input, textarea, form, h1, h2, h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #505050;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #7e7e7e;
	color: #019c7c;
}

a:hover {
	color: #019c7c;
	color: #7e7e7e;
}

a img { border: 0 }

.formbut {
	font-size: 10px; 
	font-weight: bold; 
	color: #004374; 
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	height: 20px;
	line-height: 16px; 
	cursor: pointer;
}

.formbutselect {
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #175994;
	border: 1px solid #3471a8;
	height: 20px;
	line-height: 16px; 
	cursor: pointer;
}
	
.formline { 
	border: 1px solid #CCCCCC; 
	padding-left: 3px; 
	height: 16px; 
	background-color: #FFFFFF;
	width: 140px;
}

.formarea {
	color: #000000; 
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	line-height: 18px;
	background-color: #FFFFFF;
	width: 140px;
	height: 60px;
}

select {
	width: 150px;
	font-size: 10px;
}

.menu1, .menu1selected {
	font-size: 11px;
	font-weight: BOLD;
}

.menu1 {	
	color: #004685;	
}

.menu1selected, .menu1:hover, .menu1selected:hover {
	color: #007b65;	
}

.menu2, .menu2selected {
	font-size: 11px;
	font-family: Arial;
	display: block;
	width: 170px;
	line-height: 30px;
	background-image: url(../image/web/menu2_bg.gif);
}

.menu2
{
	background-color: #cccccc;
	color: #474747;
}

.menu2selected, .menu2:hover, .menu2selected:hover
{
	background-color: #004685;
	color: #ffffff;
}

.menu3,.menu3selected
{
	display: block;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	line-height: 18px;
	border-bottom: solid black 1px;
}
.menu3
{
	color: #666666;
}

.menu3selected
{
	color: #FF0000;
}

.topmenu {
	color: #004685;
	line-height: 50px;
}

#fp_ztech {
	margin: 40px 0px 0px 0px;
}

.fp_itembox {
	text-align: left;
	width: 180px;
}

.fp_itembox .textbox {
	text-align: left;
	width: 160px;
	color: #FFFFFF;
}

.fp_itembox .linkbox {
	text-align: left;
	width: 180px;
	height: 40px;
	background: url(../image/web/link_fp_bg.gif) right no-repeat scroll;
}

.fp_itembox .linkbox a {
	color: #00ad8d;
	line-height: 40px;
	display: block;
	width: 180px;
	text-indent: 70px;
}

.bottomlangmenu {
	text-align: left;
	width: 280px;
	margin: 10px 0px 0px 0px;
}

.bottomnaw {
	text-align: right;
	margin: 15px 0px 0px 0px;
	color: #007b65;
	font-size:11px;
}

.backwh .bottomnaw {
	color: #007b65;
}

.backgr .bottomnaw {
	color: #007b65;
}

.bottommenu {
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

.backwh .bottommenu {
	color: #007b65;
}

.backgr .bottommenu {
	color: #007b65;
}

.backwh .bottommenu a {
	color: #007b65;
}

.backgr .bottommenu a {
	color: #007b65;
}

.backwh .bottommenu a:hover {
	color: #007b65;
}

.backgr .bottommenu a:hover {
	color: #007b65;
}

.piramideselect {
	width: 150px;
	font-size: 10px;
	margin-top: 5px;
}

.highlight
{
	background-color: #019c7c;
}

.formrequired
{
	color: #F88716;
}

.Mainmenu
{
	color: #000000;
}

.photothumb
{
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

/* ------------------------------------------------ */
/* -- MAATWERK > toplink.display.html ------------- */

.topofthepage
{
	line-height: 50px;
	height: 50px;
	text-align: right;
	background: #ffffff url(../image/web/topofthepage.gif) right no-repeat scroll;
}

.topofthepage a, .topofthepage a:hover
{
	line-height: 50px;
	display: inline;
	font-weight: bold;
	padding-right: 30px;
}

/* ------------------------------------------------ */

.pagename
{
	margin-left: 30px;
	font-size: 20px;
	color: #ffffff;
}

.notificationlink {
	text-align: right;
	width: 370px;
	height: 40px;
	background: url(../image/web/notification/link_fp_bg.gif) right no-repeat scroll;
	background-color: #FFFFFF;
}

.notificationlink a {
	line-height: 40px;
	padding-right: 55px;
}

@media Print
{
	body
	{
		visibility: hidden;
	}
	
	.printable
	{
		 visibility: visible;
		 position: absolute;
		 top: 0px;
		 left: 0px;
	}	
}


