/************************ 
/* Main items
/***********************/

* {

	-moz-outline: none;
}

body {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #ffcc99;
	text-align: center;
}

img {
	border: 0;
}

a {
	color: #336666;
	text-decoration: underline;
}

a:hover {
	color: #ff9900;
}

.clear {
	clear: both;
}

#wrapper {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

.orange {
	color: #ff9900;
}

.clear {
	clear: both;
}

.left {
	width: 48%;
	float: left;
}

.right {
	width: 48%;
	float: left;
}

/************************ 
/* Header
/***********************/

#header {
	position: relative;
	width: 890px;
	margin: 0 auto;
	height: 117px;
	background: url(../images/design/nationaal_park_logo.gif) transparent no-repeat 400px 20px;
}

#header h1 a {
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	width: 71px;
	height: 63px;
	text-indent: -9999px;
	background: url(../images/design/np_logo.gif) transparent no-repeat 0 0;
}

#header #photos {
	position: absolute;
	top: 45px;
	left: 130px;
}

#header #photos img {
	border: 3px double #336666;
	margin: 0 10px;
}

#header #meta {
	position: absolute;
	right: 35px;
	bottom: 5px;
	color: #336666;
	font: 100% "Times New Roman", Times, serif;
	text-transform: lowercase;
}

#header #meta a {
	color: #336666;
	font-weight: bold;
}

#header #meta a:hover {
	color: #fff;
}

/************************ 
/* Navigatie
/***********************/

#nav {
	float: left;
	width: 185px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	margin-top: 1px;
	width: 165px;
	padding-right: 20px;
	font: bold 90% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: right;
	color: #fff;
	background: #00404a;
	text-decoration: none;
}

#nav li a:hover {
	background: #ff9900;
}

#nav li.children a {
	background: url(../images/design/nav_item.gif) #00404a no-repeat 170px 50%;
}

#nav li.children a:hover {
	background: url(../images/design/nav_item_open.gif) #ff9900 no-repeat 170px 50%;
}

#nav li.selected a {
	background: #fff;
	color: #00404a;
}

#nav li.opened a {
	color: #00404a;
	background: url(../images/design/nav_item_open.gif) #fff no-repeat 170px 50%;
}

#nav ul {
	display: none;
}

#nav li ul.opened  {
	display: block;
}

#nav li ul li ul.opened  {
	display: block;
}

#nav li ul li.children a {
	background: url(../images/design/nav_item.gif) #fff no-repeat 170px 50% !important;
}
#nav li ul li.children a:hover {
	background: url(../images/design/nav_item_open.gif) #fff no-repeat 170px 50% !important;
}

#nav li.children ul li.children ul li a:hover {
	background: #fff !important;
}

#nav li ul li.selected a  {
	background-color: #fff !important;
	color: #ff9900 !important;
}

#nav li ul li.selected a {
	color: #ff9900 !important;
}

#nav li ul li.opened a {
	color: #00404a !important;
	background: url(../images/design/nav_item_open.gif) #fff no-repeat 170px 50% !important;
}

#nav li ul li a, #nav li.children ul li.children ul li a {
	margin: 0;
	color: #336666;
	font-weight: normal;
	line-height: 1.6em;
	padding-right: 20px;
	background: #fff !important;
}


#nav li ul li ul li a {
	font-size: 80% !important;
	color: #8d8d8d !important;
	line-height: 1.8em !important;
}

#nav li ul li ul li.selected a {
	color: #ff9900 !important;
}



/************************ 
/* Content
/***********************/

#content {
	float: left;
	padding: 24px;
	width: 592px;
	background: #fff;
	margin-top: 1px;
}

#content .item {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	min-height: 200px;
}

#content .item h2 {
	display: block;
	margin: 0;
	font: bold 120% "Times New Roman", Times, serif;
	color: #fff;
	line-height: 2em;
	background: #ff9900;
	padding: 0 10px;
}

