/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background:url(images/bg.png) repeat center top;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#003f18;
	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
{

}

/* ----------------------------------------------------------------------- LAYOUT */

#overall{
	width:100%;
	min-height:100%; /* real browsers */
	height:auto !important; /* real browsers */	
	height:100%; /* IE6: treaded as min-height*/
	position:absolute;
	border:0px solid red;}

#footer{
	width:100%;
	height:150px;
	background:url(images/bg_footer.png) repeat-x bottom center;
	position:absolute;
	bottom:0px;}

#container{
	width:990px;
	margin:0 auto;
	position:relative;}
	
#menu-container{
	width:245px;
	float:left;
	margin:155px 0 130px 0;}
	
#menu_top{
	width:245px;
	height:41px;
	float:left;
	background:url(images/menu_top.png) no-repeat;}
	
#menu{
	width:245px;
	float:left;
	min-height:150px; /* real browsers */
	height:auto !important; /* real browsers */	
	height:150px; /* IE6: treaded as min-height*/
	background:url(images/menu_bg.png) repeat-y;}
	
#menu_bottom{
	width:245px;
	height:50px;
	float:left;
	background:url(images/menu_bottom.png) no-repeat top;}

#content{
	width:735px;
	float:left;
	margin:345px 0 130px 10px;
	padding: 0 0 30px 0;
	background:url(images/content_bg.png) no-repeat top right;
	position:relative;}

#breaker{
	clear: both;}


#header{
	width:990px;
	height:111px;
	background:url(images/header.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:50;}

#header div{
	margin-left:833px;
	float:left;}

#header a{
	width:28px;
	height:50px;
	float:left;
	border:0px solid red;}

#show-container{
	width:785px;
	height:277px;
	position:absolute;
	top:54px;
	left:205px;
	z-index:40;}
	
#show{
	width:785px;
	height:277px;
	position:relative;}
	
#show-overlay{
	position:absolute;
	top:0;
	left:0;}

#show-inhoud{
	width:785px;
	height:277px;
	background-color:#efefef;
}


#naw{
	margin:10px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#008030;}
















/* ----------------------------------------------------------------------- LINKS */

a {
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;	
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{}
	
#menu li:hover{}
	
#menu li.on a{
	color:#f00;
}
#menu li.on li a{
	color:#fff;
	text-decoration:none;
}
	
#menu li.on:hover{}

#menu li div{
	margin-left:30px;}
	
#menu li a{
	width:210px;
	line-height:25px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
	
#menu li a:hover{
	text-decoration:underline;
}
	
#menu li.on a{
	text-decoration:underline;
}
#menu li li
{
	padding-left:20px;
}

/* ----------------------------------------------------------------------- SUB-MENU */


#project ul{
	margin:30px 0 30px 0;
	padding:0;
	list-style:none;}
	
#project li{
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
	list-style-image:url(images/dot.png);}
	
#project li a{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	color:#008030;}





/* ----------------------------------------------------------------------- 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;
}

#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;		
}
#gal_title
{
	display:none;	
}
span#gal_image_name
{
	display:none;	
}
