@charset "utf-8";
/* CSS Document */

/* #ansatte - Shows all the Employees
---------------------------------------- */
#ansatte {
	width:532px;
	height:250px;
	margin:0 0 15px 0;
	padding:0;
	overflow:hidden;
}
#ansatte .ansatte_small_images {
	width:105px;
	height:105px;
	overflow:hidden;
	padding:0 16px 15px 0;
	float:left;
}

/* #ansatt - Shows the selected Employee
---------------------------------------- */
#ansatt {
	width:532px;
	overflow:hidden;
	margin-bottom:20px;
}
/* .top_left
---------------------------------------- */
#ansatt .top_left {
	width:271px;
	height:245px;
	overflow:hidden;
	float:left;
}
#ansatt .top_left .ansatt_large_image {
	width:271px;
	height:245px;
}

/* .top_right
---------------------------------------- */
#ansatt .top_right {
	width:236px;
	padding-left:25px;
	height:245px;
	overflow:hidden;
	float:left;
}

/* #ansatt #ansatt_bottom
---------------------------------------- */
#ansatt_bottom {
	width:532px;
	margin-top:15px;
}
#ansatt_bottom .ansatt_txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}