@charset "iso-8859-1";

   /* ------------------------------------------------------
     1) Paragraphs, navigation, copyright
   ------------------------------------------------------ */
body {
	/* font: 12px Verdana, Arial, Helvetica, sans-serif; */
	font: 75% Arial, Helvetica, sans-serif; /*Versie van Koen 66% */
	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: 150px;
	margin-right: 50px;
}
marge {
	margin-left: 150px;
	margin-right: 50px;
}
#wrapper {
	padding: 0;
	margin: 0 1%;
	background-color: white;
	}

.goToTop {
	text-align: right; 
	margin-right: 10px;
	}
	
.NavBottom{
	text-align: center;
 }
.transit_buttons{
	text-align: center;
 }
.nav
{
    text-align: right
}
.copyright{
	margin-top:20px;
	font-size: 9px;
	background-color:#eee;
	height:15px;
	/*margin-left:40px;
	margin-right:40px;*/
	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;
	vertical-align: top;
	/*padding-right:10px; werkt anders in verschillende browsers */
}

   /* ------------------------------------------------------
     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;
	margin-right: 50px;
	margin-left: 30px;
}
h2 {
	font-size: 14px;
	color: #D53F26;
	font-weight: bold;
	margin-top: 2em;
	text-align: left; 
	margin-right: 50px;
	margin-left: 50px;
}
h3 {
	font-size: 14px;
	color: #D53F26;
	font-weight: bold;
	/*font-weight: normal;*/
	margin-left: 70px;
	margin-right: 50px;
	text-align: left; 
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #D53F26;
	/*color: #333;*/
	/*text-indent: 10pt;*/
	text-align: left; 
	margin-left: 90px;
	margin-right: 50px;

}
   
h5 {  
 	font-size: 12px; 
	color: #D53F26;
/* 	text-indent: 30pt;*/
	text-align: left;  
 	margin-left: 110px;
	margin-right: 50px;
}
   
h6 {
	font-size: 12px;
	font-style: italic;
	text-align: left; 
	color: #D53F26;
/*	text-indent: 30pt;*/
	margin-left: 130px;
	margin-right: 50px;
}
.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: 170px;
}

ol.level1 {
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 50px;
	margin-left: 170px;
}
ol.level2 {
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 50px;
	margin-left:30px;
}
ol.level3 {
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 50px;
	margin-left: 30px;
}
ul {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 50px;
	margin-left: 170px;
}
	
ul.level1 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 170px;
}
ul.level2 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 30px;
}
ul.level3 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 30px;
}
ul.level4 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 30px;
}
/* TOCpage van Transit */
ul.toplevel1 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 170px;
}
ul.toplevel2 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 30px;
}
ul.toplevel3 {
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 50px;
	margin-left: 30px;
}

	/* -- 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;
}
.cell_left {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
.cell_center {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
.cell_right {
	text-align: right; 
	margin-left: 0px;
	margin-right: 0px;
}
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;
}

