/**
 * General HTML Body Styling
 * -------------------------
 */
* { margin:0; padding:0;}* 
body {background-image: url('../images/bg_allportf.jpg');
background-repeat: repeat-x;
font-family:Verdana; font-size:50%; line-height:1em; color:#393939;}


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 
#main {width:900px;}

#container {width:900px; height:380px;} 
 
#header_portf {
	height: 350px;
	width: 900px;
	margin: 0 ;
	background-image: url('../images/bannerportfolio.jpg');  
	background-repeat: no-repeat;
	background-color: #2c2c2c;
}


#content_portf {
	float:right;
	width: 635px;
	height: 380px;
	margin-bottom: 0;
	margin-left:0;
	margin-right: 0;
	margin-top: 0;
	background-image: url('../images/bg_portfolio.jpg');  
	background-repeat: no-repeat;
	padding: 0px;
	}	

/*content*/
#content {font-family:Verdana; font-size:11px; color:#2c2c2c; line-height:1.333em;}
#content .box {width:635px;}
#content ul { margin:0px; padding:0; list-style:none;}
#content li { background:url(../images/z_ul.gif) left 6px no-repeat; padding-left:20px; line-height:1.488em;padding-bottom:8px;}
#content li.naam {color:#b4c800;}
#content li a { color:#b4c800; font-weight:normal;}
#content .indent { padding:7px 0px 0px 25px;}
#content .indent .titel {font-family:Verdana; font-size:12px;color:#b4c800; font-weight:bold; }
#content .title { margin-bottom:23px;}
#content p { padding-bottom:20px;}
#content .pic {padding:0 0 0 0; }
#content .col_1 .ind {padding-right:30px; padding-left:3px;padding-top:35px;}
#content .col_2 .ind {padding-right:0px; padding-left:0px;padding-top:50px;}
#content .col_1 {width:368px; }
#content .col_2 {width:235px;}



#menu {
	float: left;
	width: 265px;
	margin: 0;
	height: 380px;
	padding: 0 0 0 0;
	

}

#footer3	{
	width: 900px;
	height: 170px;
	background-image: url('../images/bg_portonder.jpg');  
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	
	}		
	
#Layer1 {
	position:absolute;
	width:575px;
	height:440px;
	z-index:1;
	left: 285px;
	top: 313px;
}
	
	

	

	

	



	

