*
{
    margin:0;
    padding:0;
}
body
{
    margin:0;
    padding:0;
    font-family:"Century Gothic", Verdana, Arial;
    font-size:13px;
    background-color: #f2f2f2;
    background-image: url("../images/bg.png");
    background-repeat: repeat-x;
    behavior: url("js/csshover3.htc");
}
table
{
    font-family:"Century Gothic", Verdana, Arial;
    font-size:13px;
}
/*
.searchtabletd
{
    background-image:url("../images/search.png");
    background-repeat:no-repeat;
    width:200px;
    border:none;
    height:30px;
    margin-top:2px;
}
.searchtabletd:hover
{
    background-image:url("../images/search.png");
    background-position:0px -30px;
}
*/
input
{
    background-image:url("../images/search.png");
    background-repeat:no-repeat;
    width:200px;
    border:none;
    height:30px;
    margin-top:2px;
}
input:hover
{
    background-image:url("../images/search.png");
    background-position:0px -30px;
}

.text_input
{
	padding:7px 10px 10px 30px;  
}
h1
{
    font-size:20px;
}
h2
{
    font-size:18px;
}
h3
{
    font-size:16px;
}
h4
{
    font-size:14px;
}
h5
{
    font-size:12px;
}
.wrapper
{
    width:900px;
}
.pagetop
{
    width:900px;
    height:150px;
    text-align: left;
    overflow:hidden;
    
}
.logo
{
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width:155px;
    height:130px;
    display:block;
    margin-top:10px;
    margin-left:20px;
    float: left;
}
.pagetop_right
{
    width:725px;
    height:150px;
    margin-top:10px;
    float: left;
    display:block;
}
.login
{
      width:725px;
      height:16px;
      display:block;
      float: left;
      overflow: hidden;
}

.login a
{
    background-image: url("../images/login.png");
    background-repeat: no-repeat;
    width:725px;
    height:16px;
    margin-left:650px;
    border:none;
    text-decoration: none;
    outline: none;
    display:block;
}
.login a:hover,
.login a.selected
{
     background-image: url("../images/login.png");
     background-position: 0px -16px;
}
.searchtable
{
    float:left;
    margin-left:520px;
    margin-top:30px;
}
.language
{
    width:350px;
    height:40px;
    float:right;
    text-align: right;
    display:inline;
    margin-top:10px;
}
.language a
{
    outline:none;
}
.language img
{
    border:none;
    text-decoration: none;
    outline:none;
}
.dummy
{
    clear:both;
}
/* main menu*/
.main_menu
{
    width:900px;
    height:30px;
    background-image: url("../images/menu.bg.png");
    background-repeat: repeat-x;
    display:block;
    z-index: 2;
    position: relative;
}
.menu
{
    margin:0;
    padding:0;
    height:30px;
    width:900px;
    display:block;
    
}
.menu ul
{
    width:900px;
    height:30px;
    list-style-type: none;
}
.menu ul li
{
    float:left;
    display: inline;
    height:30px;
    text-align: center;
    position: relative;
}
.menu ul li a
{
    height:30px;
    border:none;
    outline:none;
    text-decoration: none;
    text-transform: uppercase;
    color:#bbb;
    font-size: 16px;
    /*display:block;*/
}
.menu ul li h2
{
    font-size: 14px;
    margin:0;
    padding:0;
    padding-top:8px;
}
*html .menu ul li h2
{
    padding-top:6px;
}

.menu ul li a h2
{
    color:#bbb;
}

.menu ul li a:hover,
.menu ul li a:hover h2
{
    color:#fff;
}
.menu ul li a.selected,
.menu ul li a.selected h2
{
    height:30px;
    color:#fff;
    display:block;
    float: left;
}
.home,
.halal,
.overons,
.certificering,
.halalwereld,
.erkenning,
.activiteiten,
.multimedia,
.contact
{
    /*width:70px;*/
    /*display:block;*/
    padding: 0px 10px;
}

.home_selected,
.halal_selected,
.overons_selected,
.certificering_selected,
.halalwereld_selected,
.erkenning_selected,
.activiteiten_selected,
.multimedia_selected,
.contact_selected
{
    color: gray;
    background-color: #000;
    padding: 0px 10px;
}

.divider
{
    margin: 0;
    padding: 0;
    background-image: url("../images/divider.png");
    background-repeat: no-repeat;
    width:2px;
    height:25px;
    margin-top:4px;
    overflow: hidden;
}
/* sub menu*/
.menu ul li a h3
{
    font-size:13px;
    font-weight:normal;
}
*html .menu ul li a h3
{
    padding-top:3px;
}
.menu ul li ul
{
    background:#333333;
    display:none;
    width:200px;
    padding: 0;
    margin: 0;
    list-style: none;
    position:absolute;
    left:-2;
    top: 30;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
    z-index: 100;
}

