/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background:url(images/html-bg.jpg) no-repeat top center fixed;
}

body{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.6em;
}

#jaar1900{
	background:url(images/body-bg-1900.png) no-repeat top center;}

#jaar1910{
	background:url(images/body-bg-1910.png) no-repeat top center;}

#jaar1920{
	background:url(images/body-bg-1920.png) no-repeat top center;}

#jaar1930{
	background:url(images/body-bg-1930.png) no-repeat top center;}

#jaar1940{
	background:url(images/body-bg-1940.png) no-repeat top center;}

#jaar1950{
	background:url(images/body-bg-1950.png) no-repeat top center;}

#jaar1960{
	background:url(images/body-bg-1960.png) no-repeat top center;}

#jaar1970{
	background:url(images/body-bg-1970.png) no-repeat top center;}

#jaar1980{
	background:url(images/body-bg-1980.png) no-repeat top center;}

#jaar1990{
	background:url(images/body-bg-1990.png) no-repeat top center;}

#jaar2000{
	background:url(images/body-bg-2000.png) no-repeat top center;}

#jaarall{
	background:url(images/body-bg.png) no-repeat top center;}



	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
}
	
h2 {
	font-size:16px;
}
	
h3 {
	font-size:14px;
}
	
h4 {
	font-size:12px;
}
	
h5 {
	font-size:11px;
}

h1, h2, h3, h4, h5
{
	padding:2px;
	margin:2px;
}

/* ----------------------------------------------------------------------- LAYOUT */






#container{
	width:1004px;
	margin:0 auto;}
	
#header{
	width:1004px;
	height:227px;
	float:left;}
	
#menu-container{
	width:1004px;
	height:108px;
	float:left;
	background:url(images/menu_bg.png) no-repeat;}
	
#menu{
	width:1004px;
	height:85px;
	float:left;
	position:relative;}
	
#menu-main{
	width:1004px;
	height:23px;
	float:left;}
	
#main-container{
	width:1004px;
	float:left;
	background:url(images/main_bg.png) repeat-y;}
	
#content-container{
	width:832px;
	float:left;}
	
#content{
	width:800px;
	margin:10px 0 0 25px;
	color:#9a9a9a;
	font-family:Arial, Helvetica, sans-serif;}
	
#year-container{
	width:172px;
	float:left;}
	
#footer{
	width:1004px;
	height:40px;
	float:left;
	background:url(images/footer.png) no-repeat;
	float:right;}

#breaker{
	clear:both;}
































/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:underline;
	color:#720005;
}

a:hover {
	text-decoration:none;	
	color:#720005;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul
{
	margin:0 0 0 7px;
	padding:0;
	list-style-type:none;
}

#menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#menu li{}
	
#menu li:hover{}
	
#menu li.on{
	background:url(images/button-active.png) repeat-x;}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	height:45px;
	line-height:60px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 25px;
	overflow:hidden;
}
	
#menu li a:hover{
	height:45px;
	line-height:60px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#ffbb00;
	padding:0 25px;
	overflow:hidden;
}
	
#menu li.on a{
	height:45px;
	line-height:50px;
	display:inline-block;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#720005;
	padding:0 30px;
	overflow:hidden;
}

/* ----------------------------------------------------------------------- SUB-MENU */



#menu ul li ul
{
	margin:0 0 0 22px;
	padding:0;
	list-style-type:none;
	position:absolute;
	left:0;
}

#menu li ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#menu li ul li{}
	
#menu li:hover ul li{}
	
#menu li ul li.on{
	background:none;}
	
#menu li ul li.on:hover{}

#menu li ul li div{}
	
#menu li ul li a{
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#720005;
	padding:0 10px;
	overflow:hidden;
}

#menu li.on ul li a{
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#720005;
	padding:0 10px;
	overflow:hidden;
}
	
#menu li ul li a:hover{
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	overflow:hidden;
}
	
#menu li ul li.on a{
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	overflow:hidden;
}

#menu li.on ul li.on a{
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	overflow:hidden;
}






/* ----------------------------------------------------------------------- MAIN-MENU */

#menu-main ul
{
	margin:0 0 0 22px;
	padding:0;
	list-style-type:none;
}

#menu-main li
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#menu-main li{}
	
#menu-main li:hover{}
	
#menu-main li.on{}
	
#menu-main li.on:hover{}

#menu-main li div{}
	
#menu-main li a{
	height:23px;
	line-height:23px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	padding:0 10px;
	overflow:hidden;
}
	
