html, body {
	margin: 0; padding: 0;
	min-height: 100%;
}
html, * html body {
	height: 100%;
}
html {
	background: #e6cc8f url(../images/interface/background.jpg) fixed center top;
}
body {
	padding-bottom: 15px;
}

/* LAYOUT */
#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	border: 2px solid white;
	border-top: none;
}
#headerWave {
	position: absolute;
	top: 0; left: 0;
	width: 950px; height: 230px;
	background: url(../images/interface/header_wave.png) no-repeat left top;
}
	* html #headerWave {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/header_wave.png');
	}
#headerTwirl {
	position: absolute;
	top: 146px; left: 0;
	width: 950px; height: 114px;
	background: url(../images/interface/header_twirl.png) no-repeat left top;
}
	* html #headerTwirl {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/header_twirl.png');
	}
#headerTopShadow {
	position: absolute;
	top: 29px; left: 0;
	width: 950px; height: 6px;
	background: url(../images/interface/header_topshadow.png) no-repeat left top;
}
	* html #headerTopShadow {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/header_topshadow.png');
	}
	
#circle1 {
	position: absolute;
	left: 36px; top: 85px;
	width: 180px; height: 180px;
}
#circle2 {
	position: absolute;
	left: 230px; top: 67px;
	width: 150px; height: 150px;
	background: url(../images/pic2.png) no-repeat left top;
}
#circle3 {
	position: absolute;
	left: 397px; top: 106px;
	width: 95px; height: 95px;
	background: url(../images/pic3.png) no-repeat left top;
}

	
/* column left */
#lColumnBack {
	position: absolute;
	top: 191px; left: 0;
	width: 200px; height: 415px;
	background: url(../images/interface/lcolumn_back.png) no-repeat left top;
}
	* html #lColumnBack {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/lcolumn_back.png');
	}
#lColumn {
	position: absolute;
	top: 270px; left: 0;
	width: 200px;
}
#lColumn ul,
#lColumn li {
	margin: 0; padding: 0;
	list-style: none;
}
#lColumn li {
	width: 190px;
	padding: 2px 0 2px 28px;
	background: url(../images/interface/star_yellow.png) no-repeat 10px 3px;
}
	* html #lColumn li {
		background-image: url(../images/interface/star_yellow_ie.png); /* no alpha transparency for IE6- */
	}
#lColumn li a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#lColumn li a:hover {
	text-decoration: underline;
}

/* column right */
#rColumnBack {
	position: absolute;
	top: 190px; right: 0;
	width: 200px; height: 468px;
	background: url(../images/interface/rcolumn_back.png) no-repeat left top;
}
	* html #rColumnBack {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/rcolumn_back.png');
	}
	

html #rColumnBack.reserveren {
	background: none;
	height: 20px;
} 

#rColumn {
	position: absolute;
	top: 235px; right: 0;
	width: 200px; 
}
#rColumn ul,
#rColumn li {
	margin: 0; padding: 0;
	list-style: none;
}
#rColumn li {
	padding: 4px 0px 4px 30px;
	background: url(../images/interface/star_yellow.png) no-repeat 12px 5px;
}
	* html #rColumn li {
		background-image: url(../images/interface/star_yellow_ie.png); /* no alpha transparency for IE6- */
	}
#rColumn li a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#rColumn li a:hover {
	text-decoration: underline;
}

/* HEADER */
#header {
	position: relative;
	height: 225px;
}
#logo h1 {
	position: absolute;
	top: 35px; right: 30px;
	width: 240px; height: 150px;
	text-indent: -999em;
}
#logo h1 a {
	display: block;
	width: 240px; height: 150px;
	background: url(../images/interface/logo_wildhoeve_nl.png) no-repeat left top;
	text-decoration: none;
}
	* html #logo h1 a {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_wildhoeve_nl.png');
		cursor: pointer;
	}