.menu ul li:hover ul,
.menu ul li a:hover ul
{
    /*left: 350px;*/
    display:block;
    z-index: 100;
}
.menu ul li ul li
{
    width:200px;
    height:30px;
    display:block;
    background:#333333;
    border-bottom:1px solid #505050;
    overflow: hidden;
}
.menu ul li ul li a h3
{
    padding-top:10px;
    padding:5px 0px 5px 8px;
}
.menu ul li ul a
{
    display:block;
    height:30px;
    margin:0;
    padding:0;
    text-align:left;
    text-transform:none;
    padding:5px 0px 5px 8px;
}
/****************/
.halal ul li h3,
.certificering ul li h3,
.halalwereld ul li h3,
.halal_selected ul li h3,
.certificering_selected ul li h3,
.halalwereld_selected ul li h3
{
    padding-left:15px;
    color:#bbb;
}

.menu ul li ul a:hover,
.menu ul li ul li:hover a,
.menu ul li ul a:hover h3,
.menu ul li ul li:hover a h3
{
    background:#000;
    color:#fff;
    text-decoration:none;
    padding:5px 0px 5px 8px;
}

.menu ul li ul li a.selected
{
    width:200px;
    height:30px;
    color:#fff;
    display:block;
    background-color:#000;
}
/* end sub menu*/
.content
{
    margin:0;
    padding:0;
    width:900px;
    min-height: 680px;
    height:auto !important;
    height:680px;
    display:block;
}
.content2
{
    margin:0;
    padding:0;
    width:900px;
    min-height: 680px;
    height:auto !important;
    height:680px;
    display:block;
}

.content .text ul,
.content2 .text ul,
.content .text ol,
.content2 .text ol
{
    margin-left: 20px;
}
/*content_left*/
.content_left
{
    width:200px;
    display:block;
    float:left;
    margin-top:10px;
    z-index: 1;
    position:relative;
    overflow: hidden;
}
.actualiteiten
{
    width:180px;
    height:250px;
    text-align: left;
}
.actualiteiten .top
{
    width:200px;
    height:100px;

}
.actualiteiten .center,
.actualiteiten .bottom
{
    margin-top: 10px;
    width:200px;
    height:60px;
    border-bottom:1px dashed #ccc;
    display: block;
    overflow: hidden;
}
.actualiteiten .bottom
{
    border:none;
}
.top1
{
    background-image: url("../images/module.titel.png");
    background-repeat:no-repeat;
    width:200px;
    height:30px;
}
.actualiteiten .top h5,
.actualiteiten .center h5,
.actualiteiten .bottom h5,
.projecten .top1 h5,
.halalinbeweging h5,
.agenda h5,
.reclame h5
{
    margin:0;
    padding:0;
    text-align:left;
    font-size:15px;
    text-transform: uppercase;
    color:#000;
    padding-top:5px;
    padding-left:10px;
}
.actualiteiten .titel
{
    text-align: left;
    width:125px;
    display: block;
    overflow: hidden;
    /*height: 20px;*/
}

.actualiteiten .titel a
{
    border: none;
    text-decoration: none;
    color: black;
}

.actualiteiten .titel h4
{
    font-size:12px;
}
.actualiteiten img
{
    float:left;
    padding-right:5px;
    padding-bottom:5px;
    padding-left:5px;
    border: none;
}
.actualiteiten .description
{
    height: 30px;
    text-align: left;
    font-size:11px;
    display: block;
    overflow: hidden;
	width:125px;
}
/*projecten & halalinbeweging*/
.projecten,
.halalinbeweging
{
    width:200px;
    height:190px;
    margin-top:15px;
}
.projecten
{
    min-height:30px;
    height:auto !important;
    height:30px;
}

.projecten .top,
.halalinbeweging .top
{
    width:200px;
    /*height:190px;*/
    /*overflow:hidden;*/
    background-color: #e7e7e7;
}
.projecten .top ul,
.halalinbeweging .top ul
{
    list-style-type: none;
    text-align:left;
    display:block;
    width:200px;
    /*height:30px;*/


}
.projecten .top ul li,
.halalinbeweging .top ul li
{
    margin: 0;
    padding: 0;
    /*height:30px;*/
    border-bottom:2px solid #cccccc;
    overflow:hidden;
}
.projecten .top ul li a,
.halalinbeweging .top ul li a
{
    margin:0;
    padding:0;
    width:200px;
    height:30px;
    display:block;
    text-decoration:none;
    outline:none;
}
.projecten .top h3,
.halalplus h3,
.halalinbeweging .top h3
{
    margin:0;
    padding: 0;
    font-size: 14px;
    width: 200px;
    cursor: pointer;
    color:#000;
    padding-left:14px;
    padding-top:10px;

}
.projecten .top ul li a:hover,
.projecten .top ul li a.selected,
.halalinbeweging .top ul li a:hover,
.halalinbeweging .top ul li a.selected
{
    width:200px;
    height:30px;
    background-color:#cccccc;
    display:block;
    
}

