/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#ddd;
	line-height:1.4em;
	background:url(images/body_bg.jpg) repeat-x top left #005500;
}
	
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: 900px;
	margin: 0 auto;
}

#mainCell {
	width:900px;
	background:url(images/main_bg3.png) repeat-y top center;
	float:left;
}

#adres {
	position:absolute;
	left:50%;
	margin-left:-440px;
	width:880px;
	z-index:1000;
	text-align:right;
	color:#ffffc6;
	background:#015700;
}

#adres a {
	color:#ffffc6;
}

#breadcrumbs {
		color:#006401;
		font-weight:bold;
		padding:10px 0 10px 0;
}
	#breadcrumbs a
	{
		color:#000;
		text-decoration:none;
	}

#menuContainer {
	width:292px;
	float:left;
}

	#menuTop {
		float:left;
	}
	
	#reserveren {
		margin:0 0 0 11px;
	}
	
	#menu {
		width:292px;
		float:left;
	}
	
	#menuBot {
		margin:0 0 0 11px;
	}
	
#contentContainer {
	width:608px;
	float:left;
}

	#showcaseContainer {
		background:url(images/showcase3.jpg) no-repeat top left;
		width:608px;
		height:368px;
		float:left;
	}
	
	#showcase {
		width:596px;
		height:368px;
		margin:17px 0 0 1px;
	}
	
	#knoppen {
		background:url(images/content_top.jpg) no-repeat top left;
		width:608px;
		height:22px;
		float:left;
	}
	
		
	#content {
		width:560px;
		margin:15px;
		float:left
	}
	
#footer {
	background:url(images/footer.png) no-repeat bottom left;
	width:900px;
	height:32px;
}

#eigenaren {
	margin:5px 0 0 20px;
}

#eigenaren a {
	font-size:9px;
	font-weight:bold;
	color:#dfdc98;
}

.breaker
{
	clear:both;		
}


/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- HORIZONTAAL-MENU */

#knoppen ul, #knoppen li
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	margin:2px 10px 0 10px;
	font-size:12px;
	font-weight:bold;
}

#knoppen li a {
	color:#dfdcb1;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	background:url(images/menu_img.jpg) no-repeat top left;
	margin:0 0 0 10px;
}

#menu ul li ul {
	display:none;
}

#menu ul li:hover ul {
	display:block;
}

#menu li:hover {
}
	
#menu li.on {
}
	
#menu li.on:hover{
}

#menu li div{
}
	
#menu li a{
	padding:0 0 0 40px;
	width:210px;
	height:47px;
	line-height:47px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#72724e;
}
	
#menu li a:hover{
	width:210px;
	height:47px;
	line-height:47px;
	display:block;
	color:#005500;
}
	
#menu li.on a{
	width:210px;
	height:47px;
	line-height:47px;
	display:block;
	color:#005500;
}

/* ----------------------------------------------------------------------- SUB-MENU */

#menu ul ul, #menu li li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li li {
	background:url(images/menu_img-sub.png) no-repeat top left;
	margin:0 0 0 0px;
}
	
#menu li li:hover {
}
	
#menu li.on li {
}
	
#menu li li.on:hover{
}

#menu li li div{
}
	
#menu li li a{
	padding:0 0 0 60px;
	width:210px;
	height:27px;
	line-height:27px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#72724e;
}

#menu li.on li a{
	padding:0 0 0 60px;
	width:210px;
	height:27px;
	line-height:27px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#72724e;
}
	
#menu li li a:hover{
	width:210px;
	height:27px;
	line-height:27px;
	display:block;
	color:#005500;
}
	
#menu li li.on a{
	width:210px;
	height:27px;
	line-height:27px;
	display:block;
	color:#005500;
}

/* ----------------------------------------------------------------------- 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:630px;
	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:630px;}
	
#gal_viewer{
	width:630px;}

#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;
}


