@charset "utf-8";

/* CSS Document */
html, body, form, fieldset, div, span, table, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
body {
	margin: 0;
	padding: 0;
	/* Let op!!	Lucida Grande=Mac OS font, Lucida Sans Unicode = Windows font. Beide required! */
	font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background: #d2d2d2 url('../images/trip_bg.gif') top left repeat-x;	
	color: #333;
}
img, a img {
	border: 0;
}
h1 {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #acc61d;
	margin-bottom: 15px;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #FF00FF;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #0099FF;
	margin-bottom: 10px;

}
h4 {
font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px;
}
#content a {
	color: #000;
}

#content ul {
	/*padding-left: 18px;*/

	
}


#content ul li {
	

	/*width: 321.3px;*/
	
	
	list-style: none;
	
	padding-left:14px;	
	background: url('../images/ul_arrow_lime.gif') 0px 5px no-repeat;		
	
	
}

	

/* LAYOUT  */
#bigcontainer {
	background: url('../images/trip_bg_top.gif') top center no-repeat;
}
#container{
	width:967px;
	margin:0 auto;
	background: #ffffff;
}
/* TODO: switchen naar header?*/
#header_foto_entree{
	display:block;
	width:967px;
	overflow:hidden;
}
#dataport{
	display:none;
}
/* MENU */
#menu {
	display: block;
	width: 967px;
	margin: 0;
	padding: 0;
	background: url('../images/trip_menu_bg.jpg') repeat-x 50% 0%;
}
#menu ul {
	height: 29px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}
#menu ul li {
	float: left;
	/*width: 321.3px;*/
	overflow: hidden;
	border-left: 1px solid #FFF;
	white-space: nowrap;
	list-style: none;
	line-height: 29px;
	text-align: center;
	cursor: pointer;
}
#menu ul li a {
	color: #000;
	letter-spacing: 1px;
}
.subfocus {
	border-top: 3px solid #acc61d;
}

/* SUBMENU */
#submenu_container {
	margin: 0;
	padding: 0;
	height: 0;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#submenu_close {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	padding-right: 17px;
	height: 20px;
	background-image: url('../images/trip_submenu_close_red.gif');
	background-position: center right;
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 18px;
	text-align: right;
	cursor: pointer;
}
#submenu_close a {
	color: #FFF;
	text-decoration: none;
}
#submenu_inner {
	margin: 0;
	padding: 0;
	height:124px;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#submenu {
	margin: 0;
	padding: 0;
	height: 0;
	background-color: #acc61d;
	background-image: url('../images/trip_submenu_bg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}

#submenu ul {
	float: left;
	height: 132px;
	width: 30%;
	/*width: 293px;*/
	color: #FFF;
	margin-top: 12px;
/*	margin-left: 13.5px;
	padding-left: 13.5px;*/
	padding-left: 0px;
}
#submenu ul li {
	list-style-type: none;
	text-align: justify;
	
}
#submenu ul li.hassub {

	background:url(../images/trip_submenu_item.gif) left top no-repeat; 
		background-position:0px 4px;
	
	 
	/*list-style-image: url('../images/trip_submenu_item.gif') 20%;*/
}
#submenu ul li.activesub {
	background:url(../images/trip_submenu_highlight.gif) left top no-repeat; 
		background-position:0px 4px;
	
	/*list-style-image: url('../images/trip_submenu_highlight.gif');*/
}
#submenu ul li.activesubli {
	background:url(../images/trip_submenu_highli.gif) left top no-repeat; 
	background-position:0px 4px; 
	
	
	/*list-style-image: url('../images/trip_submenu_highli.gif');*/
}

#submenu ul li a {
	padding-left:30px; 
	display: block;
	color: #FFF;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#submenu div.subitem {
	
	display: none;
	float: right;
	margin-top: 14px;
	padding: 5px;
	height: 98px;
	width: 65%;
	
	/*width: 646px;*/
	border: 1px solid #FFF;
	border-right: none;
	background-color: #a1ba1a;
	color: #FFF;
}
#submenu div.subitem ul {
	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
}
#submenu div.subitem ul  li{

	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0.5%;
	padding-left: 0.5%;
	width: 32%;
}

#submenu div.subitem ul  li a{
	padding:0px;
}
#submenu div.subitem ul  li.activesubitem{
	font-weight: bold;
}
/* CONTENT */
#content {
	/*border:1px solid red;*/
	padding: 10px 4px 5px 2px;
}
#breadcrumbs { 
	margin: 0 0 20px 30px;
	color: #777;
}
#breadcrumbs a {
	font-size: 10px;
	color: #777;
}
.col {
	
	padding: 0 20px 0 30px;
}
.colborder {
	border-right: 1px solid #dddddd;
}
#clearboth {
	clear:both;
}
#footer {
	display:block;
	padding: 5px 10px;
	margin-top: 30px;
	background: #000000;
	color: #ffffff;
	text-align: right;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#999999;
}


/* BOXED_IFRAME AS in google maps module */
.boxed_iframe {
	background: #fff;
	padding: 3px;	
	border-top:1px solid #aaa; 
	border-left:1px solid #888;
	border-right:1px solid #aaa; 
	border-bottom:1px solid #666;
	overflow:hidden;
	}
.boxed_iframe_shade {
	height: 10px;
	background: url('../images/trip_box_shade.gif') repeat-x top left; 
	}
	