/* Tag definitions */
body{
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
div#printlogo{
	display: none;
}

div#printadres{
	display: none;
}

div#title{
	display: none;
}
/* Topbar tekst */
td#topbartekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADB7AE;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
}

td#topbar_navigatie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADB7AE;
	vertical-align: bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

td#topbar_navigatie A {
	color: #ADB7AE;
	text-decoration: none;	
}

td#topbar_navigatie A:hover {
	color: #ADB7AE;
	text-decoration: underline;	
}

#copyright
{
	font-family:Arial, Helvetica, sans-serif;
	color:#495978;
	font-size:9px;
	text-align: center;
	padding-bottom:7px;
}
div#copyright a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#495978;
	font-size:9px;
	text-align: center;
	text-decoration: none;	
}

table#article{
	width: 550px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* GREY TEXT BOX  */
td#greybox .header{
	font-size: medium;
	font-weight: bold;
	/*color:#B6D906;*/
	color:#A1BF05;
}
td#greybox{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F7F6;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 18px;
	font-size: 12px;
	vertical-align: top;
}

td#greybox a{
	/*color:#B6D906;*/
	color:#A1BF05;
	text-decoration: none;	
}
td#greybox a:hover{
	text-decoration: underline;	
}

/* GREEN TEXT BOX  */
td#greenbox .header{
	font-size: medium;
	font-weight: bold;
}
td#greenbox{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #B6D906;*/
	background-color: #A1BF05;
	padding: 18px;
	font-size: 12px;
	vertical-align: top;
}
td#greenbox a{
	color:#10244E;
	text-decoration: none;	
}
td#greenbox a:hover{
	text-decoration: underline;	
}

/*  NAVIGATION  */
td#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

td#navigation A{
	color:#495978;
	text-decoration:none;
}
td#navigation A:hover{
	/*color:#B6D906;*/
	color: #A1BF05;
	text-decoration:none;	
}
td#navigation A:active{
	/*color:#B6D906;*/
	color:#A1BF05;
	text-decoration:none;	
}

td#navigation .adres_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

/* Adres */
td#navigation .adres_green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color:#B6D906;*/
	color: #A1BF05;
}

td#navigation .adres_normal A{
	font-weight:normal;
	color:#495978;
}
td#navigation .adres_normal A:hover{
	color:#495978;
}

/* Shadows */
.right_top_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/pe_website_home_r1_c9.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.right_top_shadow[class] {
  background-image:url('images/layout/pe_website_home_r1_c9.png');
}

.right_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/left_shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.right_shadow[class] {
  background-image:url('images/layout/left_shadow.png');
}

.bottom_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/pe_website_home_r5_c3.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottom_shadow[class] {
  background-image:url('images/layout/pe_website_home_r5_c3.png');
}

