
/*
 *  Overview
 */


#portfolio-col-overview {
	/*
	The width is defined inline because it needs to be 
	set via php.
	*/
	padding-bottom: 15px;
	float:left;
	background-color: #e5e5e5
}

#portfolio-header-overview {
	background:  url('/img/bg/bg_portfolio_patroon.png') 0 0;
	background-color: #43403e;
	color: white; 
	font-size: 12px;
	padding-top: 23px;
}

#portfolio-header-overview h1 {
	margin:0;
	padding:0;
	padding-bottom: 2px;
	color: white;
	font-size: 12px;
}

.portfolio-previewimg {
	margin-bottom: 20px;
	height: 205px;
	background: url('/img/bg/bg_portfolio_line.png') 0 0 repeat-y;
	/*
	als ik geen achtergrond kleur defineerde dan deed hij het niet in safari?
	naja maakt niet uit ofzo.
	*/
	background-color: #e5e5e5;
}


h2.portfolio {
	margin:0;
	margin-top: 8px;
	color: black;
	padding-left: 10px;
	margin-left: 2px;
}


/*
 *  Content
 */
 
 
#portfolio-content-content { 
	background: url('/img/bg/bg_portfolio_line.png') 0 0 repeat-y;
}


.portfoliocontentdatarow {
	float: left;
	padding-left: 7px;
	padding-top: 9px;
}
.portfoliocontentimg {
	float: left;
}

.portfoliocontenttext {
	width: 340px;
	float: left;
	margin-right: 50px;

}
/* IE 5.5 heeft issues met de bold in de text, te groot font. */
.portfoliocontenttext b {
	font-size: 13px;
}


#portfolio-header-content {
	background:  black url('/img/bg/bg_portfolio_patroon.png') 0 0;
	background-color: #43403e;
	color: white; 
	font-size: 12px;
	padding-left: 7px;
	padding-bottom: 5px;
	height: 50px;
}

#portfolio-header-content h1 {
	margin:0;
	padding:0;
	padding-top: 3px;
	padding-bottom: 0px;
	color: white;
	font-size: 12px;
	
}

#portfolio-header-content a.previous,
#portfolio-header-content a.next  {
	text-decoration:none;
	color:white;
	margin-right: 10px;
}
