/* ##############################################################
						 	Projecten		
###############################################################*/

/* Default pagina projecten */
#content .project
{
	width: 710px;
	min-height: 120px;
	_height: 120px;
	border-color: #004684 #004684 #004684 #c4151c;
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	clear: both;
	margin-bottom: 1px;
}

#content .project .header
{
	background-color: #ecf2f8;
	padding: 3px 10px 3px 10px;
}

#content .project .header h1
{
	font-size: 15px;
	font-weight: normal;
	float: left;
	margin-bottom: 0px;
	/* 	width: 540px; */
}

#content .project .header h1 span { color: #004684; }

#content .project .header h1 span.object
{
	font-weight: bold;
	font-style: italic;
}

#content .project .header .select
{
	float: right;
	/* 	width: 140px; */
	font-size: 11px;
	background-color: #ecf2f8;
}

#content .project .header .select span
{

}

#content .project .header .select input
{
	padding: 0;
	margin: 0;
	
}

#content .project .imgcontainer
{
	width: 126px;
	padding: 10px;
	float: left;
}

#content .project .imgcontainer a
{
	display: block;
	margin: 0;
	padding: 0;
}


#content .projectinfo
{
	width: 470px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
}

#content .projectinfo p
{
	color: #353535;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	margin: 0;
	padding: 0;
}

#content .projectinfo ul
{
	margin: 0 15px;
	padding: 0;
	color: #5c5c5c;
}

/* Image Gallery */

#content .imagegallery
{
	display: none;
	width: 710px;
	clear: both;
	margin: 0;
	padding: 0px 0 0 10px;
	/* 	min-height: 85px;
	_height: 85px; */
}

#content .imagegallery .imgholder
{
	float: left;
	margin: 0px 10px 10px 0;
}

#content .do_selection {
float:right;
}

#content .line
{
	background-image: url('gui/projects/bg-line.gif');
	background-repeat: x-repeat;
	width: 712px;
	margin-bottom: 5px;
	clear: both;
}

#content .line h3
{
	display: inline;
	background-color: #FFF;
	margin: 0 0 0 15px;
	padding: 0 10px;
	font-size: 14px;
}


#content #selected_projects .project
{
	width: 710px;
	min-height: 20px;
	_height: 20px;
}

#content .projects
{
	margin-bottom: 20px;
}

#content .projects .project
{
	min-height: 5px;
	height:auto;
}


