body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	
	background: #dcdcdc;
	color: #444444;
}

table {
	font-family: arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #444444;
	background: inherit;
}

form, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;	
}

h2 {
	color: #ff8400;
	background: inherit;
	font-weight: normal;
	font-size: 2em;
	margin-top: 12px;
}

h3 {
	font-size: 1.8em;	
	font-weight: normal;
}

hr {
	color: #ffffff;
	height: 1px;
}

ol {
	font-size: 1.7em;
	line-height: 30px;
}

a {
  color: #ff8400;
  background: inherit;  
  text-decoration: none;
}

.disc {
	list-style-type: disc;
}

/**
*
*/
div#header {
	height: 111px;
	background-image: url(../images/bg_header.jpg);

}

div#header table {
	text-align: left;	
	width: 962px;
	* width: 952px;
	border-collapse: collapse;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
}


/**
* menu
*/
div#nav {
	float: right;
}

div#nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 1.1em;
}

div#nav ul li {
  float: left;
  padding: 0px 5px 0px 5px;
  * padding: 0px;
 
}


div#nav a {
  text-decoration: none;
  color: #444444;
  display: block;
  width: 100%;
  line-height: 25px;
  padding: 5px 5px 0px 5px;  
  text-align: center;
  font-weight: bold;
  * padding: 5px 10px 5px 10px;
  
}

div#nav a:hover, div#nav .activelink {
  color: #ff8400;
  background: #ffffff;  
}

/**
*
*/
div#container {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}

/**
*
*/
div#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	* width: 930px;
	_width: 950px;
	height: 100%;
	padding: 10px;
	background: #ffffff;
	color: #444444;
	display: table;
	
}

/**
*
*/
div#content {
	float: left;
	width: 650px;
}


/**
*
*/
div#splash {
	width: 648px;
	height: 375px;
	margin-bottom: 10px;
	/* background-image: url(../images/splash.gif); */
}


/**
*
*/
div#guide {
	float: left;
	width: 270px;
	padding-left: 10px;

}

div#guide table {
	width: 100%;
	font-size: 1em;
}

div#guide h2 {
	padding: 10px 0px 10px 0px;
	width: 100%;
	text-align: right;
	background-image: url(../images/icon_world.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 1.5em;
}


div#guide_top {	
	height: 375px;
	width: 271px;
	background: url(../images/bg_banner_rechts_up.jpg);
}

div#guide_middle {
	height: 133px;
	width: 271px;
	background: url(../images/bg_banner_rechts_midden.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	* padding: 0px 10px 0px 10px;
}

div#guide_middle table {
	background: none;
}

div#guide_bottom {
	height: 161px;
	width: 271px;
	background: url(../images/bg_banner_rechts_down.jpg);	
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
}

div#guide_bottom ul {
	list-style: url(../images/bg_banner_rechts_down_pijltje.png);
}

div#guide_bottom li {
	
}

/**
*
*/
div#footer {
	margin: 10px 10px 10px 10px;
	width: 930px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: #aaaaaa;
	color: #ffffff;
	font-size: 1em;
	border: 10px solid #eeeeee;
}

div#footer table {
	height: 40px;
	width: 100%;
	background: inherit;
	color: #ffffff;
	font-size: 1em;
}

div#footer a {
	color: #ffffff;	
	background: inherit;
}

/**
*
*/
.letter {
	color: #ff8400;
	background: none;
	text-decoration: none;
	font-size: 1.2em;	
	font-weight: bold;
}

table#rates {
	width: 100%;
	border-collapse: collapse;
}

table#rates td {
	padding: 5px;
}

table#rates thead {
	background: #000000;
	color: #ff8400;
}

table#rates thead th{
	padding: 5px;
}


table#rates .even {
	background: #ffffff;
	color: #444444;
}

table#rates .odd {
	background: #e0e0e0;
	color: #444444;	
}

table#rates .range {
	background: #000000;
	color: #000000;
}

table#rates .range td {
	padding: 1px;
	font-size: .8em;
}