.halalinbeweging .top ul li ul
{
    display: none;
}

.halalinbeweging .top ul li:hover ul
{
    display: block;
}

.halalinbeweging .top ul li:hover
{
    border-bottom: none;
}
/*end projecten & halalinbeweging*/
/*content_right*/
.content_right
{
    float:left;
    margin-left:15px;
    margin-top:10px;
    width:685px;
    display:block;

}
.banner
{
    width:685px;
    height:250px;
}
.main_content
{
    width:470px;
    float:left;
    margin-top:15px;
    display:block;
    overflow: hidden;

}
.main_content_top
{
    background-image: url("../images/content1-3.png");
    background-repeat: no-repeat;
    display:block;
    width:470px;
    height:5px;
    overflow:hidden;
}
.main_content_center
{
    background-image: url("../images/content2.png");
    background-repeat: repeat-y;
    display:block;
    width:470px;
    min-height:395px;
    height: auto !important;
    height:395px;
}
.main_content_center .text
{
    width:450px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: left;    
}
.main_content_center .titel h2
{
    font-size:18px;
    color:#000;
    text-transform: uppercase;
    border-bottom:2px solid #ccc;
    padding-left: 5px;
}
.main_content_center .description,
.main_content2_center .description
{
    padding: 10px 5px;
    min-height: 550px;
    height:auto !important;
    height: 550px;
    display: block;
    /*overflow:hidden;*/
    position: relative;
}
.main_content2_center .description
{
    overflow:visible;
}
.main_content_bottom
{
    background-image: url("../images/content1-3.png");
    background-repeat: no-repeat;
    display:block;
    width:470px;
    height:5px;
    overflow: hidden;
}
/* main content2*/
.main_content2
{
    width:685px;
    float:left;
    margin-top:15px;
    display:block;

}
.main_content2_top
{
    background-image: url("../images/content.long1-3.png");
    background-repeat: no-repeat;
    display:block;
    width:685px;
    height:5px;
    overflow:hidden;
}
.main_content2_center
{
    background-image: url("../images/content.long2.png");
    background-repeat: repeat-y;
    display:block;
    width:685px;
    min-height:550px;
    height: auto !important;
    height:550px;
    
}
.main_content2_center .text
{
    width:665px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: left;
    overflow: hidden;
}
.main_content2_center .titel h2
{
    font-size:18px;
    color:#000;
    text-transform: uppercase;
    border-bottom:2px solid #ccc;
    padding-left: 5px;
}
.main_content2_bottom
{
    background-image: url("../images/content.long1-3.png");
    background-repeat: no-repeat;
    display:block;
    width:685px;
    height:5px;
}
.agenda,
.reclame
{
    width:200px;
    float:right;
    margin-top:15px;
}

.agenda
{
    background: url('../images/gebedstijden.png') no-repeat;
    width: 200px;
    height: 420px;
}

.reclame img
{
    border: none;    
}

.agenda .top,
.reclame .top
{
    width:200px;
    height:200px;
    margin-top: 100px;
}

.agenda .top
{
	
	height: 300px;
}

.agenda .top iframe
{
	margin: 10px;
	height: 245px;
	width: 175px;
}

.reclame .top
{
    border:none;
}

/* sitemap*/
.sitemap
{
    margin-top:10px;
    height:130px;
    overflow:hidden;
    display: block;
    background-color: #333333;
}

*html .sitemap
{
    height:135px;
}
.sitemap .wrapper ul
{
    /*width: 1000px;*/
    margin-top:5px;
    list-style-type: none;
  
}

.sitemap .wrapper ul li
{
    float:left;
    display: inline;
    height:30px;
    text-align: center;
    position: relative;
    

}

.sitemap .wrapper ul li a
{
    height:30px;
    border:none;
    outline:none;
    text-decoration: none;
    text-transform: uppercase;
    color:#bbb;
    font-size: 16px;
    /*display:block;*/
    text-align: left;
    float: left;

}

.sitemap .wrapper ul li a:hover,
.sitemap .wrapper ul li a.selected
{
    color: #FFF;
}

