/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background:#FFF url(images/bg.jpg) repeat-x top center;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(images/main-bg.jpg) no-repeat top center;
	color:#3f5e77;
}
	
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 */



#container{
	width:990px;
	margin:0 auto;}
	
#header{
	width:990px;
	height:246px;
	float:left;
	background:url(images/header.png) no-repeat;
	position:relative;}
	
#menu{
	width:990px;
	height:39px;
	float:left;
	background:url(images/menu_bg.png) no-repeat;
}
	
#main{
	width:990px;
	float:left;
	background:url(images/main_bg.png) repeat-y;}
	
#footer{
	width:990px;
	height:92px;
	float:left;
	padding-left:38px;
	background:url(images/footer.png) no-repeat;}
	
#naw{
	position:absolute;
	top:130px;
	left:548px;
	border:0px solid red;
	color:#4287be;
	line-height:26px;
	font-weight:bold;
	text-transform:uppercase;}

#belterug{
	height:60px;
	width:290px;
	position:absolute;
	top:125px;
	left:40px;
	border:0px solid red;}
	
#belterug a{
	height:60px;
	width:290px;
	display:block;
	border:0px solid red;}

#zoeken{
	height:40px;
	width:290px;
	position:absolute;
	top:204px;
	left:53px;
	border:0px solid red;}
	
#zoeken #search_text{
	width:205px;
	border:0px;
	color:#3f5e77;}

#zoeken #search_button{
	border:0px;
	font-size:0px;
	width:65px;
	height:20px;
	background:transparent;
	cursor:pointer;}
	
	

#nederlands{
	height:30px;
	width:180px;
	position:absolute;
	top:135px;
	left:350px;
}
	
#nederlands a{
	height:30px;
	width:180px;
	display:block;}

#deutsch{
	height:30px;
	width:180px;
	position:absolute;
	top:170px;
	left:350px;
}
	
	

#deutsch a{
	height:30px;
	width:180px;
	display:block;}


#contactbutton{
	height:30px;
	width:180px;
	position:absolute;
	top:205px;
	left:350px;
}

#contactbutton a{
	height:30px;
	width:180px;
	display:block;}

#content-container{
	width:940px;
	float:left;}
	
#content{
	width:870px;
	float:left;
	line-height:1.6em;
	margin:15px 0 15px 55px;}
	

.footer-menu{
	padding:10px 85px 0 20px;
	float:left;
	height:76px;
	background:url(images/footer-lines.png) no-repeat right;}


/* ----------------------------------------------------------------------- LINKS */

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}




#menu ul
{
	margin:0;
	padding:0 0 0 38px;
	position:absolute;
}

#menu ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	position:relative;
	background:url(images/menu-lines.png) no-repeat left;
	line-height:39px;}

#menu li:hover
{
	background:url(images/menu-hover.png) repeat-x;
}
#menu li.on
{
	background:url(images/menu-hover.png) repeat-x;
}



#menu li a{
	display:inline-block;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	color:#acdaff;
	padding:0 12px;
}
#menu li a:hover{
	color:#000a67;
}

#menu li.on a{
	color:#000a67;
}



/* ----------------------------------------------------------------------- SUB-MENU */

#menu ul li ul
{
	display: none;
	left:0;
	padding:0;
	margin:0;
}
#menu ul li:hover ul
{
	display: block;
	padding:0;
	margin:0;
	position: absolute;
	top: 38px;	
	background:url('images/sublist.png');
	z-index:2000;
}
#menu li li{
	margin:0;
	line-height:22px;
	clear: both;
	position:relative;
	width: 180px;
	background:none;
}
#menu li li:hover
{
	background:none;
}
#menu li li.on:hover
{
	background:url(images/menu-hover.png) repeat-x;

}
#menu li li div
{
	background:none;
}

#menu li li a, #menu li.on li a, #menu li.on li a 
{
	color:#acdaff;
	font-size:12px;
	font-weight:bold;
	width: 180px;
	display:block;
}
#menu li.on li a:hover, #menu li li a:hover
{
	color:#fff;	
}

/* ----------------------------------------------------------------------- INT-MENU */

#menu li:hover li ul, #menu li li ul
{
	display:none;
	position:absolute;
	left:180px;
	top:0;
}

#menu li li:hover ul
{
	display:block;	
	position:absolute;
	left:180px;
	top:0;
	background:#006;
	background:url('images/subsublist.png');
}
#menu li li li a, #menu li li.on li a, #menu li.on li li a
{
	color:#000a67;	
}

/* ----------------------------------------------------------------------- HEAD-MENU 



#menu ul
{
	margin:0 0 0 38px;
	padding:0;
	list-style-type:none;
}
#menu li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	background:url(images/menu-lines.png) no-repeat right;}
	
#menu li:hover{
	background:url(images/menu-hover.png) repeat-x;}
	
#menu li.on{
	background:url(images/menu-hover.png) repeat-x;}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li div a{
	height:39px;
	line-height:36px;
	display:inline-block;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	color:#acdaff;
	padding:0 12px;
}
	
#menu li a:hover{
	
	color:#000a67;
}
	
#menu li.on a{
	color:#000a67;
}


/* ----------------------------------------------------------------------- SUB-MENU  */


#sub-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;}
	
#sub-menu li{
	margin:0;
	padding:0;
	width:224px;
	line-height:31px;
	list-style-type:none;
	background:url(images/sub-button.png) no-repeat;}
	
#sub-menu li li{
	margin:0;
	padding:0;
	line-height:25px;
	list-style-type:none;
	background:none;}	

#sub-menu li div{
	margin-left:30px;}

#sub-menu li a{
	line-height:31px;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#2b5fa3;
	}

#sub-menu li li a{
	line-height:20px;
	display:list-item;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#2b5fa3;
	}



#sub-menu li:hover a{
	color:#001b3f;
	text-decoration:underline;}

#sub-menu li.on a{
	color:#001b3f;
	text-decoration:underline;}
	
#sub-menu li.on li a{
	color:#06C;
	text-decoration:none;}	

#sub-menu li.on a:hover{
	color:#001b3f;
	text-decoration:underline;}


/* ----------------------------------------------------------------------- FOOTER-MENU */

.footer-menu ul{
	margin:-3px 0 0 0;
	padding:0;
	height:72px;
	overflow:hidden;
	list-style-type:none;}

.footer-menu li{
	margin:0;
	padding:0;
	list-style-type:none;}

.footer-menu a{
	font-size:10px;
	line-height:14px;
	color:#8dabc3;
	text-decoration:none;}

.footer-menu a:hover{
	text-decoration:underline;}

.footer-menu{}


/* ----------------------------------------------------------------------- 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;		
}

