html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
* html,
* html body {
	height: 100%;
}

body	{
	color: #222;
	background: #dcb88d url(../images/interface/oase_back.jpg) no-repeat right bottom;
}

/* firefox cosmetics */
html { overflow: -moz-scrollbars-vertical; } /* always show vertical scrollbar */
html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */

/* #wrapper */
#container {
	min-height: 100%;
	background: url(../images/interface/camel_back.jpg) no-repeat left 50px;
}
* html #container {
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-left: 1px solid #7d0000;
	border-right: 1px solid #7d0000;
	background: #f2e6c5 url(../images/interface/sand_back.jpg) no-repeat left bottom;
}
* html #wrapper {
	height: 100%;
}

/* header / logo */

#header	{
	position: relative;
	height: 277px;
	width: 100%;
}
#header h1 {
	display: none;
}
#header h2 {
	position: absolute;
	top: 236px;
	width: 100%;
	margin: 0; padding: 0;
	background: url(../images/interface/title_back.gif) repeat-x left top;
	font-style: italic;
	color: #f2e6c5;
}
#header h2 span {
	float: left; display: inline;
	margin: 0;
	padding: 8px 35px 15px 20px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	background: url(../images/interface/title_back_tab.gif) no-repeat right top;
}

#logo {
	position: absolute; z-index: 10;
	/*top: 215px; right: 10px;*/
	top: 28px; left: 28px;
	width: 152px; height: 145px;
	background: url(../images/interface/logo.png) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
}
* html #logo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo.png')
}

#flashHeader {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	width: 1000px; height: 200px; overflow: hidden;
	background: url(../images/flash/header_home.jpg) no-repeat left top;
}
#flashHeader img {
	width: 1000px; height: 200px; border: 0;
}


/* #content */

#content {
	position: relative;
	padding: 13px 20px 40px 246px;
	min-height: 240px;
}
* html #content {
	height: 240px;
}


/* #menu */

#menu {
	position: absolute;
	z-index: 10;
	top: 200px;
	left: 0;
	width: 100%;
	height: 34px;
	border-top: 1px solid #f2e6c5;
	border-bottom: 1px solid #f2e6c5;
	background: #992202 url(../images/interface/menu_back.png) repeat-x left top;
}	
#menu h2 {
	display: none;
}

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

#menu ul li {
	float: left; display: inline;
	background: url(../images/interface/menuspacer_light.png) no-repeat left top;
	font-size: 15px;
}
#menu li.first {
	background: none;
}
#menu li a {
	display: block;
	height: 22px;
	padding: 6px 20px 6px 20px;
	background: url(../images/interface/menuspacer_dark.png) no-repeat right top;
	font-weight: bold;
	text-decoration: none;
	color: #f2e6c5;
}
* html #menu li a {
	width: 20px;
	white-space: nowrap;
}
#menu li.last a {
	background: url(../images/interface/menuspacer.png) no-repeat right top;
}

#menu li:hover,
#menu li.hover {
	background: url(../images/interface/menu_back_on.png) repeat-x right top;
}
#menu li:hover a,
#menu li.hover a {
	color: white;
}
#menu li.active {
	background: #c34827 url(../images/interface/menu_back_active.png) repeat-x right top;
}
#menu li.active a {
	color: #fff8e3;
}

/* submenu */
#menu ul ul {
	position: absolute;
	display: none;
	width: 13em;
}
#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li:hover ul,
#menu ul li.hover ul {
	display: block;
}
#menu li li {
	background: none;
	position: relative;
	width: 12em;
}
#wrapper #menu ul li li a {
	display: block;
	height: auto;
	padding: 0.3em 0.5em;
	font-size: 12px;
	line-height: 20px;
	white-space: normal;
	border: 1px solid #8f2002;
	border-top: none;
	background: #e2d4ac;
	color: #591401;
	width: 100%;
}
* html #wrapper #menu li li a { 
	height: 0.1em; /* clickarea is not 100% width in IE */
	line-height: 130%;
	padding: 7px 0.5em;
}
#wrapper #menu li li.hover a,
#wrapper #menu li li:hover a,
#wrapper #menu li li a:hover {
	background: #f2e6c5;
	color: #8f2002;
}

/* sub-submenu */

#wrapper #menu ul ul ul {
	width: 12.8em;
	position: absolute;
	top: -0.1em;
	left: 12.8em;
	display: none;
	background: none;
	border-top: 1px solid #8f2002;
}
* html #wrapper #menu ul ul ul {
	left: 12.8em;
}

#wrapper #menu ul ul li:hover ul,
#wrapper #menu ul ul li.hover ul {
	display: block;
}
#wrapper #menu li ul li ul li a {
	background: #f4dbdb !important;
	color: #591401 !important;
}
#wrapper #menu li ul li ul li a:hover {
	background: white !important;
	color: #8f2002 !important;
}

/* contextMenu */ 
#contextMenu {
	position: absolute;
	top: 290px;
	left: 15px;
	width: 200px;
}
#contextMenu,
#contextMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#contextMenu h2 {
	display: none;
}
#contextMenu ul {
	margin: 0; padding: 0;
}
#contextMenu ul li {
	padding-left: 16px;
	margin-bottom: 0.3em;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/interface/bullet_submenu.png) no-repeat 0.2em 0.5em;
}
#wrapper #contextMenu ul li.active {
	background-image: url(../images/interface/bullet_submenu_on.png);
}
#contextMenu ul li a {
	color: #003e33;
	text-decoration: none;
}
#contextMenu ul li a:hover,
#wrapper #contextMenu ul li.active a {
	color: #7d0000;
	text-decoration: none;
}
#contextMenu ul li a:hover {
	border-bottom: 1px dotted #7d0000;
}

/* address */

#address,
#aanmeldInfo {
	float: right; display: inline;
	width: 17em;
	margin-left: 1em;
}
#aanmeldInfo {
	width: 21em;
}
address {
	font-style: normal;
}
#address address span.label,
#aanmeldInfo address span.label {
	float: left;
	width: 3.5em;
	white-space: nowrap;
}
#aanmeldInfo address span.label {
	width: 8em;
}



/* #footer */

#footer	{
	width: 100%;
	height: 34px;
	font-size: 13px;
	color: #f2e6c5;
	background: url(../images/interface/menu_back.png) repeat-x bottom left;
}
#footer .wrapper {
	padding: 5px 20px 0 20px;
	text-align: center;
}
#footer #copyright {
	float: right;
	display: none;
}

#footerMenu {
	float: left; display: inline;
	font-weight: bold;
	padding-right: 10px;
}

#footer .spacer {
	color: #f2cbc1;
	padding: 0 4px;
}

#footer a	{
	color: #f2e6c5;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}


/* various classes */

.skip,
.noScreen,
hr {
	display: none;
}

#content hr {
	display: block;
	height: 1px;
	color: white;
	border-top: 1px solid #7d0000;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

abbr {
	border: none;
}



/* TOOLTIP */
img.tooltip {
	vertical-align: middle;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	width: 300px;
	padding: 7px;
	background: #d9e2e0;
	border: 1px solid #003d31;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
	text-align: left;
	color: #003d31;
}
#tooltip h3 {
	color: #003d31;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#tooltip div { 
	margin: 0;
}