#menu-main li a:hover{
	height:23px;
	line-height:23px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#ffbb00;
	padding:0 10px;
	overflow:hidden;
}
	
#menu-main li.on a{
	height:23px;
	line-height:23px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#ffbb00;
	padding:0 10px;
	overflow:hidden;
}





/* ----------------------------------------------------------------------- Year Menu */

#year-container ul 
{
	margin:10px 0 0 5px;
	padding:0;
	list-style-type:none;
}

#jaarselect li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#jaarselect li{
	width:155px;
	text-align:center;
	background:url(images/year-button.png) no-repeat;}
	
#jaarselect li:hover{}
	
#jaarselect li.on{
	background:url(images/year-button-hover.png) no-repeat;}
	
#jaarselect li.on:hover{}

#jaarselect li div{}
	
#jaarselect li a{
	height:42px;
	line-height:50px;
	display:block;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
}
	
#jaarselect li a:hover{
	height:42px;
	line-height:50px;
	display:block;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#ffbb00;
	overflow:hidden;
}
	
#jaarselect li.on a{
	height:42px;
	line-height:50px;
	display:block;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#720005;
	overflow:hidden;
}




/* ----------------------------------------------------------------------- FOOTER Menu */

#footer ul 
{
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#footer li
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#footer li{}
	
#footer li:hover{}
	
#footer li.on{}
	
#footer li.on:hover{}

#footer li div{}
	
#footer li a{
	height:40px;
	line-height:50px;
	display:inline-block;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color:#720005;
	overflow:hidden;
	padding:0 15px;
}
	
#footer li a:hover{
	height:40px;
	line-height:50px;
	display:inline-block;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
	color:#720005;
	overflow:hidden;
}
	
#footer li.on a{
	height:40px;
	line-height:50px;
	display:inline-block;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
	color:#720005;
	overflow:hidden;
}







/* ----------------------------------------------------------------------- NEWS */

.news_item
{
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
.news_title
{	
	font-weight:bold;
	color:#720005;
}
.news_date
{
	font-style:italic;	
	color:#720005;
}
.news_image
{
	float:left;
	margin-right:5px;
}

#mod_news_items_spotlight .news_title{
	width:300px;
	margin:0 0 0 3px;
	font-size:12px;
	font-weight:bold;
	height:18px;
	
	}
	
#mod_news_items_spotlight .news_date{
	width:220px;
	margin:0 0 0 3px;
	font-size:11px;
	float:left;
	}
	
#mod_news_items_spotlight .news_readmore{
	width:70px;
	margin:0 0 0 3px;
	font-size:11px;
	float:left;
	}

#mod_news_items_spotlight .news_item_spotlight{
	width:300px;
	margin:5px 0 5px 0px;
	height:36px;
	overflow:hidden;
	background-color:#FDF8DF;
	border:2px solid #ffbb00;}

#mod_news_items_spotlight .news_summary{
	width:294px;
	height:36px;
	display:none;
	margin:0 0 0 3px;
	font-size:10px;
	line-height:1.2em;
	overflow:auto;}
	
#mod_news_items_spotlight{
	width:300px;}

/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SPOTLIGHT */
#spotlightContainer
{
	width:100%;	
}
.item_spotlight{
	float:left;
	padding:3px;
}

.item_spotlight img{
	}
	
.item_spotlight h3 a{
	}

.mod_form textarea
{
	width:400px;
	height:150px;
}	
.mod_form input
{
	width:250px;
}
/* ----------------------------------------------------------------------- GUESTBOOK */
#guestbook_write
{
	padding:3px;	
}
.guestbook_comment
{
	margin-bottom:20px;	
}
.guestbook_content
{
	padding:5px;
	border:1px solid #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:300px;
	font-size:10px;
	padding:5px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
.error
{
	color:#f00;	
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:780px;
	text-align:center;}
	
#gal_title{
	width:780px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:780px;}
	
#gal_viewer{
	width:780px;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}

/* ----------------------------------------------------------------------- PROJECTEN */

#mod_projects_items
{ }

#mod_projects_items table
{ 
width:100%;
}
#mod_projects_items th
{ 
text-align:left;
}
#mod_projects_items tr
{ 
}
#mod_projects_items table
{ 
	border-bottom:1px solid #ccc;
	padding:5px;
}
#mod_projects_items img
{ 
	border:1px solid #ccc;
}
#mod


