/*Template grijs basis */

	body{
		background-color: #7d7e82;
		background-image: url('/files/layout/bg.gif');
		background-repeat: repeat-x;
		background-position: top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		
		/* -- IE scrollbar -- */
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-face-color: #2c2628;
		scrollbar-highlight-color: #2c2628;
		scrollbar-3dlight-color: #2c2628;
		scrollbar-shadow-color: #2c2628;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #000000;	
	}
    
    button {
        cursor: pointer;
    }
	
	#wrapper {
		margin: 0 auto;
		margin-top: 25px;
		width: 980px;
	}
	
	#header{
		height: 186px;
		width: 100%;
		background-image: url('/files/layout/header.jpg');
		position: relative;
	}
	
	#header #headerphoto{
		position: absolute; 
		top: 0;
		left: 251px;
		width: 415px;
		height: 186px;
	}
	
	#headerphoto #overlay-top{
		position: absolute;
		top: 175px;
		left: 0px;
		width: 415px;
		height: 15px;
		background-color: #333333;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	
	
	#header a.home{
		position: absolute;
		top: 40px;
		left: 18px;
		width: 215px;
		height: 95px;
	}
	
	#header #sidecontents{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 290px;
		height: 160px;
		padding: 10px;
		overflow: hidden;
	}
		
	/* -- Menu -- */	
	
	#menubar{
		width: 970px;
		height: 44px;
		background-image: url('/files/layout/menubar.jpg');
		background-repeat: no-repeat;
		position: relative;
        padding-left: 10px;
	}
	
	#menuplacer{
		margin-left: 10px;
		width: 800px;
		height: 37px;
		display: inline;/*IE6*/
		position: absolute;
		top: 0;
		left: 0;
	}

	.menuitem{
		padding: 15px 10px 0 9px!important;
        margin: 0 18px 0 0!important;
		height: 17px;!important;
		float: left!important;
		text-align: center!important;
	}

	#menubar a.menu{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
        z-index: 500;
	}
	
	#menubar a.menu:hover{
		padding-bottom: 5px;
		border-bottom: 5px solid #51484b;
	}
	
	#menubar a.active{
		padding-bottom: 5px;
		border-bottom: 5px solid #51484b;
	}
	
	/* -- Home -- */
	
   
	#home #left-column{
		width: 251px;
		height: 588px;
		float: left;
	}
	
	#home #left-column #adresbar{
		position: relative;
		bottom: 0px;
		left: 0;
		width: 251px;
		height: 125px;
		background-image: url('/files/layout/adresbar.jpg');
	}
	
	#home #right-column{
		width: 729px;
		height: 590px;
		float: left;
	}
	
	#right-column #overlay{
		position: absolute;
		top: 462px;
		right: 0;
		width: 729px;
		height: 126px;
		opacity: 0.5;
		filter: alpha(opacity = 50);
		color: #000000;
	}
	
	#home #right-column img{
		width: 729px;
		height: 588px;
	}
	
	
	/* -- Page -- */
	
	#left-column{
		width: 251px;
		height: 588px;
		float: left;
	}
	
	#left-column #text{
		padding: 10px 10px 10px 0px;
		width: 241px;
		height: 443px;
		overflow: auto;
		line-height: 140%;
	}
    
    #left-column #adresbar{
        position: relative;
        bottom: 0px;
        left: 0;
        width: 251px;
        height: 125px;
        background-image: url('/files/layout/adresbar.jpg');
    }
    
	#text a, a{
	    text-decoration: underline;
        color: #a1f7f8;
	}
	
	#text a:hover, a:hover{
        color: #ffffff;
	}

	#center-column{
		width: 414px;
		height: 588px;
		float: left;
	}
	
	#center-column img{
		width: 414px;
		height: 463px;
	}
	
	#center-column #breadcrumbs{
		position: relative;
		bottom: -16px;
		left: 20px;
	}
	
	#breadcrumbs a{
		color: #FFF;
		text-decoration: none;
	}
	
	#center-column #pdf {
		position: relative;
		top: 30px;
		left: 20px;
	}
	
	#pdf .pdf a{
		color: #FFFFFF;
		padding: 3px 0 3px 17px;
		background-image: url('/files/layout/pdf.gif');
		background-repeat: no-repeat;
		background-position: 0px 1px; 
		text-decoration: none;
	}
	
	#pdf .quicktime a{
		color: #FFFFFF;
		padding: 3px 0 3px 17px;
		background-image: url('/files/layout/quicktime.png');
		background-repeat: no-repeat;
		background-position: 0px 1px; 
		text-decoration: none;
	}
	
	#pdf a:HOVER{
		color: #000;
	}
	
	#center-column #mov{
		position: absolute;
		top: 540px;
		left: 10px;
		width: 380px;
		height: 260px;
	}
		
	#right-column{
		width: 314px;
		height: 588px;
		float: left;
	}
	
	#right-column #picture-container{
		width: 300px;
		height: 453px;
		padding-left: 14px;
		padding-top: 10px;
		background-image: url('/files/layout/dark_overlay.jpg');
		overflow: hidden;
	}
		
		
	#picture-container	.pageimages{
		float: left;
		padding: 10px;
	}

	#picture-container a{
		color: #FFF;
		text-decoration: none;
	}

	#picture-container img{
		width: 120px;
		height: 120px;
		border: 2px solid #FFFFFF;/*IE6*/
	}
		
		
	#right-column #click-image{
		width: 314px;
		height: 32px;
		background-image: url('/files/layout/click_image.jpg');
	}
	
	
	#right-column #extra-info{
		width: 314px;
		height: 76px;
		padding-top: 10px;
		overflow: hidden;
		line-height: 100%;
	}
	
	#extra-info a{
		color: #FFFFFF;
		text-decoration: none;
	}
    
	/* -- Bigcontent Template -- */
    #left-column-big{
        width: 666px;
        height: 588px;
        float: left;
    }
    
    #left-column-big #text{
        padding: 10px 10px 10px 0px;
        width: 656px;
        height: 443px;
        overflow: auto;
        line-height: 140%;
    }
    
    #left-column-big #adresbar{
        position: relative; 
        bottom: 0px;
        float: left;
        left: 0; 
        width: 251px;
        height: 125px;
        background: url('/files/layout/adresbar.jpg') no-repeat;
    }
    
    #left-column-big #breadcrumbs {
        margin: 18px 0 0 271px;
    }
	
    #left-column-big #pdf {
        margin: 10px 0 0 270px;
    }
    
	/* -- Zoeken -- */
	
	div#searchfield{
		height: 29px;
		width: 240px;
	}	
	
	div#searchfield fieldset{
		border: 0;
	}

	div#searchfield input.zoeken{
		width: 113px;
		height: 17px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		color: #70706f;
		position: absolute;
		top: 9px;
		right: 30px;
		/*overwright forms.css*/
		background-image: none;
		padding: 0;
	}
	
	div#searchfield button.zoeken{
		border: 0;
		background-image: url('/files/layout/search_glass.jpg');
		background-repeat: no-repeat;
		width: 13px;
		height: 14px;
		position: absolute;
		top: 15px;
		right: 10px;
	}
		

	/* -- Projecten -- */
	
	#right-column #project-container{
		width: 289px;
		height: 443px;
		padding-left: 25px;
		padding-top: 20px;
		background-image: url('/files/layout/dark_overlay.jpg');
		overflow: hidden;
	}
	
	 #project-container a{
	 	color: #FFFFFF;
		text-decoration: none;
	 }
	 
    #project-container img{
        border: 2px solid #ffffff;
    }

	
	.project-categories-overview{
		width: 120px;
		height: 120px;
		margin: 8px;
		margin-bottom: 15px;
		float: left;
	}
	
	
	#click-project{
		width: 314px;
		height: 32px;
		background-image: url('/files/layout/click_project.jpg');
	}

	
	#click-project-name{
		width: 314px;
		height: 32px;
		background-image: url('/files/layout/click_project_name.jpg');
	}
	
	.project-categories{
		width: 260px;
		height: 40px;
		background-color: #342f31;
		position: relative;
		margin-bottom: 5px;
	}
	.project-categories a img{
		position: absolute;
		top: 1px;
		left: 1px;
		border: 1px solid #FFFFFF;
	}
	
	.project-categories a.url{
		position: absolute;
		top: 12px;
		left: 45px;
		letter-spacing: 2px;
	}
	
	.chosen-project-images{
		float: left;
		padding: 10px 20px 10px 0px;
	}
		
	/* -- Nieuws -- */
	
	.item{
		background-color: #434042;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	.item a{
		color: #00898a;
	}
	
		
	/* -- Algemeen -- */
	
	h1{
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-style: italic;
		font-weight: normal;
	}
	
	h2{
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
		
	.smalltext{
		font-size: 10px;
	}
	
	.comsult a{
		font-size: 10px;
		color: #332E2F;
		float: right;
		text-decoration: none;
		margin-bottom: 20px;
	}
    
    @charset "UTF-8";
    
    /**
     * Horizontal CSS Drop-Down Menu Module
     *
     * @file        dropdown.css
     * @package     Dropdown
     * @version     0.7.1
     * @type        Transitional
     * @stacks      597-599
     * @browsers    Windows: IE6+, Opera7+, Firefox1+
     *              Mac OS: Safari2+, Firefox2+
     *
     * @link        http://www.lwis.net/
     * @copyright   2006-2008 Live Web Institute. All Rights Reserved.
     *
     */
       
    ul.dropdown,
    ul.dropdown li,
    ul.dropdown ul,
    #nav {
     list-style: none;
     margin: 0;
     padding: 0;
     z-index: 500;
    }
    
    ul.dropdown a {
       z-index: 500; 
    }
    
    ul.dropdown {
     position: relative;
     z-index: 597;
     float: left;
    }
    
    ul.dropdown li {
     z-index: 599;
     float: left;
     line-height: 1.3em;
     vertical-align: middle;
     zoom: 1;
/*   min-width: 110px;  zorgt voor een minimale standaard breedte van de menu-items */
    }
    
    ul.dropdown li.hover,
    ul.dropdown li:hover {
     position: relative;
     cursor: default;
    }
    
    ul.dropdown ul {
     visibility: hidden;
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 598;
     width: 100%;
    }
    
    ul.dropdown ul li {
     float: none;
      z-index: 500;  
    }
    
    ul.dropdown ul ul {
     top: 3px;
     left: 100%;
    }
    
    ul.dropdown li:hover > ul {
     visibility: visible;
    }
    
    
    ul.dropdown li.rtl ul {
     top: 100%;
     right: 0;
     left: auto;
    }
    
    ul.dropdown li.rtl ul ul {
     top: 1px;
     right: 99%;
     left: auto;
    }

    /** 
     * NVIDIA Advanced CSS Drop-Down Menu Theme
     *
     * @file        default.advanced.css
     * @name        NVIDIA
     * @version     0.1
     * @type        transitional
     * @browsers    Windows: IE5+, Opera7+, Firefox1+
     *              Mac OS: Safari2+, Firefox2+
     *
     * @link        http://www.lwis.net/
     * @copyright   2008 Live Web Institute. All Rights Reserved.
     *
     */
    
    .has-childs {
        border-right: 2px solid #51484B;
    }
    
    ul.dropdown li a {
        display: block;
    }
    
    ul.dropdown li {
        padding: 0;
    }
    
    ul.dropdown li.dir {
        padding: 7px 20px 7px 14px;
    }

    ul.dropdown ul li.dir {
        padding-right: 15px;
    }
    

    ul.dropdown a.open {
     background-color: #2e2e2e;
     color: #fff;
    }

    ul.dropdown ul a.open {
     color: #fff;
    }

    ul.dropdown li:hover > a.dir {
     color: #fff;
    }

    ul.dropdown ul li:hover > a.dir {
     color: #fff;
    }
    
  
    ul.dropdown {
        
    }

    ul.dropdown li {
     height: 26px;
    
     _padding-top: 0px; /* IE 6 and below */
     color: #2c2463;
     line-height: normal;
    }

    ul.dropdown li.hover,
    ul.dropdown li:hover {}

    ul.dropdown ul {
     width: 200px;
     background-color: #00898b;
     color: #FFFFFF;
     font-weight: normal;
     text-transform: none;
    }
    ul.dropdown ul li {
     background-color: transparent;
     border: none;
     height: auto;
     padding: 5px 7px 5px 7px;
     text-align: left;
    }

    ul.dropdown ul li.hover,
    ul.dropdown ul li:hover {
     background-color: transparent;
    }
    
    ul.dropdown ul li ul {
        border-left: 1px solid #51484B;
    }

    ul.dropdown ul a {
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
        padding: 4px 5px;
        width: 175px; /* Especially for IE */
    }
    ul.dropdown ul a:hover { 
        color: #FFFFFF; 
        text-decoration: underline; 
    }

    
    
    ul.dropdown *.dir {
     background-image: none;
     background-position: 100% 50%;
     background-repeat: no-repeat;
    }


