/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	background:#fff url(images/bg.png) repeat-x top 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;
	color:#cd071e;
}

/* ----------------------------------------------------------------------- LAYOUT */


#container{
	width:990px;
	margin:0px auto;
	background:#fff;
	position:relative;}

#top {
	width:990px;
	height:15px;
}

#menu-container{
	width:990px;
	height:49px;
	float:left;
	background:url(images/menu_bg.png) no-repeat;}
	
#menu{
	padding-top:16px;
	margin-top:0px;
	left:15px;
	z-index:100;
	position:absolute;
	width:785px;
	height:31px;}

#zoek{
	margin-left:785px;
	width:205px;
	float:left;}
	
#header{
	width:990px;
	height:214px;
	float:left;
	position:relative;}
	
#show-overlay{
	width:990px;
	height:230px;
	position:absolute;
	z-index:30;
	top:0;
	left:0;}
	
#show{
	width:537px;
	height:230px;
	margin:0 0 0 438px;
	float:left;
	background:#EFEFEF;}

#main{
	width:990px;
	background:url(images/main_bg.png) repeat-y;
	float:left;}
	
#left{
	width:194px;
	float:left;}

#sub-menu{
	width:194px;
	float:left;}
	
#nieuws{
	width:194px;
	float:left;
	background:url(images/nieuws_bg.png) no-repeat top;}
	
#nb{
	width:194px;
	height:36px;
	float:left;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;}
	
#nb a h4{
	cursor:pointer;}

#nb a h4:hover{
	cursor:pointer;
	text-decoration:underline;}
	
#content{
	width:750px;
	float:left;
	margin:10px 0 10px 15px;}

#footer{
	width:990px;
	height:49px;
	background:#fff url(images/footer.png) no-repeat;
	float:left;
	text-align:center;}
	


#breaker{
	clear:both;
	height:0px;}


#left h4{
	margin:10px 0 10px 25px;
	float:left;
	width:178px;}



#search_site{
	margin:16px 0 0 23px;}

#search_text{
	width:97px;
	height:18px;
	font-size:11px;
	border:0px;}

#search_button{
	font-size:10px;
	color:#FFF;
	cursor:pointer;
	background:transparent;
	border:0px;}




/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	color:#cd071e;
}

a:hover {
	text-decoration:underline;	
	color:#cd071e;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	float:left;
	position:relative;
	border-right:1px solid #888;}
	
#menu li:hover{
	background-color:#BBB;
	border-right:1px solid #888;}
	
#menu li.on{
	background-color:#BBB;
	border-right:1px solid #888;}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	height:31px;
	line-height:29px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	padding:0 10px;
	color:#fff;
}
	
#menu li a:hover{
	color:#fff;
}
	
#menu li.on a{
	color:#cd071e;
}

/* ----------------------------------------------------------------------- SUB-MENU */

#menu ul li ul{
	display:none;
	position:absolute;
	z-index:10;}
	
#menu ul li:hover ul{
	display:block;
	position:absolute;
	z-index:10;
	left:0;
	top:31px;}
	

#menu ul li ul, #menu li ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li ul li{
	width:160px;
	background-color:#BBB;
	border-bottom:1px solid #888;}
	
#menu li ul li:hover{
	background-color:#999;
	border-bottom:1px solid #888;}
	
#menu li ul li.on{
	background-color:#999;
	border-bottom:1px solid #888;}
	
#menu li ul li.on:hover{}

#menu li ul li div{
	margin-left:0px;}
	
#menu li ul li a{
	height:20px;
	line-height:20px;
	display:block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#menu li.on ul li a{
	height:20px;
	line-height:20px;
	display:block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
	
#menu li ul li a:hover{
	color:#fff;
}
	
#menu li ul li.on a{
	color:#cd071e;
}

/* ----------------------------------------------------------------------- SUB-MENU-2 */


#sub-menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#sub-menu li{
	background:url(images/sub-button.png) no-repeat;}
	
#sub-menu li:hover{}
	
#sub-menu li.on{}
	
#sub-menu li.on:hover{}

#sub-menu li div{
	margin-left:25px;}
	
#sub-menu li a{
	width:169px;
	height:29px;
	line-height:27px;
	display:block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
	
#sub-menu li a:hover{
	color:#F90;
}
	
#sub-menu li.on a{
	color:#F90;
}



/* ----------------------------------------------------------------------- FOOTER-MENU */
#footer ul{
	margin:8px 0 0 0;
	height:16px;
	padding:0;
	list-style:none;}
	
 #footer li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer li{
	display:inline;
	float:none;
	border-right:1px solid #777;}
	
#footer li:hover{}
	
#footer li.on{}
	
#footer li.on:hover{}

#footer li div{
	display:inline;}
	
#footer li a{
	height:16px;
	line-height:16px;
	display:inline-block;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	padding:0 5px;
	color:#777;
}
	
#footer li a:hover{
	text-decoration:underline;
}
	
#footer li.on a{
	text-decoration:underline;
}






/* ----------------------------------------------------------------------- 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;
}


#nieuws #mod_news_items_spotlight{
	width:178px;
	margin:0px 0 0 15px;
	line-height:1.3em;
	border-top:1px solid #8aa11d;}

#nieuws #mod_news_items_spotlight .news_item_spotlight{
	border-top:0px solid #8aa11d;
	border-bottom:0px solid #8aa11d;
	margin-top:10px;
	margin-bottom:15px;}

#nieuws #mod_news_items_spotlight .news_title{
	border-top:0px solid #8aa11d;
	border-bottom:0px;
	padding-left:10px;
	color:#FFF;}

#nieuws #mod_news_items_spotlight .news_date{
	padding-left:10px;
	color:#FFF;}

#nieuws #mod_news_items_spotlight .news_image{
	display:none;}

#nieuws #mod_news_items_spotlight .news_summary{
	padding-left:10px;
	color:#000;
	font-style:italic;}

#nieuws #mod_news_items_spotlight .news_readmore{
	padding-left:92px;
	margin-bottom:5px;}



















/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SPOTLIGHT */

/* ----------------------------------------------------------------------- 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;
}

/* ----------------------------------------------------------------------- FORMS */

.mod_form td
{
	vertical-align:top;	
}
.mod_form textarea
{
	width:300px;
	height:80px;
}


/* ----------------------------------------------------------------------- PROJECTEN */


#mod_projects_items {
	text-align:left;}


#mod_projects_items{
	margin:5px;}


#mod_projects_items img{
	border:0px;}

#mod_projects_items .th_foto{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th1{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th2{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th3{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th4{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th5{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th6{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items .th7{
	width:100px;
	border-bottom:1px solid #ededed;}

#mod_projects_items td{
	border-bottom:1px solid #ededed;
	height:70px;}
	
#mod_projects_items tr{}




