* {
	margin: 0;
	padding: 0;
}

body, html {
		height: 100%;
}
body {
	font: 0.75em Verdana, Arial, Tahoma, Trebuchet MS;
	background: #000;
	color: #fff;

}
body.container
{
	background: #000;
}

#container {
  width: 880px;
	height: 615px;
	margin: auto;
}

#container2 {
  width: 880px;
	height: 615px;
	margin: auto;
	background: url(../images/background.jpg) bottom no-repeat;
}


/***** OPMAAK *****/
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #fff;
}



/***** LOGO *****/
#logo {
	padding: 17px 0 0 32px;
	width: 148px;
	height: 34px;
	margin-bottom: 10px;
}
#logo h1, #logo h2 {
	text-indent: -999em;
}
#logo h2 {
	position: absolute;
}
#logo a {
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/logo-belvedere.jpg);
}


/***** MENU *****/
.line {
	height: 22px;
}

.linebottom {
		background: url(../images/line.jpg) center bottom no-repeat;
		height: 24px !important;
}
ul#menu {
	text-align: center;
	width: 853px;
	padding: 1px 0 0 27px;
	line-height: 22px;
	background: url(../images/line.jpg) center top no-repeat;
}
ul#menu li {
	float: left;
	padding: 0 10px;
}
ul#menu li a {
	float: left;
	display: block;
	color: #fff;
	padding-top: 5px;
	font-weight: bold;
}
ul#menu li.pijl01 a:hover, ul#menu li.pijl01 a.active { background: url(../images/pijl_01.jpg) center top no-repeat; }
ul#menu li.pijl02 a:hover, ul#menu li.pijl02 a.active { background: url(../images/pijl_02.jpg) center top no-repeat; }
ul#menu li.pijl03 a:hover, ul#menu li.pijl03 a.active { background: url(../images/pijl_03.jpg) center top no-repeat; }
ul#menu li.pijl04 a:hover, ul#menu li.pijl04 a.active { background: url(../images/pijl_04.jpg) center top no-repeat; }
ul#menu li.pijl05 a:hover, ul#menu li.pijl05 a.active { background: url(../images/pijl_05.jpg) center top no-repeat; }
ul#menu li.pijl06 a:hover, ul#menu li.pijl06 a.active { background: url(../images/pijl_06.jpg) center top no-repeat; }
ul#menu li.pijl07 a:hover, ul#menu li.pijl07 a.active { background: url(../images/pijl_07.jpg) center top no-repeat; }



/***** AUDIO *****/
#audio {
	display: block;
	float: right;
	margin-top: 32px;
	margin-right: 32px;
}



/***** CONTENT *****/
#content {
	width: 800px;
	height: 507px;
	margin: 16px auto;
	overflow: auto;
}

#content p {
	padding-top: 20px;
}
#iframe
{
	width: 800px;
	height: 507px;
	margin: 16px auto;
	margin-left: 0px;
}
#flashhome
{
	margin-left: 27px;
}
/***** FOOTER *****/
#footer {
	width: 816px;
	padding: 32px;
	padding-top: 6px;
	background: url(../images/line.jpg) center top no-repeat;
	line-height: 22px;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	margin-left: 8px;
}
#footer ul li img{
	float: left;
	padding: 0px 4px 0 0;
}
#footer ul li a {
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer ul li.pijl08 a:hover, #footer ul li.pijl08 a.active { background: url(../images/pijl_08.jpg) center bottom no-repeat; }
#footer ul li.pijl09 a:hover, #footer ul li.pijl09 a.active { background: url(../images/pijl_09.jpg) center bottom no-repeat; }
#footer ul li.pijl10 a:hover, #footer ul li.pijl10 a.active { background: url(../images/pijl_10.jpg) center bottom no-repeat; }
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 712px; 
    height:164px; 
} 
 
/* 
    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 width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 

}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{
		clear:right; margin-right: 0px; background-image: url('../images/right.png');}


/* left */
a.left				{ clear:right; margin-right: 0px; background-image: url('../images/left.png');}

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

