@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	background:#806c64;
	color:#FFF;
	font-family: Verdana;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	height: 100%;
}
a, a:visited, a:hover {
	color: #FFF;
	text-decoration: none;
}
img {
	border: none;
}
#wrapper {
	width:960px;
	height:570px;
	background-image:url(../images/website/bghome.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -285px;
}
#topPart {
	width:960px;
	height:450px;
	position: relative;
}
.rightTop {
	width:395px;
	height:460px;
	float:right;
}
.rightTop img {
	float:right;
}
#leftTop {
	width: 400px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 155px;
}
#leftTop2 {
	width: 500px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	position: relative;
	height: 370px;
}
#slogan {
	width: 200px;
	font-weight: bold;
	font-size:15px;
	text-align:center;
	display:block;
	margin-bottom:20px;
	margin-left: 0px;
	letter-spacing: -1px;
}
#logo {
	display:block;
	height: 40px;
	width: 270px;
	background-image: url(../images/website/logo.png);
	background-repeat: no-repeat;
}
#menu {
	width: 400px;
	margin-top: 22px;
}
#menu ul {
	list-style-type: none;
	font-size:15px;
	font-weight: bold;
	list-style-image: url(../images/website/opsomming.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu ul li {
		padding-bottom:4px;
	font-family:Verdana;
}
#menu2 {
	position: absolute;
	top: 230px;
	left: 90px;
}
#menu2 ul {
	list-style-type: none;
	font-size:15px;
	font-weight: bold;
	list-style-image: url(../images/website/opsomming.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu2 ul li {
	padding-bottom:4px;
}
#scrollbar{
	float:left;
	width:13px;
	height:160px;
	background-image:url(../images/website/scrollbar.png);
	background-repeat:no-repeat;
	float:left;
}


.Container {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 420px;
	height: 140px;
}
#scroll {
	position: absolute;
	width:420px;
	height:130px;
	background-image:url(images/website/scrollbg.png);
	padding:8px;
	background-repeat:no-repeat;
	font-style:italic;
	white-space: normal;
	overflow: hidden;
}
#scroll p {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	margin: 0;
}
.Scroller-Container {
	position: absolute;
	top: 20px;
	left: 0px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -35px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 80px;
	right: -35px;
}

#homeButton {
	cursor: pointer;
	position: absolute;
	top: 130px;
	left: 35px;
	z-index:600;
}
#galleryButton {
	cursor: pointer;
	position: absolute;
	top: 130px;
	left: 35px;
	z-index:600;
}
#fullscreenButton {
	cursor: pointer;
	position: absolute;
	top: 160px;
	left: 35px;
	z-index:600;
}

#linksButton {
	cursor: pointer;
	position: absolute;
	top: 190px;
	left: 35px;
	z-index:600;
}
#current {
	left: 80px;
	position: absolute;
}
#current ul{
	list-style-type: none;
	font-size:17px;
	font-weight: bold;
	list-style-image: url(../images/website/opsomming.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#current ul li{
	padding-bottom:2px;
}

/*Bodem*/
#bottomPart{
	width:960px;
	height:100px;
	position: relative;
}

#fotoBanner {
	width:960px;
	height:100px;
	overflow: hidden;
	padding: 0px;
	clear:both;
	position: relative;
}

#fotoBanner img {
	height: 100px;
	margin: 0px;
	border: 0px;
	float:left;
	z-index: 1;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


#wrapper #bottomPart #topfotobanner {
	position: absolute;
	z-index: 500;
	right: 0px;
	top: -30px;
}
#wrapper #bottomPart #bodemfotobanner {
	position: absolute;
	z-index: 500;
	left: 0px;
	bottom: -20px;
}