/* LANGUAGE */
#language {
	position: absolute;
	top: 8px; left: 8px;
}
#language ul,
#language li {
	margin: 0; padding: 0;
	list-style: none;
}
#language li {
	float: left; display: inline;
	margin: 0 3px;
}
#language li a {
	display: block;
	width: 16px; height: 11px;
	border: 1px solid transparent;
	line-height: 0%;
	font-size: 0;
	text-indent: -999em;
	text-decoration: none;
}
#language li.active a,
#language li a:hover {
	border: 1px solid white;
}
#language li#lang_nl a {
	background: url(../images/interface/flag_nl.png) no-repeat left top;
}
#language li#lang_uk a {
	background: url(../images/interface/flag_uk.png) no-repeat left top;
}
#language li#lang_de a {
	background: url(../images/interface/flag_de.png) no-repeat left top;
}


/* COPYRIGHT */
#copyright {
	background-color: #ac7900;
	padding: 5px 15px;
	font-size: 10px;
	color: white;
	height: 20px;
	line-height: 20px;
}
#copyright a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#copyright a:hover {
	text-decoration: underline;
	color: white;
}

/* MENU */
#menu {
	position: absolute;
	top: 0; left: 0;
	width: 950px; height: 29px;
}
#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul {
	position: absolute;
	bottom: 0; left: 85px;
}
#menu li {
	position: relative;
	margin: 0 3px;
	float: left; display: inline;
}
#menu li a {
	padding: 7px 10px;
	float: left; display: inline;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
	color: white;
}
#menu li.active a {
	color: black;
}
/* see theme CSS 
#menu li:hover,
#menu li.hover {
	 
}
#menu li:hover a,
#menu li.hover a {
*/

/* submenu */
#menu li ul { /* hide submenu on default */
	display: none;
	top: 26px; left: 0;
	border-top: none !important;
}
#wrapper #menu li:hover ul {
	display: block;
}

/* IE6 List hover fix */
* html #wrapper #menu li.hovered ul { display: block; }
* html #menu li.hovered { background: #dec999 url(../images/theme01/menutab_left.gif) no-repeat left top; }
* html #menu li.hovered a { background: url(../images/theme01/menutab_right.gif) no-repeat right top; color:#000; }
/* End */

#wrapper #menu li ul li {
	margin: 0;
	float: left; display: inline;
	clear: both;
	background: none;
}
#wrapper #menu li ul li a {
	width: 150px;
	margin: 0; padding: 4px 10px 4px 20px;
	float: left; display: inline;
	clear: both;
	background-position: 5px 5px;
	background-repeat:no-repeat;
	text-transform: none;
	border: 1px solid white;
	line-height: 14px;
	font-weight: normal;
	font-size: 11px;
}
	* html #menu li ul li a {
		height: 0.1em; /* avoid double spacing in IE6 */
	}
#wrapper #menu li ul li a:hover {
	color: white;
}


/* FOOTER */
#footer {
	padding: 10px 15px;
	background: white url(../images/interface/footer_back.png) repeat-x left top;
}
#footer .logo {
	float: left; display: inline;
	width: 100px; height: 55px;
	margin: 7px 20px 0 0;
}

#footerMenu {
	float: left; display: inline;
	width: 320px;
	margin: 0 0 0 30px;
}
#footerMenu ul,
#footerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#footerMenu ul {
	float: left; display: inline;
	width: 150px;
}
#footerMenu a {
	padding: 0 0 0 8px;
	background: url(../images/interface/bullet_footermenu.png) no-repeat left 8px;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#footerMenu a:hover {
	text-decoration: underline;
}

#footerLogos {
	float: left; display: inline;
	width: 450px; height: 60px;
	text-align: right;
}
#footerLogos img {
	vertical-align: bottom;
}

/* CONTENT */
#content {
	min-height: 450px;
	padding: 0 225px 20px 225px;
}
	* html #content {
		height: 350px; /* min-height for IE6 */
	}
	
#content.reserveren {
	padding: 50px 0px 0px 50px;
}

#content.panorama {
	padding: 50px 0px 0px 50px;
	min-height: 10px;
}

#panorama_container
{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 0px;    
}

#content.panorama a.button 
{
    float: right; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 50px;
}
#content.panorama a 
{
    display: block;
    margin-top: 20px;
}

/* COPYRIGHT */
#copyright .right { background:#ac7900; }
