﻿body, html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #B0AEA9;
}
*
{
	font-family: Verdana;
}

h1
{
	font-family: Georgia, Verdana;
	color: #7DC7FA;
	font-size: 32px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

a
{
	color: #fff;

}

img
{
	border: 0;
}

#container
{
	width: 896px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #686156;
}

#footer
{
	width: 896px;
	height: 93px;
	margin: -93px auto 0 auto;
	background-image: url(../images/footer.gif);
}

#header
{
	height: 474px;
	background-image: url(../images/header2.jpg);
	position: relative;
}

#contentcontainer
{
	background-image: url(../images/content-repeater.gif);
	background-repeat: no-repeat;
	padding-top: 144px;
	margin-bottom: 93px;
	position: relative;
	overflow: hidden;
}

#fotoscroller
{
	height: 144px;
	position: absolute;
	z-index: 65;
}

#menucontainer
{
	float: left;
	width: 220px;
	padding-left: 28px;
}

#menucontainer a
{
	color: #fff;
	font-size: 12px;
}

#menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu li
{
	list-style: none;
	margin: 0;
	padding: 0;
}


#menu a
{
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	width: 193px;
	height: 26px;
	padding-top: 10px;
	background-image: url(../images/menu-top.gif);
	background-repeat: no-repeat;
}


.submenu
{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	background-color: #7A736B;
	border: 1px solid #A8A39E;
	width: 164px;
	margin-left: 100px;
	margin-top: -36px;
	overflow: hidden;
}
.submenu a
{
	margin-top: -4px;
	padding-left: 10px;
}

#menu li:hover .submenu
{
	display: block;
}

#content
{
	float: left;
	width: 648px;
	color: #fff;
	font-size: 11px;
}









/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position: absolute;
	overflow: hidden;
	width: 820px;
	height:173px;
	top: -64px;
	left: 41px;
}


/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */

.scrollable a {
	float:left;
	margin:0px 5px 0px 0px;
	cursor:pointer;
	width:201px;
	height:173px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable img {
	border: 1px solid white;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}




/* this makes it possible to add next button beside scrollable */
.scrollable {

}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:51px;
	height:51px;
	cursor:pointer;
	font-size:1px;
	position: absolute;
}

/* right */

a.right
{
	background-image: url(../images/pijl-rechts.png);
	left: 840px;
}

/* left */
a.left
{
	background-image: url(../images/pijl-links.png);
	left: 10px;
}

/* up and down */
a.up, a.down		{
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;		*/
}

#map
{
	overflow: hidden;
	color: #000;
}
