/**
 * Smoelenboek front-end
 **/
.advisersHeading {
	padding: 8px;
	margin: 1px;
}

#profileDetails,#profileBackBottom {
	float: left;
	width: 426px;
	padding: 8px;
}

#profileDetails {
	
	min-height: 314px;
}

#profileDetails .back {
	margin-top: -30px;
}

#profilePhotoHolder {
	float: right;
	margin-top: -72px;
}

#profilePhotoHolder img {
	width: 300px;
	height: 400px;
}

#profilePhotoHolder .shadow {
	position: absolute;
	z-index: 100;
	height: 11px;
}

#profileExtraInfo {
	position: relative;
	top: 5px;
	clear: both;
	width: 744px;
	padding: 8px;
}

#profileSpecialties {
	position: relative;
	float: left;
	width: 426px;
}

#profilePublications {
	position: relative;
	width: 300px;
	float: right;
	margin-right: -8px;
}

#profileBackBottom {
}

/**
 * Sitemap styling
 **/
#sitemap .depth0 {
	list-style: none;
	padding: 0px;
}

#sitemap .depth0 li {
	padding-top: 10px;
}

#sitemap .depth0 li a {
	font-size: 12px;
	font-weight: bold;
}

#sitemap .depth0 ul li {
	padding: 0px;
}

#sitemap .depth0 ul a {
	font-size: 10px;
	font-weight: normal;
}

/**
 * Splah page
 **/
#blocks .listtable td {
	overflow: hidden;
	white-space:nowrap;
}
#blocks #frontpageinschrijven {
	padding: 4px;	
	height: 85px;
	position: relative;
}
#blocks #frontpageinschrijven input[type="text"] {
	width: 115px;
	height: 16px;
	border: 0px;
	background-image:url(/template/images/bg-inschrijven.gif);
	padding-top: 3px;
	padding-left: 3px;
	position: absolute;
	top: 60px;
}
#blocks #frontpageinschrijven input[type="image"] {
	top: 59px;
	position: absolute;
	left: 126px;
}