/**
 * Multiple Items
 */
.projecten_introtitle a
{
	font-size:			22px;
	text-decoration:	none;
	color:				#672e68;
	display:			block;
	margin-bottom:		9px;
}

.projecten_introleesverder
{
	float:				left !important;
}

.projecten_introfooter
{
	font-size:			22px;
	color:				#3078ba;
	display:			block;
}

#projecten a, #projecten_showitem a
{
	color:				#672e68;
}

#projecten a:hover, #projecten_showitem a:hover
{
	color:				#F00;
}



/**
 * Single Item
 */
.thumbcell > img#thumb
{
	outline:			1px solid #3078BA !important;
}

.thumbcell
{
	line-height:		0px;
}

#mainphoto
{
	border:				1px solid #3078BA !important;
}

.projecten_showtitle
{
	font-size:			26px;
	font-weight:		bold;
	color:				#672e68;
	display:			block;
	margin-bottom:		18px;
	line-height:		20px;
}

.projecten_showfooter
{
	font-size:			26px;
	font-weight:		bold;
	color:				#3078ba;
	display:			block;
	margin-bottom:		50px;
	line-height:		20px;
}

#projecten_showitem h1
{
	font-size:			22px;
	font-weight:		bold;
	color:				#3078ba;
	font-family:		georgia;
	line-height:		22px;
	margin:				20px 0px;
	padding:			0px;
}


#projecten_showtabs
{
	margin-top:			81px;
	position:			absolute;
}

#projecten_showtabs tr > td:first-child > *, #projecten_showtabs tr > td + td > *
{
	display:			block;
	height:				21px;
	padding:			5px 10px 0px 10px;
	background-position:top left;
	font-weight:		normal;
	border-right:		1px solid #64452F;
}

#projecten_showtabs tr > td:first-child > b
{
	background-image:	url(../img/tab_corner_over.png);
	color:				#FFF;
}

#projecten_showtabs tr > td:first-child > a
{
	background-image:	url(../img/tab_corner_out.png);
	color:				#BDA0BE;
	text-decoration:	none;
}

#projecten_showtabs tr > td:first-child > a:hover
{
	color:				#BDA0BE;
	text-decoration:	underline;
}

#projecten_showtabs tr > td + td > b
{
	background-image:	url(../img/tab_over.png);
	color:				#FFF;
}

#projecten_showtabs tr > td + td > a
{
	background-image:	url(../img/tab_out.png);
	color:				#BDA0BE;
	text-decoration:	none;
}

#projecten_showtabs tr > td + td > a:hover
{
	color:				#BDA0BE;
	text-decoration:	underline;
}