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

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#575853 url(images/bg.jpg) no-repeat top center fixed;
	line-height:1.6em;
}
	
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:0px;
	margin:0px;
}

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



#container{
	width:950px;
	margin:0 auto;}
	
#header{
	width:950px;
	height:390px;
	background:url(images/header.png) no-repeat;
	float:left;}
	
#menu{
	width:950px;
	height:47px;
	background:url(images/menu.png) no-repeat;
	float:left;}
	
#main{
	width:950px;
	background:url(images/main-bg.png) repeat-y;
	float:left;}
	
#footer{
	width:950px;
	height:70px;
	background:url(images/footer.png) no-repeat top;
	float:left;
	font-size:10px;
	color:#FFF;
	line-height:14px;}
	
#webburo
{
	text-align:right;	
	width:950px;
	margin:0 auto;
	position:relative;
	height: 40px;
}
	#webburo img
	{
		border:0;	
	}

	
.naw{
	float:left;
	margin:10px;}
	
#sub{
	width:204px;
	float:left;}
	
#box-container{
	width:204px;
	float:left;
	background:url(images/box-bg.jpg) repeat-y;}
	
#box{
	width:204px;
	float:left;
	background:url(images/box-top.jpg) no-repeat top;}
	
#box-inhoud{
	width:175px;
	margin:10px 0 10px 10px;
	float:left;
	color:#FFF;}

#content-container{
	width:542px;
	float:left;}
	
#content{
	width:520px;
	margin:10px 0 10px 10px;
	float:left;}

#show{
	width:948px;
	height:305px;
	margin:79px 0 0 1px;
	background:#000;}
























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

a {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

a:hover {
	text-decoration:none;	
	font-weight:bold;
	color:#000;
}

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

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	float:left;
	background:url(images/lines.gif) no-repeat right;}
	
#menu li:hover{
	background:#000;}
	
#menu li.on{
	background:#000;}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	height:37px;
	line-height:35px;
	color:#000;
	font-size:14px;
	padding:0 15px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
}
	
#menu li a:hover{
	color:#FFD65A;
	text-decoration:none;
}
	
#menu li.on a{
	color:#fff;
	text-decoration:none;
}

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


#sub ul, #sub li{
	margin:0;
	padding:0;
	list-style:none;}
	
#sub li{
	background:url(images/sub-button.gif) no-repeat;}
	
#sub li div{
	margin-left:14px;}
	
#sub li a{
	color:#FFF;
	font-weight:bold;
	display:block;
	height:29px;
	line-height:29px;
	width:190px;}
	
#sub li.on a{
	color:#FFD65A;
	font-weight:bold;
	display:block;
	height:29px;
	line-height:29px;
	width:190px;}



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

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

/* ----------------------------------------------------------------------- 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{
	}

/* ----------------------------------------------------------------------- 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:630px;
	text-align:center;}
	
#gal_title{
	width:515px;
	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:515px;}
	
#gal_viewer{
	width:515px;}

#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;
}

/* ----------------------------------------------------------------------- DYN KAART */

#im_map
{
	width:490px;
	padding:10px;
	overflow:auto;

}


