html body #header #menu {
	display: none;
	}
.fedmenu {
	display: none;
}
.fedheadsearch {
	display: none;
}
.accessibility {
	display: none;
}
#extra {
	display: none;
}
img {
	border-width: 0;
	}
#logo {
	padding-left:1em;
	/*margin: 0 15em 0;*/
	width: 60%;
	}
.fedmenu2 {
	float: right;
}


   /* ------------------------------------------------------
	COPY VAN MAE.CSS
     1) Paragraphs, navigation, copyright
   ------------------------------------------------------ */
body {
	font: 75% Arial, Helvetica, sans-serif; /* Moet 66 zijn om in pull downmenu te kunnen */
	text-align: justify;
	padding: 0em;
	margin: 0px;
	color: black;

	background-color: #fff;
	background-image: url('/images/header/body_background.gif');
}
table {
	font: 100% Arial, Helvetica, sans-serif; 
	margin-left: 30px;
	margin-right: 50px;
}
p {
	margin-left: 30px;
	margin-right: 50px;
}
.marge {
	margin-left: 30px;
	margin-right: 50px;
}

#wrapper {
	padding: 0;
	margin: 0 1%;
	background-color: white;
}

.goToTop {
	text-align: right; 
	margin-right: 25px;
}
	
.NavBottom {
	text-align: center;
}
.nav {
    TEXT-ALIGN: right;
}
.copyright{
	margin-left: 15px;
	margin-right: 25px;
	margin-top:20px;
	font-size: 9px;
	background-color:#eee;
	height:15px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.copyright .date {
	font-size: 9px;
	color: #222;
	width: 33%;
	float: left;
	text-align: left;
	padding-left:10px;
}
.copyright .disclaimer {
	font-size: 9px;
	color: #222;
	width: 19%;
	float: left;
	text-align: center;
}
.copyright .privacy {
	font-size: 9px;
	color: #222;
	width: 15%;
	float: left;
	text-align: center;
}
.copyright .copytext {
	font-size: 9px;
	color: #222;
	width: 32%;
	float: right;
	text-align: right;
	padding-right:10px;
}

   /* ------------------------------------------------------
     2) Titles & lists & links
   ------------------------------------------------------ */
 	/* -- Titles --- */ 
h1 {  
	font-size: 18px; 
	color: #D53F26; 
	text-decoration: none; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 15px; 
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	color: #D53F26;
	font-weight: bold;
	margin-top: 2em;
	text-align: left; 
	margin-right: 10px;
/*	margin-left: 10px;*/
}
h3 {
	font-size: 14px;
	color: #D53F26;
	font-weight: bold;
	/*font-weight: normal;*/
	/*margin-left: 20px;*/
	text-align: left; 
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #D53F26;
	/*color: #333;*/
	/*text-indent: 10pt;*/
	text-align: left; 
/*	margin-left: 60px;*/
}
   
h5 {  
 	font-size: 12px; 
	color: #D53F26;
/* 	text-indent: 30pt;*/
	text-align: left;  
/* 	margin-left: 60px;*/
}
   
h6 {
	font-size: 12px;
	font-style: italic;
	text-align: left; 
/*	color: #D53F26;*/
/*	text-indent: 30pt;*/
	/*margin-left: 60px;*/
}
.ThemeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D53F26;
	border-color: #999;
}
	/* -- Lists --- */
ol {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 50px;
	margin-left: 50px;
}

ol.level1 {
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 50px;
	margin-left: 75px;
}
ol.level2 {
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 50px;
	margin-left: 85px;
}
ol.level3 {
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 50px;
	margin-left: 95px;
}
ul {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 50px;
	margin-left: 50px;
}
	
ul.level1 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 75px;
}
ul.level2 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 40px;
}
ul.level3 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 5px;
}

	/* -- Links --- */
a:link {color: #9B4613;}     /* unvisited link */
a:visited {color: #5B4335;}  /* visited link */
a:hover {}   /* mouse over link */
a:active {}   /* selected link */

#footer a {
	font: 66% arial, helvetica, serif;
	color: #9B4613;
	text-align: center;
	text-decoration:none;
}
   /* ------------------------------------------------------
     3) Tables
   ------------------------------------------------------ */

tbody {
	border: none;
}


TABLE.data
{
    FONT-SIZE: 1em;
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px solid;
    BORDER-LEFT: black 2px solid;
    BORDER-BOTTOM: black 2px solid;
    BORDER-COLLAPSE: collapse;
}
TABLE.data CAPTION
{
    MARGIN-TOP: 1em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 1em;
    PADDING-BOTTOM: 1em;
    TEXT-ALIGN: center;
}
TABLE.data TFOOT TD
{
    BORDER-RIGHT: black 2px solid;
    PADDING-LEFT: 0.5em;
    FONT-SIZE: 0.9em;
    PADDING-TOP: 0.4em;
    BACKGROUND-COLOR: #eeeeee;
    TEXT-ALIGN: left;
}

TABLE.data TH
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 1em;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 1em;
    PADDING-BOTTOM: 0.5em;
    BORDER-LEFT: black 1px solid;
    PADDING-TOP: 0.5em;
    BORDER-BOTTOM: black 1px solid;
}
TABLE.data TBODY
{
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px solid;
    BORDER-LEFT: black 2px solid;
    BORDER-BOTTOM: black 2px solid;
}
TABLE.data TBODY TH
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 1em;
    PADDING-BOTTOM: 0.4em;
    COLOR: #ffffff;
    PADDING-TOP: 0.5em;
    BACKGROUND-COLOR: #5a5856;
    TEXT-ALIGN: left;
}

TABLE.data TBODY TD
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 0.4em;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 0.4em;
    PADDING-BOTTOM: 0.2em;
    BORDER-LEFT: black 1px solid;
    PADDING-TOP: 0.2em;
    BORDER-BOTTOM: black 1px solid;
    TEXT-ALIGN: left;
}
TABLE.data THEAD TD
{
    BORDER-BOTTOM: black 1px solid;
}
TABLE.data THEAD TH
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 1em;
    PADDING-BOTTOM: 0.4em;
    COLOR: #ffffff;
    PADDING-TOP: 0.5em;
    BACKGROUND-COLOR: #d53f26;
    TEXT-ALIGN: left;
}

TABLE.data THEAD TR
{
    BORDER-RIGHT: black 1px solid;
}

.group
{
    BACKGROUND-COLOR: #f1f1ea;
}

.newprice
{
    BACKGROUND-COLOR: #eee8aa;
}
/* -------------------------------------------------- */
IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
}
#travel
{
    MARGIN-TOP: 2em;
    TEXT-ALIGN: center;
}


 