/******************************************************************/
/* © 2009 GLOBUS REIZEN                                           */
/* Designed by: Anke Metz - mainwebconcept, Frankfurt/M., Germany */
/******************************************************************/

/******************/
/* GLOBAL LAYOUT  */
/******************/
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #E0E3EC;
}
#header {
	position: relative;
	width: 980px;
	height: 140px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	z-index: 1;
}
#news {
    position: absolute;
	top: 5px;
	right: 0px;
	overflow:hidden;
	width: 291px;
	height: 78px;
	background-color: none;
	font-size: 11px;
}
#date {
	position: absolute;
	right: 0px;
	background: none;
	z-index: 99;
	height: 16px;
	top: 124px;
}
#date input {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 200px;
	font-size: 11px;
	border: none;
	color: #000069;
	background: none;
}
#container {
	position: relative;
	width: 980px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #000069;
}
#opener_left {
	float: left;
	clear: left;
	width: 798px;
	min-height: 48px; height:auto/*Non-IE6*/; 
	height: 48px /*IE-6*/; 
}
#opener_right {
	float: right;
	clear: right;
	width: 156px;
	min-height: 48px; height:auto/*Non-IE6*/; 
	height: 48px /*IE-6*/;
	margin-left: 24px;
}
#booking_top {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 900px;
	height: 30px;
	z-index: 99;
	background-image: url(images/iframe-shadow_top.jpg);
	text-align: right;
	font-size: 11px;
}
#booking {
	position: absolute;
	top: 60px;
	left: 40px;
	display: inline;
	width: 900px;
	z-index: 99;
	background-image: url(images/iframe-shadow_side.jpg);
	background-color: #FFFFFF;
	text-align: center;
}
#booking_bottom {
	position: relative;
	width: 900px;
	height: 30px;
	z-index: 99;
	background-image: url(images/iframe-shadow_bottom.jpg);
	text-align: right;
	font-size: 11px;
}
#subnavi {
	float: left;
	width:140px;
	padding:0px;
	font-size:10px;
}
#content {
	float: left;
	width: 640px;
	padding:0px;
	margin-left: 10px;
}
#navi {
	float: right;
	width:180px;
	padding:0px;
	font-size: 13px;
}
#footer {
	clear:both;
	width:980px;
	margin: 10px auto;
	font-size:11px;
	text-align: center;
	position: relative;
}

/***************/
/* MENUS  */
/***************/
.menu1 {
	text-indent: 24px;
	min-height: 24px; height:auto/*Non-IE6*/; 
	height: 24px /*IE-6*/; 
	line-height: 24px;
	border-top: 1px solid #000069; 
}
.menu1 a:link, .menu1 a:visited {
	display: block;
	text-decoration: none;
}	
.menu1 a:focus, .menu1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BFBFD9;
}	
.menu2 {
	text-indent: 24px;
	min-height: 24px; height:auto/*Non-IE6*/; 
	height: 24px /*IE-6*/; 
	line-height: 24px;
}
.menu2 a:link, .menu2 a:visited {
	display: block;
	text-decoration: none;
}	
.menu2 a:focus, .menu2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BFBFD9;
}	
.menuduurzaam {
	border-top: 1px solid #000069;
	text-indent: 3em;	 
	min-height: 126px; height:auto/*Non-IE6*/; 
	height:126px /*IE-6*/; 
}
.submenu {
	text-indent: 12px;	 
	min-height: 24px; height:auto/*Non-IE6*/; 
	height: 24px /*IE-6*/; 
	line-height: 24px;
	border-top: 1px solid #000069; 
}
.submenu a:link, .submenu a:visited {
	display: block;
	text-decoration: none;
}	
.submenu a:focus, .submenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BFBFD9;
}	
.menu1_act {
	text-indent: 2em;	 
	min-height: 24px; height:auto/*Non-IE6*/; 
	height: 24px /*IE-6*/; 
	line-height: 24px;
	border-top: 1px solid #000069; 
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000069;
}	
.menu1_act a:link, .menu1_act a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}	
.menu1_act a:focus, .menu1_act a:hover {
	text-decoration: none;
	color: #FF9900;
}	
.menu2_act {
	text-indent: 2em;	 
	min-height: 24px; height:auto/*Non-IE6*/; 
	height: 24px /*IE-6*/; 
	line-height: 24px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000069;
}	
.menu2_act a:link, .menu2_act a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}	
.menu2_act a:focus, .menu2_act a:hover {
	text-decoration: none;
	color: #FF9900;
}	
.submenu_act {
	text-indent: 12px;	 
	min-height: 24px; height:auto/*Non-IE6*/; 
	height: 24px /*IE-6*/; 
	line-height: 24px;
	border-top: 1px solid #000069;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000069; 
}

/******************/
/* FONTS  */
/******************/
p {
	font-size: 11px;
	color:#000069;
	line-height: 14px;
	margin: 6px 0px;
}
h1 {
	color: #000069;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	margin: 6px 0px;
}
h2 {
	color: #000069;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	margin: 3px 0px;
}
h3 {
	color: #000069;
	font-size: 12px;
	font-weight:bold;
	line-height: 12px;
	margin: 12px 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color:#000069;
	line-height: 14px;
	margin: 6px 0px;
}
a {
	text-decoration: none;
	color:#000069;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
ol {
	font-size: 11px;
	color:#000069;
	line-height: 14px;
	margin: 0px 0px 0px 2px;
}
#opener_left h1 {
	color: #000069;
	font-size: 16px;
	font-weight:bold;
	line-height: 24px;
	margin: 6px 0px;
	text-indent: 12px;
}
#opener_right p {
	font-size: 10px;
	line-height: 12px;
}
.contact {
	color: #000069;
	font-size: 11px;
	line-height: 24px;
}
.fields {
	color: #000069;
	border: none;
	background-color: #FFFFFF;
}
.notonline {
	text-align: center;
	font-size: 12px;
	color: #000069;
}
#news a {
	text-decoration: none;
	color:#000069;
	font-weight: normal;
}
#news a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: normal;
}

/******************/
/* IMAGES  */
/******************/
img {
	border: 0px;
}

