/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background:url('images/htmlback.jpg') top repeat-x #629a01;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:url('images/bodyback.jpg') top repeat-x #629a01;	
	line-height:1.4em;
	padding-top:134px;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {font-size:18px;}	
h2 {font-size:16px;}
h3 {font-size:14px;color:#009c08}
h4 {font-size:12px;}
h5 {font-size:11px;}

h1, h2, h3, h4, h5
{
	padding:5px 0px;
	margin:5px 0px;
}
input
{
	font-size:11px;	
}
textarea
{
	width:300px;
	height:100px;
}

/* ----------------------------------------------------------------------- LINKS */

a {
	color:#090;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- LAYOUT */

#container {
	width: 1000px;
	margin: 0 auto;
	background:url('images/contentback.png') repeat-y;
}
#introContainer {
	width: 990px;
	margin: 0 auto;
}


#showcase {
	width:994px;
	height:274px;
	padding:0 3px;
	position:relative;
}
#showcase div
{
	width:900px;
	border:10px solid #f00;
}
#showcaseOverlay
{
	position:absolute;
	z-index:100;
	left:3px;
	top:0;
}

#breadcrumbs {
		color:#000;
		padding:10px 0 15px 0;
		position:relative;
		margin-top:-50px;
		color:#fff;
		z-index:250;
}
	#breadcrumbs a
	{
		color:#fff;
		text-decoration:none;
	}

#menuContainer {
	width:245px;
	float:left;
}

#menu {
	background:url('images/menuback.jpg') top repeat-x;
	height:93px;
	width:990px;
	margin:0 auto;
	position:relative;
}

#content {
	float:left;
	width:995px;
	margin-left:2px;
	background:url('images/contentshadow.jpg') top center no-repeat;
}		
#leftSwitch
{
	float:left;	
	width:209px;
	margin-top:-50px;
	position:relative;
	z-index:200;
}
#contentContainer
{
	float:left;	
	width:569px;
	padding:0 10px;
}
#contentContainer img
{
	border:0;	
}
#rightSwitch
{	
	float:left;	
	width:197px;
	margin-top:-50px;
	position:relative;
	z-index:200;
}
#footer {
	width:960px;
	padding:25px 20px;
	height:21px;
	position:relative;
	margin:0 auto;
	background:url('images/footer.png');
	text-align:center;
}
.breaker
{
	clear:both;		
}



/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li
{
	float:left;	
	padding:0 15px;
	text-align:center;
	line-height:37px;
}
#menu li:hover, #menu li.on
{
		background:url('images/hmenu_hover.jpg') repeat-x;
}
#menu li a
{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

/* ----------------------------------------------------------------------- SUB-MENU */
#menu li ul
{
	position:absolute;
	width:990px;
	left:0;
}
#menu li li
{
	margin:0;
	padding:0px 10px;
	list-style-type:none;
	line-height:33px;
	border-right:1px dotted #fff;
}
#menu li li a
{
	font-weight:normal;
	color:#fff;
	text-transform:none;
	font-size:12px;
}

#menu li li ul
{
	position:absolute;
	width:990px;
	left:0;
	top:34px;
}
#menu li li li:hover, #menu li li li.on
{
		background:url('images/imenu_hover.jpg') repeat-x;
}
#menu li li li
{
	margin:0;
	padding:0px 10px;
	list-style-type:none;
	line-height:22px;
	border-right:1px dotted #fff;
}
#menu li li li a
{
	font-weight:normal;
	color:#090;
	text-transform:none;
	font-size:12px;
}

/* ----------------------------------------------------------------------- FOOTER-MENU */

#footermenu ul, footermenu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li
{
	float:left;
	border-right:1px solid #fff;
	padding: 0 20px;
}
#footermenu a
{
	font-size:11px;
	color:#fff;
}


/* ----------------------------------------------------------------------- NEWS */
.news_item
{
	padding-bottom:0px;	
	border-bottom:1px solid #CCC;
	margin-top:10px;
}
.news_title
{
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}
.news_date
{
	font-style:italic;	
}

.news_image { }

.news_summary_thumb_container
{
	float:left;
	margin:0px 5px 5px 0px;
}
.news_summary_thumb_container img
{
	width:100px;	
	padding:1px;
	border:1px solid #ccc;
}

.news_readmore
{
	clear:both;
	text-align:right;
}

#mod_news_archivelink
{
	border-top:1px dotted #ccc;	
	font-weight:bold;
	color:#0067b4;
	text-align:center;
	margin:10px 0 0 0;
}
.news_item_archive
{
	position:relative;	
	line-height:1.8em;
}
.news_item_archive .news_title
{
	position:absolute;
	left:80px;
	border:0;	
}
.news_item_archive .news_date
{
	position:absolute;
	left:5px;
	border:0;	
}
.news_item_archive
{
	border-bottom:1px dotted #0067b4;		
}


/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SHOP 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:570px;
	text-align:center;
	}
	
#gal_title{
	width:570px;
	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:570px;}
	
#gal_viewer{
	width:570px;}

#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;
}

#mod_projects_items table
{
	width:100%;	
}
#mod_projects_items td
{
	padding:2px;	
}
#mod_projects_items img
{
	border:0;	
}

#mod_projects_items .td_leesmeer
{
	text-align:right;	
}
#mod_projects_items th
{
	border-bottom: 1px solid #ccc;
	text-align:left;
	
}
#mod_projects_items td
{
	border-bottom: 1px solid #ccc;
	text-align:left;		
}


.sitemap li a
{
	font-weight:bold;
	color:#5b9e00;
	font-size:14px;
	list-style-type:none;
}
.sitemap li li a
{
	font-weight:bold;
	color:#5b9e00;
	font-size:14px;
	list-style-type:none;
	
}
.sitemap li li li a
{
	font-weight:bold;
	color:#06C;
	font-size:12px;
	list-style-type:none;
	
}
#sitemapHeader
{
	display:none;	
}
.sitemap li
{
	background:none;	
	list-style-type:none;

}
.sitemap li li
{
	background:url(images/green_pointer.gif) top left no-repeat;
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:20px;
	list-style-type:none;

}
.sitemap li li ul
{
	margin-top:5px;
}
.sitemap li li a
{
	font-weight:normal;	
}