.sitemap .wrapper ul li a h2
{
    font-size: 11px;
    margin:0;
    padding-top:8px;
}
.sitemap .wrapper ul li ul
{
    background:#333333;
    width:170px;
    padding: 0;
    margin: 0;
    list-style: none;
    position:absolute;
    left:-2;
    top: 30;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
}
*html .sitemap .wrapper ul li ul
{
    margin:0;
}
.sitemap .wrapper ul li ul li
{
    width:170px;
    height:20px;
    display:block;
    background:#333333;
    text-align: left;
    /*padding-left: 15px;*/
    
}

.sitemap .wrapper ul li ul li a
{
    border:none;
    color:#666666;
    display:block;
    height:20px;

}
.sitemap .wrapper ul li ul li a:hover,
.sitemap .wrapper ul li ul li a.selected
{
   color:#FFF;
   display:block;
}

.sitemap .wrapper ul li ul li a h3
{
    margin:0;
    padding-left:10px;
    font-size:10px;
    
}

.sitemap_home,
.sitemap_halal,
.sitemap_overons,
.sitemap_certificering,
.sitemap_halalwereld,
.sitemap_erkenning,
.sitemap_activiteiten,
.sitemap_contact,
.sitemap_multimedia
{
    /*width:70px;*/
    /*display:block;*/
    padding: 0px 10px;
}

.sitemap_submenu
{
    padding: 0px 0px;
    width: 140px;
    display: block;
    text-align: left;
}

.sitemap_submenu a h2
{
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 10px;
    display: block;
}

.footer
{
    background-color: #1a1a1a;
}
.footer_menu
{
    width:900px;
    height:30px;
    background-color: #1a1a1a;

}
.copyright
{
    float:right;
    margin-top:10px;
}
.copyright a
{
    border:none;
    outline:none;
    text-decoration:none;
    color:#666666;
    text-transform:uppercase;
    font-size:14px;
}
.copyright a:hover
{
    color:#fff;
}
.copyright h2
{
    font-size:14px;
}

#paging 
{
    text-align: center;
    padding: 5px 0px 5px 0px;    
}

#paging ul
{
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#paging ul li
{
    border: 1px solid #CBCBCB;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 5px;
}

#paging ul li a
{
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
    width: 20px;
    height: 20px;
}

#paging ul li a span
{
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding-top: 2px;
}

#paging ul li a:hover,
#paging ul li a.selected
{
    background-color: #EBEBEB;
    width: 20px;
    height: 20px;
    display: block;
    color: black;
    font-weight: bold;
}

#searchresults,
#searchresults ul
{
    margin: 0;
    padding: 0;
}

#searchresults ul li
{
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

#searchresults ul li a
{
    color:#888;
}

#searchresults ul li a:hover
{
    color: #000;    
}

.searchtext
{
    margin: 5px 5px;
}

.logos
{
    margin-top:20px;
}

.logos .block,
.logos .block1,
.logos .block2,
.logos .block3,
.logos .block4,
.logos .block5,
.logos .block6,
.logos .block7
{
    width: 195px;
    height: 75px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    /*background-color: #fff;*/
    display: block;
    overflow: hidden;
}
/*.logos .block
{
    background-image: url('../images/anurlogo1.jpg');
}
.logos .block1
{
	background-image: url('../images/AMECO.jpg');
}
.logos .block2
{
    background-image: url('../images/chefmartin.jpg');
}
.logos .block3
{
	background-image: url('../images/epdegraaf.jpg');
}
.logos .block4
{
	background-image: url('../images/ethnic1.png');
}
.logos .block5
{
	background-image: url('../images/siallogo.jpg');
}
.logos .block6
{
	background-image: url('../images/logoVerstegen1.jpg');
}
.logos .block7
{
	background-image: url('../images/storteboom_logo.jpg');
}*/

.logos .block img,
.logos .block1 img,
.logos .block2 img,
.logos .block3 img,
.logos .block4 img,
.logos .block5 img,
.logos .block6 img,
.logos .block7 img
{
    vertical-align: middle;
    border: none;
}

.paging
{
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 550px;
    width: 100%;
    background-color: #F7F7F7;
    z-index: 10;
}

.paging .prev
{
    float: left;
    margin-left: 290px;
}

.paging .next
{
    float:right;
    margin-right: 290px;
}

.home_slideshow
{
    width:650px;
	height:150px;
    text-align:left;
    float:left;
    margin-top:10px;
}
.home_slideshow img
{
	border:none;
}
.home_slideshow a
{
	margin-left:10px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img{
	width: auto;
	height: auto;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/showroom/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/showroom/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/showroom/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}

#imageData{
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption{
	font-weight: bold;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