#content .item h2 a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	line-height: 2em;
	background: #ff9900;
	text-decoration: none;
}

#content .left {
	float: left;
	margin-right: 10px;
}

#content .right {
	float: right;
	margin-left: 10px;
}
#content .wide {
	margin-right: 10px;
	width:600px;
}

#content #nieuws ul, #content #excursies ul  {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

#content #nieuws ul li a, #content #excursies ul li a  {
	display: block;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
}

#content #nieuws ul li a:hover, #content #excursies ul li a:hover  {
	background: #e5e5e5;
}	

#content .overzicht {
	float: right;
	margin-top: 5px;
	color: #336666;
	font-weight: bold;
}

#content .overzicht:hover {
	color: #ff9900;
}

#content #quicklinks ul {
	list-style: url(../images/design/list_item.gif);
}

#content #quicklinks ul li a {
	color: #336666;
	font-weight: bold;
}

#content #quicklinks ul li a:hover {
	color: #ff9900;
}


#content #inbeeld div {
	text-align: center;
	padding-bottom: 10px;
}

#content #inbeeld img {
	border: 6px solid #fff;
}

/************************ 
/* Excursion Search Input
/***********************/

#excursionSearch {
	float: left;
	background: #fff;
}

#excursionSearch form {
	padding: 20px;
	background: #ffefd5;
	color: #336666;
}

#excursionSearch #catagory {
	width: 160px;
	float: left;
}

#excursionSearch #all {
	width: 140px;
	float: left;
}

#excursionSearch .input_checkbox {
	width: 18px;
}

.submit, .button, .form_submit {
	background: #ff9900;
	border: 0;
	padding: 2px 4px;
	color: #fff;
	margin-left: 150px;
}

.form_reset {
 	display: none;
}

th {
	color: #ff9900;
}

td, th {
	padding: 4px;
	border-bottom: 1px dotted #a1a1a1;
}

td.datum {
	font-size: 80%;
	vertical-align: top;
	color: #a1a1a1;
}

/************************ 
/* Excursion detail
/***********************/
#excursionDetail {
	margin: 0;
	padding: 0;
	list-style: none;
}
#excursionDetail li {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}
#excursionDetail li.reserve {
	padding: 20px 0 3px 3px;
	border: 0;
}
#excursionDetail label {
	font-weight: bold;
	display: block;
	width: 190px;
	float: left;
	color: #ff9900;
}

/************************ 
/* Reservation
/***********************/

form fieldset {
	border: 0;
}

form label, form fieldset.label legend, form .tdFormText { 
	float: left;
	margin-right: 10px;
	width: 140px;
	text-align: right;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #00404a;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
}

form td {
	border: none !important;
}

form p {
	clear: both;
	padding: 0px 0 4px 0;
	margin: 0;
	overflow: auto;
	zoom: 1;
}

/* all input elements */
form input, form textarea, form select,
form .checks input, form.checks input, form .tdInput {
	width: 140px;
	float: left;
}

/* label for checkbox and radio lists */
form .checks label, form.checks label {
	width: 220px;
	text-align: left !important;
	font-weight: normal !important;
	color: #000;
}

/* input for checkbox and radio lists */
form .checks input, form.checks input {
	width: auto;
	clear: left;
	margin-left: 150px;
}

form legend {
	float: left;
	width: 180px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #00404a;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
}

#all_excursions {
	margin-left: 160px;
}

/************************ 
/* Footer
/***********************/

#footer {
	clear: both;
	font: normal 80% Verdana, Arial, serif;
	color: #8d8d8d;
	text-align: center;
	letter-spacing: normal;
}

#footer hr {
	height: 1px;
	border: 0;
	color: #b0b0b0;
	background: #b0b0b0;
	padding: 0;
}

#footer img {
	padding: 0 2px;
}

#fromDate_d, #tillDate_d, #fromDate_m, #tillDate_m {
	width:45px;
}
#fromDate_y, #tillDate_y{
	width:55px;
}
