/* SITE SPECIFIC LAYOUT */
html, body { 
margin: 0; 
padding: 0; 
height: 100%; /* Required */ 
} 


    body {
        margin: 0;
        padding: 0;
        background: #D9E9A2 url(../i/bg_page.png) repeat-y center top;
        text-align: center;

    }
    div#page {
        width: 780px;
        
        margin:  0 auto;
        padding: 0;
        text-align: left;
		
		
		position: relative; 
		min-height: 100%; /* For Modern Browsers */ 
		height: auto !important; /* For Modern Browsers */ 
		height: 100%; /* For IE */ 
    }
    * html #page {
	height: 100%;
	}

    /* HEADER #D9E9A2*/

		div#header-index {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header1.png) no-repeat;
        }
		div#header-leden {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header2.png) no-repeat;
        }
		
		div#header-bestuur {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header2.png) no-repeat;
        }

		div#header-member_details {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header2.png) no-repeat;
        }
		
		div#header-projecten {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header3.png) no-repeat;
        }
		div#header-project_detail {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header3.png) no-repeat;
        }
		div#header-nieuws {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header4.png) no-repeat;
        }
		div#header-nieuws_detail {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header4.png) no-repeat;
        }
		div#header-forum {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header1.png) no-repeat;
        }
		div#header-forumvoorleden {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header1.png) no-repeat;
        }
		div#header-links {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header5.png) no-repeat;
        }
		div#header-contact {
		
            margin: 0 0 0 0;
            padding: 0;
            color: white;
            text-align: left;
			height:195px;
			background: #D9E9A2 url(../i/header1.png) no-repeat;
        }
		
        div#branding {
            float: left;
            width: 0%;
            
            margin: 0;
            padding: 10px 0 10px 20px;
            
            text-align: left;
        }
		div#branding img{
            display:none;
        }
        div#search {
            float: right;
            width: 330px;
            
            margin: 0;
            padding: 5px 0 0;
            
			border:0px solid black;
            text-align: right;
			text-align:left;
			color:#859F21;
        }
		div#search #search-site {
		width:110px;
		}
    /* END HEADER */
    
    
    /* CONTENT ---------------------------------------------------------------------------------------------------------------------------*/
        div#content {
            padding-bottom: 40px; 
			margin-left:15px;
        }
        
        /* MAIN */
            div#main {
                padding:15px;
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                border:0px solid black;
            }
			div#sub #today {
			margin-top:10px;
			text-align:right;
			font-weight:bold;
			padding-right:10px;
			}
			div#sub #RSS {
			margin-top:10px;
			text-align:left;
			font-weight:bold;
			padding-right:10px;
			}
			 div#sub span{
                display:none; /* ascunde textul din h2*/
            }
			div#sub #lastnews{
				background-image: url(../i/bg_news.png);
				background-repeat: repeat-y;
				background-position: right top;
				background-color:#F2F7DF;
            }
			div#sub #lastposts{
				background-image: url(../i/bg_lastposts.png);
				background-repeat: repeat-y;
				background-position: right top;
				background-color:#F2F7DF;
            }
			
			div#sub #lastnews h2{
				background-image: url(../i/t_news.png); 
				height:40px;
            }
			
			div#sub #lastposts h2{
				background-image: url(../i/t_lastposts.png); 
				height:40px;
	               
            }
			div#sub ul{
				list-style-type: none;
				width: auto; 
				width: 100%;
						
				margin: 0;
				padding: 0;
				
            }
			
			div#sub ul li{
				display: block;
				list-style: none;
				margin: 0;
				
				padding:5px 10px 10px 5px;
				
				background-image: url(../i/box_separator.png);
				background-repeat: no-repeat;
				background-position: center bottom;
            }
			div#sub .date {
			font-weight:bold;
			}
			
			div#sub #boxbottom-lastnews {
				background-image: url(../i/boxbottom_lastnews.png); 
				height:30px;
			}
			div#sub #boxbottom-lastposts {
				background-image: url(../i/boxbottom_lastposts.png); 
				height:30px;
			}
			
			/* leden */
			#members ul,  #members ul li{
				padding:0;
				margin:0;
				list-style-type:none;
			}
			#members ul li.department{
				padding:0;
				margin:0;
				list-style-type:none;
				border-bottom:2px solid #ECF4D0;
				clear:both;
				font-weight:bold;
			}
			
			#members .member {
				text-align:center;
				
				height:165px;
				border:1px solid #f0f0f0;
				float:left;
				margin:10px 10px;
				padding:5px;
			}
			#members .member div {
				width: 100px;
			}
			#members .member img {
				margin:0 auto;
				border:5px solid #f0f0f0;
			}
			
			#members img.member-image {
				float:left;
				border:5px solid #f0f0f0;
			}
			
			/* -------------------------------------- NIEWS -----------------------------------------------------------------------*/
			
			
			#news ul{
			list-style-type:none;
			padding:0;
			margin:0;
			}
			#news ul li{
			list-style-type:none;
			padding:0;
			margin:1em 0;
			}
			#news li .date {
			font-weight:bold;
			}
			/* added by Jodaosft 16.06.07 next two items */
			#news .letter{
			display:block;
			width:100%;
			margin-top:20px;
			font-weight:bold;
			color: #C57801;
			font-size:16px;
			border-bottom:3px solid #D9E9A2;
			padding-bottom:8px;
			}
			#news ul ul li{
			list-style-type:none;
			padding:0;
			margin:1em 0;
			border-bottom: 1px solid #ECF4D0;
			}
			
			#news img{
				float:left;
				margin-top:20px;
				margin-right:10px;
			}
			

			
			/* projects */
			#projects {
			padding:1em;
			}
			#projects th{
				border-bottom:3px solid #D9E9A2;
				padding:8px;
				text-align:left;
			}
			#projects td{
				border-bottom:1px solid #D9E9A2;
				padding:8px;
				text-align:left;
			}
			
			
			/* contact */
			
			#contact ul li {
			padding:8px;
			border-bottom:1px solid #D9E9A2;
			list-style-type:none;
			}
			
			
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footesr {
			color: white;
			background-image: url(../i/bg_footer.png);
			background-repeat: repeat-x;
			background-position: bottom;
			margin:0 15px 0 16px;
			padding:0;
			
			border:0px solid black;
			
			position: absolute; 
			bottom: 0 !important; 
			bottom: -1px; /* For Certain IE widths */ 

        }
		
		div#footer { 
			width:750px;
			margin:0 15px 0 16px;
			padding:0;
			background: #CCC; 
			position: absolute; 
			bottom: 0 !important; 
			bottom: -1px; /* For Certain IE widths */ 
			height: 20px; 
			color: white;
			background-image: url(../i/bg_footer.png);
			background-repeat: repeat-x;
			background-position: bottom;

		} 

        div#footer p {
            margin: 0;
            padding: 0;
        }
		
		div#footer p#copy {
            float:right;
			padding-right:5px;
        }
		div#footer p#powered {
			float:left;
			background-image: url(../i/poweredby.gif);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:60px;
        }
		div#footer a {
            color:#D9E9A2;
        }
		div#footer a:hover {
            color:white;
        }
    /* END FOOTER */
/* END LAYOUT */




/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        

        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li strong {
        padding: 0 0 0 12px;
        background: url("../i/subnav-highlight.gif") left top no-repeat transparent;
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {

    }
/* END UL.SUBNAV */
