@charset "UTF-8";

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-family:arial;
	background-color:#231F20;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;/* */ 
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color:#231F20;
}

#intro {
	position: absolute;
	width: 100%;
	left: 0px;
	background-color: #231F20;
	z-index: 9999;
	top: 0px;
	overflow: visible;
	height: 100%;
}
#intro img {
	margin-left: 182px;
}
#content {
	overflow:hidden;
	position:absolute;
	z-index:3;
	top:30px;
	bottom:250px; /* aangepast */
	left:190px;
	right:0;
	background-color:#231F20;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#slideshow {
	overflow:hidden;
	position:absolute;
	z-index:9999;
	top:30px;
	bottom:0px;
	left:-14px;
	right:0px;
	background-color:#231F20;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	visibility:hidden;
}
* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:hidden;
	position:absolute;
	z-index:3;
	border-top:30px solid #FFFFFF;
	border-bottom:250px solid #FFFFFF; /* aangepast */
	border-left:200px solid #FFFFFF;
}
#head {
	position:absolute;
	margin:0;
	top:0%;
	left:0px;
	display:block;
	width:100%;
	height:31px;
	font-size:10px;
	z-index:5;
	overflow:hidden;
	color:#FFFFFF;
	background-image: url(../images/panel_background.jpg);
	background-repeat: repeat-x;
	padding-left: 7px;
}
#foot {
	position:fixed;
	margin:0;
	bottom:0;
	left:0;
	display:inline;
	float: right;
	width:100%;
	height:250px; /* aangepast */
	z-index:5;
	overflow:hidden;
	background-color:#231F20;
	color:#FFFFFF;
}
#left {
	position:absolute;
	left:0;
	top:30px;
	bottom:250px;  /* aangepast */
	width:190px;
	background-color:#231F20;
	z-index:4;
	overflow:auto;
	color:#FFFFFF;
	padding-left: 8px;
	overflow: hidden;
	background-image: url(../images/panel_background_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
}
* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:30px solid #FFFFFF;
	border-bottom:300px solid #FFFFFF; /* aangepast */
	color:#FFFFFF;
	overflow: hidden;
}

#container {
	position:relative;
	bottom:0px;
	width: 100%;
	float: left;
}

#ubercontainerness {
	height: 100%;
	width: 100%;
}

#photo-holder {
	background-color: #0066FF;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	overflow:hidden;
	height: 100%;
	width: 100%;
	float: left;
	padding-top: 10px;
	position: absolute;
}

#side-information {
	width: 190px;
	height: 350px;  /* aangepast 300 > 350*/
	padding-left: 0px;
	padding-top: 20px;
	color: #FFFFFF;
	float: left;
}

#panel {
	display: block;
	width: 100%;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #9A6600;
	cursor: pointer;
	margin: 0 0 0 0;
	background-image: url(images/panel_background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100%;
	float: left;
}
#left_close_btn {
	float: right;
	width: 10px;
	top: 50%;
	position: relative;
	margin-right: 7px;
}
.page-footer {
	height: 65px;
	background-image: url(../images/accordion_toggle.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.page-footer img {
	margin-top: 43px;
}
#head_buttons {
	left: 0px;
	top: 0px;
}
#head_copyright {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
